AlloyDB v1 API - Class AlloyDBAdminClientBuilder (1.6.0)

public sealed class AlloyDBAdminClientBuilder : ClientBuilderBase<AlloyDBAdminClient>

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

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

Inheritance

object > ClientBuilderBaseAlloyDBAdminClient > AlloyDBAdminClientBuilder

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.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
TypeDescription
AlloyDBAdminSettings

Methods

Build()

public override AlloyDBAdminClient Build()

Builds the resulting client.

Returns
TypeDescription
AlloyDBAdminClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskAlloyDBAdminClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides