Cloud AI Platform v1 API - Class ScheduleServiceClientBuilder (2.17.0)

public sealed class ScheduleServiceClientBuilder : ClientBuilderBase<ScheduleServiceClient>

Reference documentation and code samples for the Cloud AI Platform v1 API class ScheduleServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseScheduleServiceClient > ScheduleServiceClientBuilder

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ScheduleServiceClientBuilder()

public ScheduleServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ScheduleServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
ScheduleServiceSettings

Methods

Build()

public override ScheduleServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
ScheduleServiceClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.ScheduleServiceClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskScheduleServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.AIPlatform.V1.ScheduleServiceClient>.GetChannelPool()