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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TraceServiceGrpc.AsyncService
Service for collecting and viewing traces and spans within a trace.
|
static class |
TraceServiceGrpc.TraceServiceBlockingStub
A stub to allow clients to do limited synchronous rpc calls to service TraceService.
|
static class |
TraceServiceGrpc.TraceServiceBlockingV2Stub
A stub to allow clients to do synchronous rpc calls to service TraceService.
|
static class |
TraceServiceGrpc.TraceServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service TraceService.
|
static class |
TraceServiceGrpc.TraceServiceImplBase
Base class for the server implementation of the service TraceService.
|
static class |
TraceServiceGrpc.TraceServiceStub
A stub to allow clients to do asynchronous rpc calls to service TraceService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(TraceServiceGrpc.AsyncService service) |
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.TraceServiceBlockingV2Stub |
newBlockingV2Stub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports all types of 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
public static io.grpc.MethodDescriptor<BatchWriteSpansRequest,com.google.protobuf.Empty> getBatchWriteSpansMethod()
public static TraceServiceGrpc.TraceServiceStub newStub(io.grpc.Channel channel)
public static TraceServiceGrpc.TraceServiceBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
public static TraceServiceGrpc.TraceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TraceServiceGrpc.TraceServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(TraceServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.