Reference documentation and code samples for the Google Cloud Trace v1 API class TraceService.
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. Spans for a single trace
may span multiple services.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The Google Cloud Trace v1 API's `TraceService` class is used for collecting and viewing traces and spans within a trace, representing a single operation or set of operations for an application."],["`TraceService` inherits from the `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The latest version of the documentation is 3.4.0, and the provided content outlines the documentation for versions ranging from 2.2.0 up to this version."],["The `TraceService` class provides two methods for service binding: `BindService(TraceService.TraceServiceBase)` to create a server service definition and `BindService(ServiceBinderBase, TraceService.TraceServiceBase)` for customized service binding logic."],["The `Google.Cloud.Trace.V1` namespace contains this class, which is compiled into the `Google.Cloud.Trace.V1.dll` assembly."]]],[]]