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
TypeDescription
CloudBillingSettings

Methods

Build()

public override CloudBillingClient Build()

Builds the resulting client.

Returns
TypeDescription
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
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
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
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Billing.V1.CloudBillingClient>.GetChannelPool()