Google Cloud Trace v2 API - Class TraceService (3.3.0)

public static class TraceService

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

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.

Inheritance

Object > TraceService

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Methods

BindService(TraceService.TraceServiceBase)

public static ServerServiceDefinition BindService(TraceService.TraceServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplTraceService.TraceServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, TraceService.TraceServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, TraceService.TraceServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplTraceService.TraceServiceBase

An object implementing the server-side handling logic.