public sealed class ManagedNotebookServiceClientBuilder : ClientBuilderBase<ManagedNotebookServiceClient>
Builder class for ManagedNotebookServiceClient to provide simple configuration of credentials, endpoint etc.
Inheritance
Object > ClientBuilderBase<ManagedNotebookServiceClient> > 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.
Type | Description |
ManagedNotebookServiceSettings |
Methods
Build()
public override ManagedNotebookServiceClient Build()
Builds the resulting client.
Type | Description |
ManagedNotebookServiceClient |
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Notebooks.V1.ManagedNotebookServiceClient>.Build()
BuildAsync(CancellationToken)
public override Task<ManagedNotebookServiceClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))
Builds the resulting client asynchronously.
Name | Description |
cancellationToken | CancellationToken |
Type | Description |
Task<ManagedNotebookServiceClient> |
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Notebooks.V1.ManagedNotebookServiceClient>.BuildAsync(System.Threading.CancellationToken)
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Type | Description |
ChannelPool |
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Notebooks.V1.ManagedNotebookServiceClient>.GetChannelPool()