Dataproc Metastore v1beta API - Class DataprocMetastoreClientBuilder (2.0.0-beta09)

public sealed class DataprocMetastoreClientBuilder : ClientBuilderBase<DataprocMetastoreClient>

Reference documentation and code samples for the Dataproc Metastore v1beta API class DataprocMetastoreClientBuilder.

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

Inheritance

object > ClientBuilderBaseDataprocMetastoreClient > DataprocMetastoreClientBuilder

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

DataprocMetastoreClientBuilder()

public DataprocMetastoreClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public DataprocMetastoreSettings Settings { get; set; }

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

Property Value
TypeDescription
DataprocMetastoreSettings

Methods

Build()

public override DataprocMetastoreClient Build()

Builds the resulting client.

Returns
TypeDescription
DataprocMetastoreClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskDataprocMetastoreClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides