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.
Namespace
Google.Cloud.BeyondCorp.AppGateways.V1Assembly
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 |
BuildAsync(CancellationToken)
public override Task<AppGatewaysServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskAppGatewaysServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |