Interface GenerateHistoricalMetricsRequestOrBuilder

    • Method Detail

      • getKeywordPlan

        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) = { ... }
        Returns:
        The keywordPlan.
      • getKeywordPlanBytes

        com.google.protobuf.ByteString getKeywordPlanBytes()
         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) = { ... }
        Returns:
        The bytes for keywordPlan.
      • hasAggregateMetrics

        boolean hasAggregateMetrics()
         The aggregate fields to include in response.
         
        .google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;
        Returns:
        Whether the aggregateMetrics field is set.
      • getAggregateMetrics

        KeywordPlanAggregateMetrics getAggregateMetrics()
         The aggregate fields to include in response.
         
        .google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;
        Returns:
        The aggregateMetrics.
      • getAggregateMetricsOrBuilder

        KeywordPlanAggregateMetricsOrBuilder getAggregateMetricsOrBuilder()
         The aggregate fields to include in response.
         
        .google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;
      • 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;