BeyondCorp AppGateways v1 API - Class AppGatewaysServiceClientBuilder (1.2.0)

public sealed class AppGatewaysServiceClientBuilder : ClientBuilderBase<AppGatewaysServiceClient>

Reference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGatewaysServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseAppGatewaysServiceClient > AppGatewaysServiceClientBuilder

Namespace

Google.Cloud.BeyondCorp.AppGateways.V1

Assembly

Google.Cloud.BeyondCorp.AppGateways.V1.dll

Constructors

AppGatewaysServiceClientBuilder()

public AppGatewaysServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public AppGatewaysServiceSettings Settings { get; set; }

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

Property Value
Type Description
AppGatewaysServiceSettings

Methods

Build()

public override AppGatewaysServiceClient Build()

Builds the resulting client.

Returns
Type Description
AppGatewaysServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskAppGatewaysServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides