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 TypeMethodDescriptionUpper-case, two-letter country code as defined by ISO-3166.com.google.protobuf.ByteStringUpper-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.ByteStringThe 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.ByteStringThe query text of a keyword theme that will be used to map to similar keyword themes.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
-
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.
-