@Generated(value="by gapic-generator") @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(ErrorStatsServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcErrorStatsServiceStub, using the given settings.
|
protected |
GrpcErrorStatsServiceStub(ErrorStatsServiceStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
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(ClientContext clientContext) |
static GrpcErrorStatsServiceStub |
create(ClientContext clientContext,
GrpcStubCallableFactory callableFactory) |
static GrpcErrorStatsServiceStub |
create(ErrorStatsServiceStubSettings settings) |
UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> |
deleteEventsCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> |
listEventsCallable() |
UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,ErrorStatsServiceClient.ListEventsPagedResponse> |
listEventsPagedCallable() |
UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> |
listGroupStatsCallable() |
UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,ErrorStatsServiceClient.ListGroupStatsPagedResponse> |
listGroupStatsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcErrorStatsServiceStub(ErrorStatsServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcErrorStatsServiceStub(ErrorStatsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcErrorStatsServiceStub create(ErrorStatsServiceStubSettings settings) throws IOException
IOException
public static final GrpcErrorStatsServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcErrorStatsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,ErrorStatsServiceClient.ListGroupStatsPagedResponse> listGroupStatsPagedCallable()
listGroupStatsPagedCallable
in class ErrorStatsServiceStub
public UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse> listGroupStatsCallable()
listGroupStatsCallable
in class ErrorStatsServiceStub
public UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,ErrorStatsServiceClient.ListEventsPagedResponse> listEventsPagedCallable()
listEventsPagedCallable
in class ErrorStatsServiceStub
public UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ListEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.ListEventsResponse> listEventsCallable()
listEventsCallable
in class ErrorStatsServiceStub
public UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest,com.google.devtools.clouderrorreporting.v1beta1.DeleteEventsResponse> deleteEventsCallable()
deleteEventsCallable
in class ErrorStatsServiceStub
public final void close()
close
in interface AutoCloseable
close
in class ErrorStatsServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.