App Engine v1 API - Class ApplicationsClientBuilder (2.3.0)

public sealed class ApplicationsClientBuilder : ClientBuilderBase<ApplicationsClient>

Reference documentation and code samples for the App Engine v1 API class ApplicationsClientBuilder.

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

Inheritance

object > ClientBuilderBaseApplicationsClient > ApplicationsClientBuilder

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ApplicationsClientBuilder()

public ApplicationsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ApplicationsSettings Settings { get; set; }

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

Property Value
TypeDescription
ApplicationsSettings

Methods

Build()

public override ApplicationsClient Build()

Builds the resulting client.

Returns
TypeDescription
ApplicationsClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskApplicationsClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides