Google Cloud Storage Insights v1 API - Class StorageInsightsClientBuilder (1.3.0)

public sealed class StorageInsightsClientBuilder : ClientBuilderBase<StorageInsightsClient>

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class StorageInsightsClientBuilder.

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

Inheritance

object > ClientBuilderBaseStorageInsightsClient > StorageInsightsClientBuilder

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

StorageInsightsClientBuilder()

public StorageInsightsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public StorageInsightsSettings Settings { get; set; }

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

Property Value
Type Description
StorageInsightsSettings

Methods

Build()

public override StorageInsightsClient Build()

Builds the resulting client.

Returns
Type Description
StorageInsightsClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskStorageInsightsClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides