Interface Insight.RecommendationReferenceOrBuilder (2.43.0)

public static interface Insight.RecommendationReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRecommendation()

public abstract String getRecommendation()

Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]

string recommendation = 1;

Returns
TypeDescription
String

The recommendation.

getRecommendationBytes()

public abstract ByteString getRecommendationBytes()

Recommendation resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]

string recommendation = 1;

Returns
TypeDescription
ByteString

The bytes for recommendation.