public sealed class KeyDashboardServiceClientBuilder : ClientBuilderBase<KeyDashboardServiceClient>
Reference documentation and code samples for the KMS Inventory v1 API class KeyDashboardServiceClientBuilder.
Builder class for KeyDashboardServiceClient to provide simple configuration of credentials, endpoint etc.
Namespace
Google.Cloud.Kms.Inventory.V1Assembly
Google.Cloud.Kms.Inventory.V1.dll
Constructors
KeyDashboardServiceClientBuilder()
public KeyDashboardServiceClientBuilder()
Creates a new builder with default settings.
Properties
Settings
public KeyDashboardServiceSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Property Value | |
---|---|
Type | Description |
KeyDashboardServiceSettings |
Methods
Build()
public override KeyDashboardServiceClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
KeyDashboardServiceClient |
BuildAsync(CancellationToken)
public override Task<KeyDashboardServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
TaskKeyDashboardServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |