com.google.ads.googleads.v10.services.GenerateKeywordHistoricalMetricsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/keyword_plan_idea_service.proto
package com.google.ads.googleads.v10.services;
public interface GenerateKeywordHistoricalMetricsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.GenerateKeywordHistoricalMetricsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ID of the customer with the recommendation.
*
*
* string customer_id = 1;
* @return The customerId.
*/
java.lang.String getCustomerId();
/**
*
* The ID of the customer with the recommendation.
*
*
* string customer_id = 1;
* @return The bytes for customerId.
*/
com.google.protobuf.ByteString
getCustomerIdBytes();
/**
*
* 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;
* @return A list containing the keywords.
*/
java.util.List
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;
* @return The count of keywords.
*/
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;
* @param index The index of the element to return.
* @return The keywords at the given index.
*/
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;
* @param index The index of the value to return.
* @return The bytes of the keywords at the given index.
*/
com.google.protobuf.ByteString
getKeywordsBytes(int index);
/**
*
* The options for historical metrics data.
*
*
* .google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;
* @return Whether the historicalMetricsOptions field is set.
*/
boolean hasHistoricalMetricsOptions();
/**
*
* The options for historical metrics data.
*
*
* .google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;
* @return The historicalMetricsOptions.
*/
com.google.ads.googleads.v10.common.HistoricalMetricsOptions getHistoricalMetricsOptions();
/**
*
* The options for historical metrics data.
*
*
* .google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;
*/
com.google.ads.googleads.v10.common.HistoricalMetricsOptionsOrBuilder getHistoricalMetricsOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy