Namespace google::cloud::trace_v1 (2.19.0)

Classes

TraceServiceClient

This file describes an API for collecting and viewing traces and spans within a trace.

TraceServiceConnection

The TraceServiceConnection object for TraceServiceClient.

TraceServiceConnectionIdempotencyPolicy

TraceServiceLimitedErrorCountRetryPolicy

A retry policy for TraceServiceConnection based on counting errors.

TraceServiceLimitedTimeRetryPolicy

A retry policy for TraceServiceConnection based on elapsed time.

TraceServiceRetryPolicy

The retry policy for TraceServiceConnection.

Structs

TraceServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

TraceServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

TraceServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeTraceServiceConnection(Options)

A factory function to construct an object of type TraceServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of TraceServiceClient.

The optional options argument may be used to configure aspects of the returned TraceServiceConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the TraceServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< TraceServiceConnection >

MakeDefaultTraceServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< TraceServiceConnectionIdempotencyPolicy >

Type Aliases

TraceServicePolicyOptionList

Alias Of: OptionList< TraceServiceRetryPolicyOption, TraceServiceBackoffPolicyOption, TraceServiceConnectionIdempotencyPolicyOption >

The options applicable to TraceService.