Google Cloud Storage Insights v1 API - Class StorageInsightsClientBuilder (1.0.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
TypeDescription
StorageInsightsSettings

Methods

Build()

public override StorageInsightsClient Build()

Builds the resulting client.

Returns
TypeDescription
StorageInsightsClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.StorageInsights.V1.StorageInsightsClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskStorageInsightsClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.StorageInsights.V1.StorageInsightsClient>.GetChannelPool()