Classes
NotebookServiceClient
API v2 service for Workbench Notebooks Instances.
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
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
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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< NotebookServiceConnection > |
MakeDefaultNotebookServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< NotebookServiceConnectionIdempotencyPolicy > |
Type Aliases
NotebookServicePolicyOptionList
OptionList< NotebookServiceRetryPolicyOption, NotebookServiceBackoffPolicyOption, NotebookServicePollingPolicyOption, NotebookServiceConnectionIdempotencyPolicyOption >
The options applicable to NotebookService.