Interface GenerateForecastCurveResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateForecastCurveResponse,GenerateForecastCurveResponse.Builder
public interface GenerateForecastCurveResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanCampaignForecastCurvegetCampaignForecastCurves(int index)List of forecast curves for the keyword plan campaign.intgetCampaignForecastCurvesCount()List of forecast curves for the keyword plan campaign.java.util.List<KeywordPlanCampaignForecastCurve>getCampaignForecastCurvesList()List of forecast curves for the keyword plan campaign.KeywordPlanCampaignForecastCurveOrBuildergetCampaignForecastCurvesOrBuilder(int index)List of forecast curves for the keyword plan campaign.java.util.List<? extends KeywordPlanCampaignForecastCurveOrBuilder>getCampaignForecastCurvesOrBuilderList()List of forecast curves for the keyword plan campaign.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCampaignForecastCurvesList
java.util.List<KeywordPlanCampaignForecastCurve> getCampaignForecastCurvesList()
List of forecast curves for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanCampaignForecastCurve campaign_forecast_curves = 1;
-
getCampaignForecastCurves
KeywordPlanCampaignForecastCurve getCampaignForecastCurves(int index)
List of forecast curves for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanCampaignForecastCurve campaign_forecast_curves = 1;
-
getCampaignForecastCurvesCount
int getCampaignForecastCurvesCount()
List of forecast curves for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanCampaignForecastCurve campaign_forecast_curves = 1;
-
getCampaignForecastCurvesOrBuilderList
java.util.List<? extends KeywordPlanCampaignForecastCurveOrBuilder> getCampaignForecastCurvesOrBuilderList()
List of forecast curves for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanCampaignForecastCurve campaign_forecast_curves = 1;
-
getCampaignForecastCurvesOrBuilder
KeywordPlanCampaignForecastCurveOrBuilder getCampaignForecastCurvesOrBuilder(int index)
List of forecast curves for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanCampaignForecastCurve campaign_forecast_curves = 1;
-
-