Classes
CloudShellServiceClient
API for interacting with Google Cloud Shell.
CloudShellServiceConnection
The CloudShellServiceConnection
object for CloudShellServiceClient
.
CloudShellServiceConnectionIdempotencyPolicy
Structs
CloudShellServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CloudShellServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CloudShellServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
CloudShellServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeCloudShellServiceConnection(Options)
A factory function to construct an object of type CloudShellServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudShellServiceClient.
The optional options
argument may be used to configure aspects of the returned CloudShellServiceConnection
. 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< CloudShellServiceConnection > |
MakeDefaultCloudShellServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CloudShellServiceConnectionIdempotencyPolicy > |
Type Aliases
CloudShellServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< shell_v1_internal::CloudShellServiceRetryTraits >
CloudShellServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< shell_v1_internal::CloudShellServiceRetryTraits >
CloudShellServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< shell_v1_internal::CloudShellServiceRetryTraits >
CloudShellServicePolicyOptionList
OptionList< CloudShellServiceRetryPolicyOption, CloudShellServiceBackoffPolicyOption, CloudShellServicePollingPolicyOption, CloudShellServiceConnectionIdempotencyPolicyOption >
The options applicable to CloudShellService.