Class CloudBillingClientBuilder (3.0.0)

public sealed class CloudBillingClientBuilder : ClientBuilderBase<CloudBillingClient>

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

Inheritance

Object > ClientBuilderBase<CloudBillingClient> > 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
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Billing.V1.CloudBillingClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
Task<CloudBillingClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Billing.V1.CloudBillingClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Billing.V1.CloudBillingClient>.GetChannelPool()