com.google.ads.googleads.v17.services.SuggestKeywordThemeConstantsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/keyword_theme_constant_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface SuggestKeywordThemeConstantsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SuggestKeywordThemeConstantsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return The queryText.
*/
java.lang.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;
* @return The bytes for queryText.
*/
com.google.protobuf.ByteString
getQueryTextBytes();
/**
*
* 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;
* @return The countryCode.
*/
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;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* 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;
* @return The languageCode.
*/
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;
* @return The bytes for languageCode.
*/
com.google.protobuf.ByteString
getLanguageCodeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy