@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/devtools/cloudtrace/v2/tracing.proto") public final class TraceServiceGrpc extends Object
This file describes an API for collecting and viewing traces and spans within a trace. A Trace is a collection of spans corresponding to a single operation or set of operations for an application. A span is an individual timed event which forms a node of the trace tree. A single trace may contain span(s) from multiple services.
| Modifier and Type | Class and Description |
|---|---|
static class |
TraceServiceGrpc.TraceServiceBlockingStub
This file describes an API for collecting and viewing traces and spans
within a trace.
|
static class |
TraceServiceGrpc.TraceServiceFutureStub
This file describes an API for collecting and viewing traces and spans
within a trace.
|
static class |
TraceServiceGrpc.TraceServiceImplBase
This file describes an API for collecting and viewing traces and spans
within a trace.
|
static class |
TraceServiceGrpc.TraceServiceStub
This file describes an API for collecting and viewing traces and spans
within a trace.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<BatchWriteSpansRequest,com.google.protobuf.Empty> |
METHOD_BATCH_WRITE_SPANS
Deprecated.
|
static io.grpc.MethodDescriptor<Span,Span> |
METHOD_CREATE_SPAN
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<BatchWriteSpansRequest,com.google.protobuf.Empty> |
getBatchWriteSpansMethod() |
static io.grpc.MethodDescriptor<Span,Span> |
getCreateSpanMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static TraceServiceGrpc.TraceServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TraceServiceGrpc.TraceServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TraceServiceGrpc.TraceServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<BatchWriteSpansRequest,com.google.protobuf.Empty> METHOD_BATCH_WRITE_SPANS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Span,Span> METHOD_CREATE_SPAN
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<BatchWriteSpansRequest,com.google.protobuf.Empty> getBatchWriteSpansMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Span,Span> getCreateSpanMethod()
public static TraceServiceGrpc.TraceServiceStub newStub(io.grpc.Channel channel)
public static TraceServiceGrpc.TraceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TraceServiceGrpc.TraceServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2018 Google LLC. All rights reserved.