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

com.google.ads.googleads.v10.services.KeywordPlanCampaignForecastCurveOrBuilder 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 KeywordPlanCampaignForecastCurveOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.KeywordPlanCampaignForecastCurve)
    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 max cpc bid forecast curve for the campaign.
   * 
* * .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurve max_cpc_bid_forecast_curve = 2; * @return Whether the maxCpcBidForecastCurve field is set. */ boolean hasMaxCpcBidForecastCurve(); /** *
   * The max cpc bid forecast curve for the campaign.
   * 
* * .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurve max_cpc_bid_forecast_curve = 2; * @return The maxCpcBidForecastCurve. */ com.google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurve getMaxCpcBidForecastCurve(); /** *
   * The max cpc bid forecast curve for the campaign.
   * 
* * .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurve max_cpc_bid_forecast_curve = 2; */ com.google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurveOrBuilder getMaxCpcBidForecastCurveOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy