AlloyDB v1alpha API - Class AlloyDBAdminClientBuilder (1.0.0-alpha08)

public sealed class AlloyDBAdminClientBuilder : ClientBuilderBase<AlloyDBAdminClient>

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

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

Inheritance

object > ClientBuilderBaseAlloyDBAdminClient > AlloyDBAdminClientBuilder

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

AlloyDBAdminClientBuilder()

public AlloyDBAdminClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public AlloyDBAdminSettings Settings { get; set; }

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

Property Value
Type Description
AlloyDBAdminSettings

Methods

Build()

public override AlloyDBAdminClient Build()

Builds the resulting client.

Returns
Type Description
AlloyDBAdminClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskAlloyDBAdminClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides