Namespace google::cloud::notebooks_v1 (2.11.0)

Classes

ManagedNotebookServiceClient

API v1 service for Managed Notebooks.

ManagedNotebookServiceConnection

The ManagedNotebookServiceConnection object for ManagedNotebookServiceClient.

ManagedNotebookServiceConnectionIdempotencyPolicy

NotebookServiceClient

API v1 service for Cloud AI Platform Notebooks.

NotebookServiceConnection

The NotebookServiceConnection object for NotebookServiceClient.

NotebookServiceConnectionIdempotencyPolicy

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
Name Description
options

(optional) Configure the ManagedNotebookServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< ManagedNotebookServiceConnection >

MakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy()

Returns
Type Description
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
Name Description
options

(optional) Configure the NotebookServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< NotebookServiceConnection >

MakeDefaultNotebookServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< NotebookServiceConnectionIdempotencyPolicy >

Type Aliases

ManagedNotebookServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits >

ManagedNotebookServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits >

ManagedNotebookServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits >

ManagedNotebookServicePolicyOptionList

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

The options applicable to ManagedNotebookService.

NotebookServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits >

NotebookServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits >

NotebookServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits >

NotebookServicePolicyOptionList

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

The options applicable to NotebookService.