AlloyDB v1alpha API - Class AlloyDBCSQLAdminClientBuilder (1.0.0-alpha11)

public sealed class AlloyDBCSQLAdminClientBuilder : ClientBuilderBase<AlloyDBCSQLAdminClient>

Reference documentation and code samples for the AlloyDB v1alpha API class AlloyDBCSQLAdminClientBuilder.

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

Inheritance

object > ClientBuilderBaseAlloyDBCSQLAdminClient > AlloyDBCSQLAdminClientBuilder

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

AlloyDBCSQLAdminClientBuilder()

public AlloyDBCSQLAdminClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public AlloyDBCSQLAdminSettings Settings { get; set; }

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

Property Value
Type Description
AlloyDBCSQLAdminSettings

Methods

Build()

public override AlloyDBCSQLAdminClient Build()

Builds the resulting client.

Returns
Type Description
AlloyDBCSQLAdminClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AlloyDb.V1Alpha.AlloyDBCSQLAdminClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskAlloyDBCSQLAdminClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AlloyDb.V1Alpha.AlloyDBCSQLAdminClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AlloyDb.V1Alpha.AlloyDBCSQLAdminClient>.GetChannelPool()