KMS Inventory v1 API - Class KeyTrackingServiceClientBuilder (1.3.0)

public sealed class KeyTrackingServiceClientBuilder : ClientBuilderBase<KeyTrackingServiceClient>

Reference documentation and code samples for the KMS Inventory v1 API class KeyTrackingServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseKeyTrackingServiceClient > KeyTrackingServiceClientBuilder

Namespace

Google.Cloud.Kms.Inventory.V1

Assembly

Google.Cloud.Kms.Inventory.V1.dll

Constructors

KeyTrackingServiceClientBuilder()

public KeyTrackingServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public KeyTrackingServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
KeyTrackingServiceSettings

Methods

Build()

public override KeyTrackingServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
KeyTrackingServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskKeyTrackingServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides