BeyondCorp Client Gateways v1 API - Class ClientGatewaysServiceClientBuilder (1.2.0)

public sealed class ClientGatewaysServiceClientBuilder : ClientBuilderBase<ClientGatewaysServiceClient>

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

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

Inheritance

object > ClientBuilderBaseClientGatewaysServiceClient > 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
Type Description
ClientGatewaysServiceSettings

Methods

Build()

public override ClientGatewaysServiceClient Build()

Builds the resulting client.

Returns
Type Description
ClientGatewaysServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskClientGatewaysServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides