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
Modifier and TypeMethodDescriptionlongOptional, budget amount to set for the campaign.longAverage CPA to use for Target CPA bidding strategy.booleanOptional, budget amount to set for the campaign.booleanAverage CPA to use for Target CPA bidding strategy.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-