Interface Recommendation.KeywordRecommendation.SearchTermOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.KeywordRecommendation.SearchTerm,Recommendation.KeywordRecommendation.SearchTerm.Builder
- Enclosing class:
- Recommendation.KeywordRecommendation
public static interface Recommendation.KeywordRecommendation.SearchTermOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEstimatedWeeklySearchCount()Output only.java.lang.StringgetText()Output only.com.google.protobuf.ByteStringgetTextBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getText
java.lang.String getText()
Output only. The text of the search term.
string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
Output only. The text of the search term.
string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for text.
-
getEstimatedWeeklySearchCount
long getEstimatedWeeklySearchCount()
Output only. Estimated number of historical weekly searches for this search term.
int64 estimated_weekly_search_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The estimatedWeeklySearchCount.
-
-