Namespace google::cloud::workstations_v1 (2.23.0-rc)

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
NameDescription
options

(optional) Configure the WorkstationsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< WorkstationsConnection >

MakeDefaultWorkstationsConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< WorkstationsConnectionIdempotencyPolicy >

Type Aliases

WorkstationsPolicyOptionList

Alias Of: OptionList< WorkstationsRetryPolicyOption, WorkstationsBackoffPolicyOption, WorkstationsPollingPolicyOption, WorkstationsConnectionIdempotencyPolicyOption >

The options applicable to Workstations.