AI Platform Notebooks v1 API - Class ManagedNotebookServiceClientBuilder (2.4.0)

public sealed class ManagedNotebookServiceClientBuilder : ClientBuilderBase<ManagedNotebookServiceClient>

Reference documentation and code samples for the AI Platform Notebooks v1 API class ManagedNotebookServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseManagedNotebookServiceClient > ManagedNotebookServiceClientBuilder

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ManagedNotebookServiceClientBuilder()

public ManagedNotebookServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ManagedNotebookServiceSettings Settings { get; set; }

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

Property Value
Type Description
ManagedNotebookServiceSettings

Methods

Build()

public override ManagedNotebookServiceClient Build()

Builds the resulting client.

Returns
Type Description
ManagedNotebookServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskManagedNotebookServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides