Google Cloud Trace v2 API - Class TraceService.TraceServiceBase (3.5.0)

[BindServiceMethod(typeof(TraceService), "BindService")]
public abstract class TraceService.TraceServiceBase

Reference documentation and code samples for the Google Cloud Trace v2 API class TraceService.TraceServiceBase.

Base class for server-side implementations of TraceService

Inheritance

object > TraceService.TraceServiceBase

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Methods

BatchWriteSpans(BatchWriteSpansRequest, ServerCallContext)

public virtual Task<Empty> BatchWriteSpans(BatchWriteSpansRequest request, ServerCallContext context)

Batch writes new spans to new or existing traces. You cannot update existing spans.

Parameters
NameDescription
requestBatchWriteSpansRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskEmpty

The response to send back to the client (wrapped by a task).

CreateSpan(Span, ServerCallContext)

public virtual Task<Span> CreateSpan(Span request, ServerCallContext context)

Creates a new span.

Parameters
NameDescription
requestSpan

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSpan

The response to send back to the client (wrapped by a task).