Interface KeywordPlanKeywordHistoricalMetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanKeywordHistoricalMetrics,KeywordPlanKeywordHistoricalMetrics.Builder
public interface KeywordPlanKeywordHistoricalMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCloseVariants(int index)The list of close variant queries for search_query whose search results are combined into the search_query.com.google.protobuf.ByteStringgetCloseVariantsBytes(int index)The list of close variant queries for search_query whose search results are combined into the search_query.intgetCloseVariantsCount()The list of close variant queries for search_query whose search results are combined into the search_query.java.util.List<java.lang.String>getCloseVariantsList()The list of close variant queries for search_query whose search results are combined into the search_query.KeywordPlanHistoricalMetricsgetKeywordMetrics()The historical metrics for the query associated with one or more ad_group_keywords in the plan.KeywordPlanHistoricalMetricsOrBuildergetKeywordMetricsOrBuilder()The historical metrics for the query associated with one or more ad_group_keywords in the plan.java.lang.StringgetSearchQuery()The text of the query associated with one or more ad_group_keywords in the plan.com.google.protobuf.ByteStringgetSearchQueryBytes()The text of the query associated with one or more ad_group_keywords in the plan.booleanhasKeywordMetrics()The historical metrics for the query associated with one or more ad_group_keywords in the plan.booleanhasSearchQuery()The text of the query associated with one or more ad_group_keywords in the plan.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSearchQuery
boolean hasSearchQuery()
The text of the query associated with one or more ad_group_keywords in the plan. Note that we de-dupe your keywords list, eliminating close variants before returning the plan's keywords as text. For example, if your plan originally contained the keywords 'car' and 'cars', the returned search query will only contain 'cars'. Starting V5, the list of de-duped queries will be included in close_variants field.
optional string search_query = 4;- Returns:
- Whether the searchQuery field is set.
-
getSearchQuery
java.lang.String getSearchQuery()
The text of the query associated with one or more ad_group_keywords in the plan. Note that we de-dupe your keywords list, eliminating close variants before returning the plan's keywords as text. For example, if your plan originally contained the keywords 'car' and 'cars', the returned search query will only contain 'cars'. Starting V5, the list of de-duped queries will be included in close_variants field.
optional string search_query = 4;- Returns:
- The searchQuery.
-
getSearchQueryBytes
com.google.protobuf.ByteString getSearchQueryBytes()
The text of the query associated with one or more ad_group_keywords in the plan. Note that we de-dupe your keywords list, eliminating close variants before returning the plan's keywords as text. For example, if your plan originally contained the keywords 'car' and 'cars', the returned search query will only contain 'cars'. Starting V5, the list of de-duped queries will be included in close_variants field.
optional string search_query = 4;- Returns:
- The bytes for searchQuery.
-
getCloseVariantsList
java.util.List<java.lang.String> getCloseVariantsList()
The list of close variant queries for search_query whose search results are combined into the search_query.
repeated string close_variants = 3;- Returns:
- A list containing the closeVariants.
-
getCloseVariantsCount
int getCloseVariantsCount()
The list of close variant queries for search_query whose search results are combined into the search_query.
repeated string close_variants = 3;- Returns:
- The count of closeVariants.
-
getCloseVariants
java.lang.String getCloseVariants(int index)
The list of close variant queries for search_query whose search results are combined into the search_query.
repeated string close_variants = 3;- Parameters:
index- The index of the element to return.- Returns:
- The closeVariants at the given index.
-
getCloseVariantsBytes
com.google.protobuf.ByteString getCloseVariantsBytes(int index)
The list of close variant queries for search_query whose search results are combined into the search_query.
repeated string close_variants = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the closeVariants at the given index.
-
hasKeywordMetrics
boolean hasKeywordMetrics()
The historical metrics for the query associated with one or more ad_group_keywords in the plan.
.google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;- Returns:
- Whether the keywordMetrics field is set.
-
getKeywordMetrics
KeywordPlanHistoricalMetrics getKeywordMetrics()
The historical metrics for the query associated with one or more ad_group_keywords in the plan.
.google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;- Returns:
- The keywordMetrics.
-
getKeywordMetricsOrBuilder
KeywordPlanHistoricalMetricsOrBuilder getKeywordMetricsOrBuilder()
The historical metrics for the query associated with one or more ad_group_keywords in the plan.
.google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;
-
-