Policy Troubleshooter v1 API - Class IamCheckerClientBuilder (2.1.0)

public sealed class IamCheckerClientBuilder : ClientBuilderBase<IamCheckerClient>

Reference documentation and code samples for the Policy Troubleshooter v1 API class IamCheckerClientBuilder.

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

Inheritance

Object > ClientBuilderBase<IamCheckerClient> > IamCheckerClientBuilder

Namespace

Google.Cloud.PolicyTroubleshooter.V1

Assembly

Google.Cloud.PolicyTroubleshooter.V1.dll

Constructors

IamCheckerClientBuilder()

public IamCheckerClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public IamCheckerSettings Settings { get; set; }

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

Property Value
TypeDescription
IamCheckerSettings

Methods

Build()

public override IamCheckerClient Build()

Builds the resulting client.

Returns
TypeDescription
IamCheckerClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.PolicyTroubleshooter.V1.IamCheckerClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
Task<IamCheckerClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.PolicyTroubleshooter.V1.IamCheckerClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.PolicyTroubleshooter.V1.IamCheckerClient>.GetChannelPool()