@Generated(value="by GAPIC v0.0.5") @BetaApi public abstract class TraceServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
TraceServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.GetTraceRequest,com.google.devtools.cloudtrace.v1.Trace> |
getTraceCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.ListTracesRequest,com.google.devtools.cloudtrace.v1.ListTracesResponse> |
listTracesCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.ListTracesRequest,PagedResponseWrappers.ListTracesPagedResponse> |
listTracesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.PatchTracesRequest,com.google.protobuf.Empty> |
patchTracesCallable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitTermination, isShutdown, isTerminated, shutdown, shutdownNowclosepublic com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.PatchTracesRequest,com.google.protobuf.Empty> patchTracesCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.GetTraceRequest,com.google.devtools.cloudtrace.v1.Trace> getTraceCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.ListTracesRequest,PagedResponseWrappers.ListTracesPagedResponse> listTracesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.devtools.cloudtrace.v1.ListTracesRequest,com.google.devtools.cloudtrace.v1.ListTracesResponse> listTracesCallable()
Copyright © 2017 Google. All rights reserved.