Data Labeling v1beta1 API - Class DataLabelingServiceClientBuilder (2.0.0-beta03)

public sealed class DataLabelingServiceClientBuilder : ClientBuilderBase<DataLabelingServiceClient>

Reference documentation and code samples for the Data Labeling v1beta1 API class DataLabelingServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseDataLabelingServiceClient > DataLabelingServiceClientBuilder

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

DataLabelingServiceClientBuilder()

public DataLabelingServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public DataLabelingServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
DataLabelingServiceSettings

Methods

Build()

public override DataLabelingServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
DataLabelingServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskDataLabelingServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides