Google Cloud Billing v1 API - Class CloudBillingClientBuilder (3.8.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
Type Description
CloudBillingSettings

Methods

Build()

public override CloudBillingClient Build()

Builds the resulting client.

Returns
Type Description
CloudBillingClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskCloudBillingClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides