Classes
InstantSnapshotGroupsClient
Service for the instantSnapshotGroups resource.
InstantSnapshotGroupsConnection
The InstantSnapshotGroupsConnection object for InstantSnapshotGroupsClient.
InstantSnapshotGroupsConnectionIdempotencyPolicy
InstantSnapshotGroupsLimitedErrorCountRetryPolicy
A retry policy for InstantSnapshotGroupsConnection based on counting errors.
InstantSnapshotGroupsLimitedTimeRetryPolicy
A retry policy for InstantSnapshotGroupsConnection based on elapsed time.
InstantSnapshotGroupsRetryPolicy
The retry policy for InstantSnapshotGroupsConnection.
Structs
InstantSnapshotGroupsBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
InstantSnapshotGroupsConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
InstantSnapshotGroupsPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
InstantSnapshotGroupsRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeDefaultInstantSnapshotGroupsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< InstantSnapshotGroupsConnectionIdempotencyPolicy > |
|
MakeInstantSnapshotGroupsConnectionRest(Options)
A factory function to construct an object of type InstantSnapshotGroupsConnection that uses REST over HTTP as transport in lieu of gRPC.
REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of InstantSnapshotGroupsClient.
The optional options argument may be used to configure aspects of the returned InstantSnapshotGroupsConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< InstantSnapshotGroupsConnection > |
|