All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.services.KeywordPlanWeeklyForecastOrBuilder Maven / Gradle / Ivy

The newest version!
// 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 KeywordPlanWeeklyForecastOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.KeywordPlanWeeklyForecast)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The start date, in yyyy-mm-dd format. This date is inclusive.
   * 
* * optional string start_date = 1; * @return Whether the startDate field is set. */ boolean hasStartDate(); /** *
   * The start date, in yyyy-mm-dd format. This date is inclusive.
   * 
* * optional string start_date = 1; * @return The startDate. */ java.lang.String getStartDate(); /** *
   * The start date, in yyyy-mm-dd format. This date is inclusive.
   * 
* * optional string start_date = 1; * @return The bytes for startDate. */ com.google.protobuf.ByteString getStartDateBytes(); /** *
   * The forecast for the Keyword Plan campaign for the week.
   * 
* * .google.ads.googleads.v10.services.ForecastMetrics forecast = 2; * @return Whether the forecast field is set. */ boolean hasForecast(); /** *
   * The forecast for the Keyword Plan campaign for the week.
   * 
* * .google.ads.googleads.v10.services.ForecastMetrics forecast = 2; * @return The forecast. */ com.google.ads.googleads.v10.services.ForecastMetrics getForecast(); /** *
   * The forecast for the Keyword Plan campaign for the week.
   * 
* * .google.ads.googleads.v10.services.ForecastMetrics forecast = 2; */ com.google.ads.googleads.v10.services.ForecastMetricsOrBuilder getForecastOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy