VMware Engine v1 API - Class VmwareEngineClientBuilder (1.3.0)

public sealed class VmwareEngineClientBuilder : ClientBuilderBase<VmwareEngineClient>

Reference documentation and code samples for the VMware Engine v1 API class VmwareEngineClientBuilder.

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

Inheritance

object > ClientBuilderBaseVmwareEngineClient > VmwareEngineClientBuilder

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

VmwareEngineClientBuilder()

public VmwareEngineClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public VmwareEngineSettings Settings { get; set; }

The settings to use for RPCs, or null for the default settings.

Property Value
TypeDescription
VmwareEngineSettings

Methods

Build()

public override VmwareEngineClient Build()

Builds the resulting client.

Returns
TypeDescription
VmwareEngineClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskVmwareEngineClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides