Package com.google.cloud.trace.v1.stub
Class TraceServiceStub
- java.lang.Object
-
- com.google.cloud.trace.v1.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 abstract void
close()
com.google.api.gax.rpc.UnaryCallable<GetTraceRequest,Trace>
getTraceCallable()
com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,ListTracesResponse>
listTracesCallable()
com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,TraceServiceClient.ListTracesPagedResponse>
listTracesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<PatchTracesRequest,com.google.protobuf.Empty>
patchTracesCallable()
-
-
-
Method Detail
-
listTracesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,TraceServiceClient.ListTracesPagedResponse> listTracesPagedCallable()
-
listTracesCallable
public com.google.api.gax.rpc.UnaryCallable<ListTracesRequest,ListTracesResponse> listTracesCallable()
-
getTraceCallable
public com.google.api.gax.rpc.UnaryCallable<GetTraceRequest,Trace> getTraceCallable()
-
patchTracesCallable
public com.google.api.gax.rpc.UnaryCallable<PatchTracesRequest,com.google.protobuf.Empty> patchTracesCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-