Interface GenerateKeywordHistoricalMetricsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateKeywordHistoricalMetricsRequest,GenerateKeywordHistoricalMetricsRequest.Builder
public interface GenerateKeywordHistoricalMetricsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomerId()The ID of the customer with the recommendation.com.google.protobuf.ByteStringgetCustomerIdBytes()The ID of the customer with the recommendation.HistoricalMetricsOptionsgetHistoricalMetricsOptions()The options for historical metrics data.HistoricalMetricsOptionsOrBuildergetHistoricalMetricsOptionsOrBuilder()The options for historical metrics data.java.lang.StringgetKeywords(int index)A list of keywords to get historical metrics.com.google.protobuf.ByteStringgetKeywordsBytes(int index)A list of keywords to get historical metrics.intgetKeywordsCount()A list of keywords to get historical metrics.java.util.List<java.lang.String>getKeywordsList()A list of keywords to get historical metrics.booleanhasHistoricalMetricsOptions()The options for historical metrics data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCustomerId
java.lang.String getCustomerId()
The ID of the customer with the recommendation.
string customer_id = 1;- Returns:
- The customerId.
-
getCustomerIdBytes
com.google.protobuf.ByteString getCustomerIdBytes()
The ID of the customer with the recommendation.
string customer_id = 1;- Returns:
- The bytes for customerId.
-
getKeywordsList
java.util.List<java.lang.String> getKeywordsList()
A list of keywords to get historical metrics. Not all inputs will be returned as a result of near-exact deduplication. For example, if stats for "car" and "cars" are requested, only "car" will be returned. A maximum of 10,000 keywords can be used.
repeated string keywords = 2;- Returns:
- A list containing the keywords.
-
getKeywordsCount
int getKeywordsCount()
A list of keywords to get historical metrics. Not all inputs will be returned as a result of near-exact deduplication. For example, if stats for "car" and "cars" are requested, only "car" will be returned. A maximum of 10,000 keywords can be used.
repeated string keywords = 2;- Returns:
- The count of keywords.
-
getKeywords
java.lang.String getKeywords(int index)
A list of keywords to get historical metrics. Not all inputs will be returned as a result of near-exact deduplication. For example, if stats for "car" and "cars" are requested, only "car" will be returned. A maximum of 10,000 keywords can be used.
repeated string keywords = 2;- Parameters:
index- The index of the element to return.- Returns:
- The keywords at the given index.
-
getKeywordsBytes
com.google.protobuf.ByteString getKeywordsBytes(int index)
A list of keywords to get historical metrics. Not all inputs will be returned as a result of near-exact deduplication. For example, if stats for "car" and "cars" are requested, only "car" will be returned. A maximum of 10,000 keywords can be used.
repeated string keywords = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the keywords at the given index.
-
hasHistoricalMetricsOptions
boolean hasHistoricalMetricsOptions()
The options for historical metrics data.
.google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;- Returns:
- Whether the historicalMetricsOptions field is set.
-
getHistoricalMetricsOptions
HistoricalMetricsOptions getHistoricalMetricsOptions()
The options for historical metrics data.
.google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;- Returns:
- The historicalMetricsOptions.
-
getHistoricalMetricsOptionsOrBuilder
HistoricalMetricsOptionsOrBuilder getHistoricalMetricsOptionsOrBuilder()
The options for historical metrics data.
.google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;
-
-