@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 GrpcTraceServiceStub extends TraceServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcTraceServiceStub(TraceServiceSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcTraceServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v2.BatchWriteSpansRequest,com.google.protobuf.Empty> |
batchWriteSpansCallable() |
void |
close() |
static GrpcTraceServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcTraceServiceStub |
create(TraceServiceSettings settings) |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v2.Span,com.google.devtools.cloudtrace.v2.Span> |
createSpanCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcTraceServiceStub(TraceServiceSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcTraceServiceStub create(TraceServiceSettings settings) throws IOException
IOExceptionpublic static final GrpcTraceServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v2.BatchWriteSpansRequest,com.google.protobuf.Empty> batchWriteSpansCallable()
batchWriteSpansCallable in class TraceServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v2.Span,com.google.devtools.cloudtrace.v2.Span> createSpanCallable()
createSpanCallable in class TraceServiceStubpublic 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.