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

public sealed class ClientConnectorServicesServiceClientBuilder : ClientBuilderBase<ClientConnectorServicesServiceClient>

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

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

Inheritance

Object > ClientBuilderBase<ClientConnectorServicesServiceClient> > ClientConnectorServicesServiceClientBuilder

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Constructors

ClientConnectorServicesServiceClientBuilder()

public ClientConnectorServicesServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ClientConnectorServicesServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
ClientConnectorServicesServiceSettings

Methods

Build()

public override ClientConnectorServicesServiceClient Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

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