IAM Service Account Credentials v1 API - Class IAMCredentialsClientBuilder (2.3.0)

public sealed class IAMCredentialsClientBuilder : ClientBuilderBase<IAMCredentialsClient>

Reference documentation and code samples for the IAM Service Account Credentials v1 API class IAMCredentialsClientBuilder.

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

Inheritance

object > ClientBuilderBaseIAMCredentialsClient > IAMCredentialsClientBuilder

Namespace

Google.Cloud.Iam.Credentials.V1

Assembly

Google.Cloud.Iam.Credentials.V1.dll

Constructors

IAMCredentialsClientBuilder()

public IAMCredentialsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public IAMCredentialsSettings Settings { get; set; }

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

Property Value
TypeDescription
IAMCredentialsSettings

Methods

Build()

public override IAMCredentialsClient Build()

Builds the resulting client.

Returns
TypeDescription
IAMCredentialsClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskIAMCredentialsClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides