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

com.google.ads.googleads.v10.services.KeywordPlanCampaignForecastOrBuilder 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 KeywordPlanCampaignForecastOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.KeywordPlanCampaignForecast)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The resource name of the Keyword Plan campaign related to the forecast.
   * `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
   * 
* * optional string keyword_plan_campaign = 3; * @return Whether the keywordPlanCampaign field is set. */ boolean hasKeywordPlanCampaign(); /** *
   * The resource name of the Keyword Plan campaign related to the forecast.
   * `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
   * 
* * optional string keyword_plan_campaign = 3; * @return The keywordPlanCampaign. */ java.lang.String getKeywordPlanCampaign(); /** *
   * The resource name of the Keyword Plan campaign related to the forecast.
   * `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
   * 
* * optional string keyword_plan_campaign = 3; * @return The bytes for keywordPlanCampaign. */ com.google.protobuf.ByteString getKeywordPlanCampaignBytes(); /** *
   * The forecast for the Keyword Plan campaign.
   * 
* * .google.ads.googleads.v10.services.ForecastMetrics campaign_forecast = 2; * @return Whether the campaignForecast field is set. */ boolean hasCampaignForecast(); /** *
   * The forecast for the Keyword Plan campaign.
   * 
* * .google.ads.googleads.v10.services.ForecastMetrics campaign_forecast = 2; * @return The campaignForecast. */ com.google.ads.googleads.v10.services.ForecastMetrics getCampaignForecast(); /** *
   * The forecast for the Keyword Plan campaign.
   * 
* * .google.ads.googleads.v10.services.ForecastMetrics campaign_forecast = 2; */ com.google.ads.googleads.v10.services.ForecastMetricsOrBuilder getCampaignForecastOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy