com.google.ads.googleads.v10.services.GenerateForecastTimeSeriesResponseOrBuilder 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 GenerateForecastTimeSeriesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.GenerateForecastTimeSeriesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of weekly time series forecasts for the keyword plan campaign.
* One maximum.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
*/
java.util.List
getWeeklyTimeSeriesForecastsList();
/**
*
* List of weekly time series forecasts for the keyword plan campaign.
* One maximum.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
*/
com.google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast getWeeklyTimeSeriesForecasts(int index);
/**
*
* List of weekly time series forecasts for the keyword plan campaign.
* One maximum.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
*/
int getWeeklyTimeSeriesForecastsCount();
/**
*
* List of weekly time series forecasts for the keyword plan campaign.
* One maximum.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
*/
java.util.List extends com.google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecastOrBuilder>
getWeeklyTimeSeriesForecastsOrBuilderList();
/**
*
* List of weekly time series forecasts for the keyword plan campaign.
* One maximum.
*
*
* repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
*/
com.google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecastOrBuilder getWeeklyTimeSeriesForecastsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy