public sealed class AlloyDBAdminClientBuilder : ClientBuilderBase<AlloyDBAdminClient>
Reference documentation and code samples for the AlloyDB v1beta API class AlloyDBAdminClientBuilder.
Builder class for AlloyDBAdminClient to provide simple configuration of credentials, endpoint etc.
Namespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.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 |
BuildAsync(CancellationToken)
public override Task<AlloyDBAdminClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskAlloyDBAdminClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |