Interface SuggestKeywordThemeConstantsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCountryCode()
      Upper-case, two-letter country code as defined by ISO-3166.
      com.google.protobuf.ByteString getCountryCodeBytes()
      Upper-case, two-letter country code as defined by ISO-3166.
      java.lang.String getLanguageCode()
      The two letter language code for get corresponding keyword theme for refining the scope of the query, default to 'en' if not set.
      com.google.protobuf.ByteString getLanguageCodeBytes()
      The two letter language code for get corresponding keyword theme for refining the scope of the query, default to 'en' if not set.
      java.lang.String getQueryText()
      The query text of a keyword theme that will be used to map to similar keyword themes.
      com.google.protobuf.ByteString getQueryTextBytes()
      The query text of a keyword theme that will be used to map to similar keyword themes.
      • 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

      • getQueryText

        java.lang.String getQueryText()
         The query text of a keyword theme that will be used to map to similar
         keyword themes. E.g. "plumber" or "roofer".
         
        string query_text = 1;
        Returns:
        The queryText.
      • getQueryTextBytes

        com.google.protobuf.ByteString getQueryTextBytes()
         The query text of a keyword theme that will be used to map to similar
         keyword themes. E.g. "plumber" or "roofer".
         
        string query_text = 1;
        Returns:
        The bytes for queryText.
      • getCountryCode

        java.lang.String getCountryCode()
         Upper-case, two-letter country code as defined by ISO-3166. This for
         refining the scope of the query, default to 'US' if not set.
         
        string country_code = 2;
        Returns:
        The countryCode.
      • getCountryCodeBytes

        com.google.protobuf.ByteString getCountryCodeBytes()
         Upper-case, two-letter country code as defined by ISO-3166. This for
         refining the scope of the query, default to 'US' if not set.
         
        string country_code = 2;
        Returns:
        The bytes for countryCode.
      • getLanguageCode

        java.lang.String getLanguageCode()
         The two letter language code for get corresponding keyword theme for
         refining the scope of the query, default to 'en' if not set.
         
        string language_code = 3;
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        com.google.protobuf.ByteString getLanguageCodeBytes()
         The two letter language code for get corresponding keyword theme for
         refining the scope of the query, default to 'en' if not set.
         
        string language_code = 3;
        Returns:
        The bytes for languageCode.