Google Cloud Billing v1 API - Class CloudBillingClientBuilder (3.7.0)

public sealed class CloudBillingClientBuilder : ClientBuilderBase<CloudBillingClient>

Reference documentation and code samples for the Google Cloud Billing v1 API class CloudBillingClientBuilder.

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

Inheritance

object > ClientBuilderBaseCloudBillingClient > CloudBillingClientBuilder

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

CloudBillingClientBuilder()

public CloudBillingClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public CloudBillingSettings Settings { get; set; }

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

Property Value
TypeDescription
CloudBillingSettings

Methods

Build()

public override CloudBillingClient Build()

Builds the resulting client.

Returns
TypeDescription
CloudBillingClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskCloudBillingClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides