Cloud Profiler v2 API - Class ProfilerServiceClientBuilder (2.5.0)

public sealed class ProfilerServiceClientBuilder : ClientBuilderBase<ProfilerServiceClient>

Reference documentation and code samples for the Cloud Profiler v2 API class ProfilerServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseProfilerServiceClient > ProfilerServiceClientBuilder

Namespace

Google.Cloud.Profiler.V2

Assembly

Google.Cloud.Profiler.V2.dll

Constructors

ProfilerServiceClientBuilder()

public ProfilerServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ProfilerServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
ProfilerServiceSettings

Methods

Build()

public override ProfilerServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
ProfilerServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskProfilerServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides