@Generated(value="by GAPIC v0.0.5") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcErrorGroupServiceStub extends ErrorGroupServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcErrorGroupServiceStub(ErrorGroupServiceSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcErrorGroupServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcErrorGroupServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcErrorGroupServiceStub |
create(ErrorGroupServiceSettings settings) |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
getGroupCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
updateGroupCallable() |
protected GrpcErrorGroupServiceStub(ErrorGroupServiceSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcErrorGroupServiceStub create(ErrorGroupServiceSettings settings) throws IOException
IOExceptionpublic static final GrpcErrorGroupServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> getGroupCallable()
getGroupCallable in class ErrorGroupServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> updateGroupCallable()
updateGroupCallable in class ErrorGroupServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2017 Google. All rights reserved.