Namespace google::cloud::recommender_v1 (2.23.0-rc)

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
NameDescription
options

(optional) Configure the RecommenderConnection created by this function.

Returns
TypeDescription
std::shared_ptr< RecommenderConnection >

MakeDefaultRecommenderConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< RecommenderConnectionIdempotencyPolicy >

Type Aliases

RecommenderPolicyOptionList

Alias Of: OptionList< RecommenderRetryPolicyOption, RecommenderBackoffPolicyOption, RecommenderConnectionIdempotencyPolicyOption >

The options applicable to Recommender.