Namespace google::cloud::notebooks_v1 (2.23.0-rc)

Classes

ManagedNotebookServiceClient

API v1 service for Managed Notebooks.

ManagedNotebookServiceConnection

The ManagedNotebookServiceConnection object for ManagedNotebookServiceClient.

ManagedNotebookServiceConnectionIdempotencyPolicy

ManagedNotebookServiceLimitedErrorCountRetryPolicy

A retry policy for ManagedNotebookServiceConnection based on counting errors.

ManagedNotebookServiceLimitedTimeRetryPolicy

A retry policy for ManagedNotebookServiceConnection based on elapsed time.

ManagedNotebookServiceRetryPolicy

The retry policy for ManagedNotebookServiceConnection.

NotebookServiceClient

API v1 service for Cloud AI Platform Notebooks.

NotebookServiceConnection

The NotebookServiceConnection object for NotebookServiceClient.

NotebookServiceConnectionIdempotencyPolicy

NotebookServiceLimitedErrorCountRetryPolicy

A retry policy for NotebookServiceConnection based on counting errors.

NotebookServiceLimitedTimeRetryPolicy

A retry policy for NotebookServiceConnection based on elapsed time.

NotebookServiceRetryPolicy

The retry policy for NotebookServiceConnection.

Structs

ManagedNotebookServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

ManagedNotebookServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

ManagedNotebookServicePollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

ManagedNotebookServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

NotebookServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

NotebookServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

NotebookServicePollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

NotebookServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeManagedNotebookServiceConnection(Options)

A factory function to construct an object of type ManagedNotebookServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ManagedNotebookServiceClient.

The optional options argument may be used to configure aspects of the returned ManagedNotebookServiceConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the ManagedNotebookServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< ManagedNotebookServiceConnection >

MakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< ManagedNotebookServiceConnectionIdempotencyPolicy >

MakeNotebookServiceConnection(Options)

A factory function to construct an object of type NotebookServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of NotebookServiceClient.

The optional options argument may be used to configure aspects of the returned NotebookServiceConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the NotebookServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< NotebookServiceConnection >

MakeDefaultNotebookServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< NotebookServiceConnectionIdempotencyPolicy >

Type Aliases

ManagedNotebookServicePolicyOptionList

Alias Of: OptionList< ManagedNotebookServiceRetryPolicyOption, ManagedNotebookServiceBackoffPolicyOption, ManagedNotebookServicePollingPolicyOption, ManagedNotebookServiceConnectionIdempotencyPolicyOption >

The options applicable to ManagedNotebookService.

NotebookServicePolicyOptionList

Alias Of: OptionList< NotebookServiceRetryPolicyOption, NotebookServiceBackoffPolicyOption, NotebookServicePollingPolicyOption, NotebookServiceConnectionIdempotencyPolicyOption >

The options applicable to NotebookService.