BeyondCorp Client Connector Services v1 API - Class ClientGatewaysServiceClientBuilder (1.0.0)

public sealed class ClientGatewaysServiceClientBuilder : ClientBuilderBase<ClientGatewaysServiceClient>

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientGatewaysServiceClientBuilder.

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

Inheritance

Object > ClientBuilderBase<ClientGatewaysServiceClient> > ClientGatewaysServiceClientBuilder

Namespace

Google.Cloud.BeyondCorp.ClientGateways.V1

Assembly

Google.Cloud.BeyondCorp.ClientGateways.V1.dll

Constructors

ClientGatewaysServiceClientBuilder()

public ClientGatewaysServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ClientGatewaysServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
ClientGatewaysServiceSettings

Methods

Build()

public override ClientGatewaysServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
ClientGatewaysServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysServiceClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
Task<ClientGatewaysServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewaysServiceClient>.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.BeyondCorp.ClientGateways.V1.ClientGatewaysServiceClient>.GetChannelPool()