Cloud Profiler v2 API - Class ProfilerServiceClientBuilder (2.6.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
Type Description
ProfilerServiceSettings

Methods

Build()

public override ProfilerServiceClient Build()

Builds the resulting client.

Returns
Type Description
ProfilerServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskProfilerServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides