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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCountryCode()Upper-case, two-letter country code as defined by ISO-3166.com.google.protobuf.ByteStringgetCountryCodeBytes()Upper-case, two-letter country code as defined by ISO-3166.java.lang.StringgetLanguageCode()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.ByteStringgetLanguageCodeBytes()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.StringgetQueryText()The query text of a keyword theme that will be used to map to similar keyword themes.com.google.protobuf.ByteStringgetQueryTextBytes()The query text of a keyword theme that will be used to map to similar keyword themes.-
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.
-
-