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
Modifier and TypeMethodDescriptionlongOutput only.getText()Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getText
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.
-