Classes
SimulatorClient
Policy Simulator API service.
SimulatorConnection
The SimulatorConnection object for SimulatorClient.
SimulatorConnectionIdempotencyPolicy
SimulatorLimitedErrorCountRetryPolicy
A retry policy for SimulatorConnection based on counting errors.
SimulatorLimitedTimeRetryPolicy
A retry policy for SimulatorConnection based on elapsed time.
SimulatorRetryPolicy
The retry policy for SimulatorConnection.
Structs
SimulatorBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
SimulatorConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
SimulatorPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
SimulatorRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeSimulatorConnection(Options)
A factory function to construct an object of type SimulatorConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of SimulatorClient.
The optional options argument may be used to configure aspects of the returned SimulatorConnection. 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< SimulatorConnection > |
|
MakeDefaultSimulatorConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< SimulatorConnectionIdempotencyPolicy > |
|