Interface Recommendation.KeywordRecommendation.SearchTermOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEstimatedWeeklySearchCount()
      Output only.
      java.lang.String getText()
      Output only.
      com.google.protobuf.ByteString getTextBytes()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.