Classes
WorkstationsClient
Service for interacting with Cloud Workstations.
WorkstationsConnection
The WorkstationsConnection
object for WorkstationsClient
.
WorkstationsConnectionIdempotencyPolicy
WorkstationsLimitedErrorCountRetryPolicy
A retry policy for WorkstationsConnection
based on counting errors.
WorkstationsLimitedTimeRetryPolicy
A retry policy for WorkstationsConnection
based on elapsed time.
WorkstationsRetryPolicy
The retry policy for WorkstationsConnection
.
Structs
WorkstationsBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
WorkstationsConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
WorkstationsPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
WorkstationsRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeWorkstationsConnection(Options)
A factory function to construct an object of type WorkstationsConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of WorkstationsClient.
The optional options
argument may be used to configure aspects of the returned WorkstationsConnection
. 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< WorkstationsConnection > |
MakeDefaultWorkstationsConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< WorkstationsConnectionIdempotencyPolicy > |
Type Aliases
WorkstationsPolicyOptionList
OptionList< WorkstationsRetryPolicyOption, WorkstationsBackoffPolicyOption, WorkstationsPollingPolicyOption, WorkstationsConnectionIdempotencyPolicyOption >
The options applicable to Workstations.