@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 GrpcReportErrorsServiceStub extends ReportErrorsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcReportErrorsServiceStub(ReportErrorsServiceSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcReportErrorsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcReportErrorsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcReportErrorsServiceStub |
create(ReportErrorsServiceSettings settings) |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest,com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> |
reportErrorEventCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcReportErrorsServiceStub(ReportErrorsServiceSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcReportErrorsServiceStub create(ReportErrorsServiceSettings settings) throws IOException
IOExceptionpublic static final GrpcReportErrorsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventRequest,com.google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse> reportErrorEventCallable()
reportErrorEventCallable in class ReportErrorsServiceStubpublic 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.