BeyondCorp AppGateways v1 API - Class AppGatewaysServiceClientBuilder (1.0.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 > ClientBuilderBase<AppGatewaysServiceClient> > 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
TypeDescription
AppGatewaysServiceSettings

Methods

Build()

public override AppGatewaysServiceClient Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

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