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 > ManagedNotebookServiceClientBuilderNamespace
Google.Cloud.Notebooks.V1Assembly
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 |
BuildAsync(CancellationToken)
public override Task<ManagedNotebookServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskManagedNotebookServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |