Compute Engine v1 API - Class AutoscalersClientBuilder (2.7.0)

public sealed class AutoscalersClientBuilder : ClientBuilderBase<AutoscalersClient>

Reference documentation and code samples for the Compute Engine v1 API class AutoscalersClientBuilder.

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

Inheritance

object > ClientBuilderBaseAutoscalersClient > AutoscalersClientBuilder

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

AutoscalersClientBuilder()

public AutoscalersClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public AutoscalersSettings Settings { get; set; }

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

Property Value
TypeDescription
AutoscalersSettings

Methods

Build()

public override AutoscalersClient Build()

Builds the resulting client.

Returns
TypeDescription
AutoscalersClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Compute.V1.AutoscalersClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskAutoscalersClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Compute.V1.AutoscalersClient>.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.Compute.V1.AutoscalersClient>.GetChannelPool()