com.google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecastOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
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 KeywordPlanWeeklyTimeSeriesForecastOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast)
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 = 1;
* @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 = 1;
* @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 = 1;
* @return The bytes for keywordPlanCampaign.
*/
com.google.protobuf.ByteString
getKeywordPlanCampaignBytes();
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
*/
java.util.List
getWeeklyForecastsList();
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
*/
com.google.ads.googleads.v10.services.KeywordPlanWeeklyForecast getWeeklyForecasts(int index);
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
*/
int getWeeklyForecastsCount();
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
*/
java.util.List extends com.google.ads.googleads.v10.services.KeywordPlanWeeklyForecastOrBuilder>
getWeeklyForecastsOrBuilderList();
/**
*
* The forecasts for the Keyword Plan campaign at different max CPC bids.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
*/
com.google.ads.googleads.v10.services.KeywordPlanWeeklyForecastOrBuilder getWeeklyForecastsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy