Interface SuggestKeywordThemeConstantsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SuggestKeywordThemeConstantsRequest, SuggestKeywordThemeConstantsRequest.Builder

public interface SuggestKeywordThemeConstantsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Upper-case, two-letter country code as defined by ISO-3166.
    com.google.protobuf.ByteString
    Upper-case, two-letter country code as defined by ISO-3166.
    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
    The two letter language code for get corresponding keyword theme for refining the scope of the query, default to 'en' if not set.
    The query text of a keyword theme that will be used to map to similar keyword themes.
    com.google.protobuf.ByteString
    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 Details

    • getQueryText

      String getQueryText()
       The query text of a keyword theme that will be used to map to similar
       keyword themes. For example, "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. For example, "plumber" or "roofer".
       
      string query_text = 1;
      Returns:
      The bytes for queryText.
    • getCountryCode

      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

      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.