@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 GrpcErrorStatsServiceStub extends ErrorStatsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcErrorStatsServiceStub(ErrorStatsServiceSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcErrorStatsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcErrorStatsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcErrorStatsServiceStub |
create(ErrorStatsServiceSettings settings) |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> |
deleteEventsCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> |
listEventsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,PagedResponseWrappers.ListEventsPagedResponse> |
listEventsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> |
listGroupStatsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,PagedResponseWrappers.ListGroupStatsPagedResponse> |
listGroupStatsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcErrorStatsServiceStub(ErrorStatsServiceSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcErrorStatsServiceStub create(ErrorStatsServiceSettings settings) throws IOException
IOExceptionpublic static final GrpcErrorStatsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,PagedResponseWrappers.ListGroupStatsPagedResponse> listGroupStatsPagedCallable()
listGroupStatsPagedCallable in class ErrorStatsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> listGroupStatsCallable()
listGroupStatsCallable in class ErrorStatsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,PagedResponseWrappers.ListEventsPagedResponse> listEventsPagedCallable()
listEventsPagedCallable in class ErrorStatsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> listEventsCallable()
listEventsCallable in class ErrorStatsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> deleteEventsCallable()
deleteEventsCallable in class ErrorStatsServiceStubpublic 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.