Classes
TimeseriesInsightsControllerClient
TimeseriesInsightsControllerConnection
The TimeseriesInsightsControllerConnection
object for TimeseriesInsightsControllerClient
.
TimeseriesInsightsControllerConnectionIdempotencyPolicy
TimeseriesInsightsControllerLimitedErrorCountRetryPolicy
A retry policy for TimeseriesInsightsControllerConnection
based on counting errors.
TimeseriesInsightsControllerLimitedTimeRetryPolicy
A retry policy for TimeseriesInsightsControllerConnection
based on elapsed time.
TimeseriesInsightsControllerRetryPolicy
The retry policy for TimeseriesInsightsControllerConnection
.
Structs
TimeseriesInsightsControllerBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
TimeseriesInsightsControllerConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
TimeseriesInsightsControllerRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeTimeseriesInsightsControllerConnection(Options)
A factory function to construct an object of type TimeseriesInsightsControllerConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of TimeseriesInsightsControllerClient.
The optional options
argument may be used to configure aspects of the returned TimeseriesInsightsControllerConnection
. 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< TimeseriesInsightsControllerConnection > |
MakeDefaultTimeseriesInsightsControllerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< TimeseriesInsightsControllerConnectionIdempotencyPolicy > |