Interface Recommendation.InsightReferenceOrBuilder (2.43.0)

public static interface Recommendation.InsightReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInsight()

public abstract String getInsight()

Insight resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID]

string insight = 1;

Returns
TypeDescription
String

The insight.

getInsightBytes()

public abstract ByteString getInsightBytes()

Insight resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID]

string insight = 1;

Returns
TypeDescription
ByteString

The bytes for insight.