com.google.ads.googleads.v10.services.GenerateHistoricalMetricsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/keyword_plan_service.proto
package com.google.ads.googleads.v10.services;
public interface GenerateHistoricalMetricsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.GenerateHistoricalMetricsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The resource name of the keyword plan of which historical metrics are
* requested.
*
*
* string keyword_plan = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* @return The keywordPlan.
*/
java.lang.String getKeywordPlan();
/**
*
* Required. The resource name of the keyword plan of which historical metrics are
* requested.
*
*
* string keyword_plan = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
* @return The bytes for keywordPlan.
*/
com.google.protobuf.ByteString
getKeywordPlanBytes();
/**
*
* The aggregate fields to include in response.
*
*
* .google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;
* @return Whether the aggregateMetrics field is set.
*/
boolean hasAggregateMetrics();
/**
*
* The aggregate fields to include in response.
*
*
* .google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;
* @return The aggregateMetrics.
*/
com.google.ads.googleads.v10.common.KeywordPlanAggregateMetrics getAggregateMetrics();
/**
*
* The aggregate fields to include in response.
*
*
* .google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;
*/
com.google.ads.googleads.v10.common.KeywordPlanAggregateMetricsOrBuilder getAggregateMetricsOrBuilder();
/**
*
* 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