public sealed class IAMCredentialsClientBuilder : ClientBuilderBase<IAMCredentialsClient>
Builder class for IAMCredentialsClient to provide simple configuration of credentials, endpoint etc.
Namespace
Google.Cloud.Iam.Credentials.V1Assembly
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 | |
---|---|
Type | Description |
IAMCredentialsSettings |
Methods
Build()
public override IAMCredentialsClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
IAMCredentialsClient |
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Iam.Credentials.V1.IAMCredentialsClient>.Build()
BuildAsync(CancellationToken)
public override Task<IAMCredentialsClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
Task<IAMCredentialsClient> |
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Iam.Credentials.V1.IAMCredentialsClient>.BuildAsync(System.Threading.CancellationToken)
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Iam.Credentials.V1.IAMCredentialsClient>.GetChannelPool()