Notebooks API C++ Client 2.11.0
A C++ Client Library for the Notebooks API
|
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< ManagedNotebookServiceConnection > | MakeManagedNotebookServiceConnection (Options options={}) |
A factory function to construct an object of type ManagedNotebookServiceConnection . More... | |
std::unique_ptr< ManagedNotebookServiceConnectionIdempotencyPolicy > | MakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy () |
std::shared_ptr< NotebookServiceConnection > | MakeNotebookServiceConnection (Options options={}) |
A factory function to construct an object of type NotebookServiceConnection . More... | |
std::unique_ptr< NotebookServiceConnectionIdempotencyPolicy > | MakeDefaultNotebookServiceConnectionIdempotencyPolicy () |
using google::cloud::notebooks_v1::ManagedNotebookServiceLimitedErrorCountRetryPolicy = typedef ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits> |
using google::cloud::notebooks_v1::ManagedNotebookServiceLimitedTimeRetryPolicy = typedef ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits> |
using google::cloud::notebooks_v1::ManagedNotebookServiceRetryPolicy = typedef ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::ManagedNotebookServiceRetryTraits> |
using google::cloud::notebooks_v1::NotebookServiceLimitedErrorCountRetryPolicy = typedef ::google::cloud::internal::LimitedErrorCountRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits> |
using google::cloud::notebooks_v1::NotebookServiceLimitedTimeRetryPolicy = typedef ::google::cloud::internal::LimitedTimeRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits> |
using google::cloud::notebooks_v1::NotebookServiceRetryPolicy = typedef ::google::cloud::internal::TraitBasedRetryPolicy< notebooks_v1_internal::NotebookServiceRetryTraits> |
std::unique_ptr< ManagedNotebookServiceConnectionIdempotencyPolicy > google::cloud::notebooks_v1::MakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy | ( | ) |
std::unique_ptr< NotebookServiceConnectionIdempotencyPolicy > google::cloud::notebooks_v1::MakeDefaultNotebookServiceConnectionIdempotencyPolicy | ( | ) |
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:
google::cloud::CommonOptionList
google::cloud::GrpcOptionList
google::cloud::UnifiedCredentialsOptionList
google::cloud::notebooks_v1::ManagedNotebookServicePolicyOptionList
GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes
in the environment.options | (optional) Configure the ManagedNotebookServiceConnection created by this function. |
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:
google::cloud::CommonOptionList
google::cloud::GrpcOptionList
google::cloud::UnifiedCredentialsOptionList
google::cloud::notebooks_v1::NotebookServicePolicyOptionList
GOOGLE_CLOUD_CPP_ENABLE_CLOG=yes
in the environment.options | (optional) Configure the NotebookServiceConnection created by this function. |