Class TraceServiceGrpc
- java.lang.Object
-
- com.google.devtools.cloudtrace.v2.TraceServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/devtools/cloudtrace/v2/tracing.proto") public final class TraceServiceGrpc extends Object
Service for collecting and viewing traces and spans within a trace. A trace is a collection of spans corresponding to a single operation or a set of operations in an application. A span is an individual timed event which forms a node of the trace tree. A single trace can contain spans from multiple services.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTraceServiceGrpc.AsyncServiceService for collecting and viewing traces and spans within a trace.static classTraceServiceGrpc.TraceServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service TraceService.static classTraceServiceGrpc.TraceServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service TraceService.static classTraceServiceGrpc.TraceServiceImplBaseBase class for the server implementation of the service TraceService.static classTraceServiceGrpc.TraceServiceStubA stub to allow clients to do asynchronous rpc calls to service TraceService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(TraceServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<BatchWriteSpansRequest,com.google.protobuf.Empty>getBatchWriteSpansMethod()static io.grpc.MethodDescriptor<Span,Span>getCreateSpanMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static TraceServiceGrpc.TraceServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TraceServiceGrpc.TraceServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TraceServiceGrpc.TraceServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBatchWriteSpansMethod
public static io.grpc.MethodDescriptor<BatchWriteSpansRequest,com.google.protobuf.Empty> getBatchWriteSpansMethod()
-
newStub
public static TraceServiceGrpc.TraceServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TraceServiceGrpc.TraceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TraceServiceGrpc.TraceServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(TraceServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-