Google Cloud Trace v1 API - Class TraceServiceClientBuilder (3.3.0)

public sealed class TraceServiceClientBuilder : ClientBuilderBase<TraceServiceClient>

Reference documentation and code samples for the Google Cloud Trace v1 API class TraceServiceClientBuilder.

Builder class for TraceServiceClient to provide simple configuration of credentials, endpoint etc.

Inheritance

object > ClientBuilderBaseTraceServiceClient > TraceServiceClientBuilder

Namespace

Google.Cloud.Trace.V1

Assembly

Google.Cloud.Trace.V1.dll

Constructors

TraceServiceClientBuilder()

public TraceServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public TraceServiceSettings Settings { get; set; }

The settings to use for RPCs, or null for the default settings.

Property Value
TypeDescription
TraceServiceSettings

Methods

Build()

public override TraceServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
TraceServiceClient
Overrides

BuildAsync(CancellationToken)

public override Task<TraceServiceClient> BuildAsync(CancellationToken cancellationToken = default)

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskTraceServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

Returns the channel pool to use when no other options are specified.

Returns
TypeDescription
ChannelPool
Overrides