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.
Namespace
Google.Cloud.Billing.V1Assembly
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 |
BuildAsync(CancellationToken)
public override Task<CloudBillingClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskCloudBillingClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |