public interface RecommendationInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRecommender()
public abstract String getRecommender()Name of recommendation. Examples: organizations/1234/locations/us-central1/recommenders/google.cloudsql.instance.PerformanceRecommender/recommendations/9876
string recommender = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The recommender. |
getRecommenderBytes()
public abstract ByteString getRecommenderBytes()Name of recommendation. Examples: organizations/1234/locations/us-central1/recommenders/google.cloudsql.instance.PerformanceRecommender/recommendations/9876
string recommender = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for recommender. |
getRecommenderId()
public abstract String getRecommenderId()ID of recommender. Examples: "google.cloudsql.instance.PerformanceRecommender"
string recommender_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The recommenderId. |
getRecommenderIdBytes()
public abstract ByteString getRecommenderIdBytes()ID of recommender. Examples: "google.cloudsql.instance.PerformanceRecommender"
string recommender_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for recommenderId. |
getRecommenderSubtype()
public abstract String getRecommenderSubtype() Contains an identifier for a subtype of recommendations produced for the
same recommender. Subtype is a function of content and impact, meaning a
new subtype might be added when significant changes to content or
primary_impact.category are introduced. See the Recommenders section
to see a list of subtypes for a given Recommender.
Examples: For recommender = "google.cloudsql.instance.PerformanceRecommender", recommender_subtype can be "MYSQL_HIGH_NUMBER_OF_OPEN_TABLES_BEST_PRACTICE"/"POSTGRES_HIGH_TRANSACTION_ID_UTILIZATION_BEST_PRACTICE"
string recommender_subtype = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The recommenderSubtype. |
getRecommenderSubtypeBytes()
public abstract ByteString getRecommenderSubtypeBytes() Contains an identifier for a subtype of recommendations produced for the
same recommender. Subtype is a function of content and impact, meaning a
new subtype might be added when significant changes to content or
primary_impact.category are introduced. See the Recommenders section
to see a list of subtypes for a given Recommender.
Examples: For recommender = "google.cloudsql.instance.PerformanceRecommender", recommender_subtype can be "MYSQL_HIGH_NUMBER_OF_OPEN_TABLES_BEST_PRACTICE"/"POSTGRES_HIGH_TRANSACTION_ID_UTILIZATION_BEST_PRACTICE"
string recommender_subtype = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for recommenderSubtype. |