public sealed class GlobalPublicDelegatedPrefixesClientBuilder : ClientBuilderBase<GlobalPublicDelegatedPrefixesClient>
Reference documentation and code samples for the Compute Engine v1 API class GlobalPublicDelegatedPrefixesClientBuilder.
Builder class for GlobalPublicDelegatedPrefixesClient to provide simple configuration of credentials, endpoint etc.
Inheritance
Object > ClientBuilderBase<GlobalPublicDelegatedPrefixesClient> > GlobalPublicDelegatedPrefixesClientBuilderNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GlobalPublicDelegatedPrefixesClientBuilder()
public GlobalPublicDelegatedPrefixesClientBuilder()
Creates a new builder with default settings.
Properties
Settings
public GlobalPublicDelegatedPrefixesSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Property Value | |
---|---|
Type | Description |
GlobalPublicDelegatedPrefixesSettings |
Methods
Build()
public override GlobalPublicDelegatedPrefixesClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
GlobalPublicDelegatedPrefixesClient |
BuildAsync(CancellationToken)
public override Task<GlobalPublicDelegatedPrefixesClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
Task<GlobalPublicDelegatedPrefixesClient> |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |