Interface ApplyRecommendationOperation.TargetCpaOptInParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.TargetCpaOptInParameters,ApplyRecommendationOperation.TargetCpaOptInParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.TargetCpaOptInParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNewCampaignBudgetAmountMicros()Optional, budget amount to set for the campaign.longgetTargetCpaMicros()Average CPA to use for Target CPA bidding strategy.booleanhasNewCampaignBudgetAmountMicros()Optional, budget amount to set for the campaign.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. This is a required field.
optional int64 target_cpa_micros = 3;- Returns:
- Whether the targetCpaMicros field is set.
-
getTargetCpaMicros
long getTargetCpaMicros()
Average CPA to use for Target CPA bidding strategy. This is a required field.
optional int64 target_cpa_micros = 3;- Returns:
- The targetCpaMicros.
-
hasNewCampaignBudgetAmountMicros
boolean hasNewCampaignBudgetAmountMicros()
Optional, budget amount to set for the campaign.
optional int64 new_campaign_budget_amount_micros = 4;- Returns:
- Whether the newCampaignBudgetAmountMicros field is set.
-
getNewCampaignBudgetAmountMicros
long getNewCampaignBudgetAmountMicros()
Optional, budget amount to set for the campaign.
optional int64 new_campaign_budget_amount_micros = 4;- Returns:
- The newCampaignBudgetAmountMicros.
-
-