Notebooks API C++ Client 2.11.0
A C++ Client Library for the Notebooks API
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
google::cloud::notebooks_v1 Namespace Reference

Classes

struct  ManagedNotebookServiceBackoffPolicyOption
 Use with google::cloud::Options to configure the backoff policy. More...
 
class  ManagedNotebookServiceClient
 API v1 service for Managed Notebooks. More...
 
class  ManagedNotebookServiceConnection
 The ManagedNotebookServiceConnection object for ManagedNotebookServiceClient. More...
 
class  ManagedNotebookServiceConnectionIdempotencyPolicy
 
struct  ManagedNotebookServiceConnectionIdempotencyPolicyOption
 Use with google::cloud::Options to configure which operations are retried. More...
 
struct  ManagedNotebookServicePollingPolicyOption
 Use with google::cloud::Options to configure the long-running operations polling policy. More...
 
struct  ManagedNotebookServiceRetryPolicyOption
 Use with google::cloud::Options to configure the retry policy. More...
 
struct  NotebookServiceBackoffPolicyOption
 Use with google::cloud::Options to configure the backoff policy. More...
 
class  NotebookServiceClient
 API v1 service for Cloud AI Platform Notebooks. More...
 
class  NotebookServiceConnection
 The NotebookServiceConnection object for NotebookServiceClient. More...
 
class  NotebookServiceConnectionIdempotencyPolicy
 
struct  NotebookServiceConnectionIdempotencyPolicyOption
 Use with google::cloud::Options to configure which operations are retried. More...
 
struct  NotebookServicePollingPolicyOption
 Use with google::cloud::Options to configure the long-running operations polling policy. More...
 
struct  NotebookServiceRetryPolicyOption
 Use with google::cloud::Options to configure the retry policy. More...
 

Typedefs

using ManagedNotebookServiceRetryPolicy = ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits >
 
using ManagedNotebookServiceLimitedTimeRetryPolicy = ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits >
 
using ManagedNotebookServiceLimitedErrorCountRetryPolicy = ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits >
 
using ManagedNotebookServicePolicyOptionList = OptionList< ManagedNotebookServiceRetryPolicyOption, ManagedNotebookServiceBackoffPolicyOption, ManagedNotebookServicePollingPolicyOption, ManagedNotebookServiceConnectionIdempotencyPolicyOption >
 The options applicable to ManagedNotebookService. More...
 
using NotebookServiceRetryPolicy = ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits >
 
using NotebookServiceLimitedTimeRetryPolicy = ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits >
 
using NotebookServiceLimitedErrorCountRetryPolicy = ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits >
 
using NotebookServicePolicyOptionList = OptionList< NotebookServiceRetryPolicyOption, NotebookServiceBackoffPolicyOption, NotebookServicePollingPolicyOption, NotebookServiceConnectionIdempotencyPolicyOption >
 The options applicable to NotebookService. More...
 

Functions

std::shared_ptr< ManagedNotebookServiceConnectionMakeManagedNotebookServiceConnection (Options options={})
 A factory function to construct an object of type ManagedNotebookServiceConnection. More...
 
std::unique_ptr< ManagedNotebookServiceConnectionIdempotencyPolicyMakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy ()
 
std::shared_ptr< NotebookServiceConnectionMakeNotebookServiceConnection (Options options={})
 A factory function to construct an object of type NotebookServiceConnection. More...
 
std::unique_ptr< NotebookServiceConnectionIdempotencyPolicyMakeDefaultNotebookServiceConnectionIdempotencyPolicy ()
 

Typedef Documentation

◆ ManagedNotebookServiceLimitedErrorCountRetryPolicy

using google::cloud::notebooks_v1::ManagedNotebookServiceLimitedErrorCountRetryPolicy = typedef ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits>

◆ ManagedNotebookServiceLimitedTimeRetryPolicy

using google::cloud::notebooks_v1::ManagedNotebookServiceLimitedTimeRetryPolicy = typedef ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits>

◆ ManagedNotebookServiceRetryPolicy

using google::cloud::notebooks_v1::ManagedNotebookServiceRetryPolicy = typedef ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits>

◆ NotebookServiceLimitedErrorCountRetryPolicy

using google::cloud::notebooks_v1::NotebookServiceLimitedErrorCountRetryPolicy = typedef ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits>

◆ NotebookServiceLimitedTimeRetryPolicy

using google::cloud::notebooks_v1::NotebookServiceLimitedTimeRetryPolicy = typedef ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits>

◆ NotebookServiceRetryPolicy

using google::cloud::notebooks_v1::NotebookServiceRetryPolicy = typedef ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits>

Function Documentation

◆ MakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy()

std::unique_ptr< ManagedNotebookServiceConnectionIdempotencyPolicy > google::cloud::notebooks_v1::MakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy ( )

◆ MakeDefaultNotebookServiceConnectionIdempotencyPolicy()

std::unique_ptr< NotebookServiceConnectionIdempotencyPolicy > google::cloud::notebooks_v1::MakeDefaultNotebookServiceConnectionIdempotencyPolicy ( )

◆ MakeManagedNotebookServiceConnection()

std::shared_ptr< ManagedNotebookServiceConnection > google::cloud::notebooks_v1::MakeManagedNotebookServiceConnection ( Options  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:

Note
Unexpected options will be ignored. To log unexpected options instead, set GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes in the environment.
Parameters
options(optional) Configure the ManagedNotebookServiceConnection created by this function.

◆ MakeNotebookServiceConnection()

std::shared_ptr< NotebookServiceConnection > google::cloud::notebooks_v1::MakeNotebookServiceConnection ( Options  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:

Note
Unexpected options will be ignored. To log unexpected options instead, set GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes in the environment.
Parameters
options(optional) Configure the NotebookServiceConnection created by this function.