Interface ApplyRecommendationOperation.ForecastingSetTargetRoasParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.ForecastingSetTargetRoasParameters,ApplyRecommendationOperation.ForecastingSetTargetRoasParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.ForecastingSetTargetRoasParametersOrBuilder 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.doublegetTargetRoas()New target ROAS (revenue per unit of spend) to set for a campaign resource.booleanhasCampaignBudgetAmountMicros()New campaign budget amount to set for a campaign resource.booleanhasTargetRoas()New target ROAS (revenue per unit of spend) to set for a campaign resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTargetRoas
boolean hasTargetRoas()
New target ROAS (revenue per unit of spend) to set for a campaign resource. The value is between 0.01 and 1000.0, inclusive.
optional double target_roas = 1;- Returns:
- Whether the targetRoas field is set.
-
getTargetRoas
double getTargetRoas()
New target ROAS (revenue per unit of spend) to set for a campaign resource. The value is between 0.01 and 1000.0, inclusive.
optional double target_roas = 1;- Returns:
- The targetRoas.
-
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.
-
-