Package com.google.cloud.trace.v2.stub
Class TraceServiceStub
- java.lang.Object
-
- com.google.cloud.trace.v2.stub.TraceServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcTraceServiceStub
,HttpJsonTraceServiceStub
@Generated("by gapic-generator-java") public abstract class TraceServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the TraceService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description TraceServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchWriteSpansRequest,com.google.protobuf.Empty>
batchWriteSpansCallable()
abstract void
close()
com.google.api.gax.rpc.UnaryCallable<Span,Span>
createSpanCallable()
-
-
-
Method Detail
-
batchWriteSpansCallable
public com.google.api.gax.rpc.UnaryCallable<BatchWriteSpansRequest,com.google.protobuf.Empty> batchWriteSpansCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-