Classes
RecommenderClient
Provides insights and recommendations for cloud customers for various categories like performance optimization, cost savings, reliability, feature discovery, etc.
RecommenderConnection
The RecommenderConnection
object for RecommenderClient
.
RecommenderConnectionIdempotencyPolicy
RecommenderLimitedErrorCountRetryPolicy
A retry policy for RecommenderConnection
based on counting errors.
RecommenderLimitedTimeRetryPolicy
A retry policy for RecommenderConnection
based on elapsed time.
RecommenderRetryPolicy
The retry policy for RecommenderConnection
.
Structs
RecommenderBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
RecommenderConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
RecommenderRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeRecommenderConnection(Options)
A factory function to construct an object of type RecommenderConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of RecommenderClient.
The optional options
argument may be used to configure aspects of the returned RecommenderConnection
. 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< RecommenderConnection > |
MakeDefaultRecommenderConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< RecommenderConnectionIdempotencyPolicy > |
Type Aliases
RecommenderPolicyOptionList
OptionList< RecommenderRetryPolicyOption, RecommenderBackoffPolicyOption, RecommenderConnectionIdempotencyPolicyOption >
The options applicable to Recommender.