Interface Recommendation.ForecastingSetTargetRoasRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.ForecastingSetTargetRoasRecommendation,Recommendation.ForecastingSetTargetRoasRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.ForecastingSetTargetRoasRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Recommendation.CampaignBudgetgetCampaignBudget()Output only.Recommendation.CampaignBudgetOrBuildergetCampaignBudgetOrBuilder()Output only.doublegetRecommendedTargetRoas()Output only.booleanhasCampaignBudget()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRecommendedTargetRoas
double getRecommendedTargetRoas()
Output only. The recommended target ROAS (revenue per unit of spend). The value is between 0.01 and 1000.0, inclusive.
double recommended_target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The recommendedTargetRoas.
-
hasCampaignBudget
boolean hasCampaignBudget()
Output only. The campaign budget.
.google.ads.googleads.v15.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the campaignBudget field is set.
-
getCampaignBudget
Recommendation.CampaignBudget getCampaignBudget()
Output only. The campaign budget.
.google.ads.googleads.v15.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The campaignBudget.
-
getCampaignBudgetOrBuilder
Recommendation.CampaignBudgetOrBuilder getCampaignBudgetOrBuilder()
Output only. The campaign budget.
.google.ads.googleads.v15.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-