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.
Namespace
Google.Cloud.AlloyDb.V1AlphaAssembly
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 |
BuildAsync(CancellationToken)
public override Task<AlloyDBCSQLAdminClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskAlloyDBCSQLAdminClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |