Cloud Profiler v2 API - Class ExportServiceClientBuilder (2.5.0)

public sealed class ExportServiceClientBuilder : ClientBuilderBase<ExportServiceClient>

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

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

Inheritance

object > ClientBuilderBaseExportServiceClient > ExportServiceClientBuilder

Namespace

Google.Cloud.Profiler.V2

Assembly

Google.Cloud.Profiler.V2.dll

Constructors

ExportServiceClientBuilder()

public ExportServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ExportServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
ExportServiceSettings

Methods

Build()

public override ExportServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
ExportServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskExportServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides