Classes
HypercomputeClusterClient
Service describing handlers for resources.
HypercomputeClusterConnection
The HypercomputeClusterConnection object for HypercomputeClusterClient.
HypercomputeClusterConnectionIdempotencyPolicy
HypercomputeClusterLimitedErrorCountRetryPolicy
A retry policy for HypercomputeClusterConnection based on counting errors.
HypercomputeClusterLimitedTimeRetryPolicy
A retry policy for HypercomputeClusterConnection based on elapsed time.
HypercomputeClusterRetryPolicy
The retry policy for HypercomputeClusterConnection.
Structs
HypercomputeClusterBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
HypercomputeClusterConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
HypercomputeClusterPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
HypercomputeClusterRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeHypercomputeClusterConnection(Options)
A factory function to construct an object of type HypercomputeClusterConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of HypercomputeClusterClient.
The optional options argument may be used to configure aspects of the returned HypercomputeClusterConnection. 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< HypercomputeClusterConnection > |
|
MakeDefaultHypercomputeClusterConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< HypercomputeClusterConnectionIdempotencyPolicy > |
|