Interface ApplyRecommendationOperation.ForecastingSetTargetCpaParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.ForecastingSetTargetCpaParameters,ApplyRecommendationOperation.ForecastingSetTargetCpaParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.ForecastingSetTargetCpaParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCampaignBudgetAmountMicros()New campaign budget amount to set for a campaign resource.longgetTargetCpaMicros()Average CPA to use for Target CPA bidding strategy.booleanhasCampaignBudgetAmountMicros()New campaign budget amount to set for a campaign resource.booleanhasTargetCpaMicros()Average CPA to use for Target CPA bidding strategy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTargetCpaMicros
boolean hasTargetCpaMicros()
Average CPA to use for Target CPA bidding strategy.
optional int64 target_cpa_micros = 1;- Returns:
- Whether the targetCpaMicros field is set.
-
getTargetCpaMicros
long getTargetCpaMicros()
Average CPA to use for Target CPA bidding strategy.
optional int64 target_cpa_micros = 1;- Returns:
- The targetCpaMicros.
-
hasCampaignBudgetAmountMicros
boolean hasCampaignBudgetAmountMicros()
New campaign budget amount to set for a campaign resource.
optional int64 campaign_budget_amount_micros = 2;- Returns:
- Whether the campaignBudgetAmountMicros field is set.
-
getCampaignBudgetAmountMicros
long getCampaignBudgetAmountMicros()
New campaign budget amount to set for a campaign resource.
optional int64 campaign_budget_amount_micros = 2;- Returns:
- The campaignBudgetAmountMicros.
-
-