Interface Recommendation.ForecastingSetTargetCpaRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.ForecastingSetTargetCpaRecommendation,Recommendation.ForecastingSetTargetCpaRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.ForecastingSetTargetCpaRecommendationOrBuilder 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.longgetRecommendedTargetCpaMicros()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
-
getRecommendedTargetCpaMicros
long getRecommendedTargetCpaMicros()
Output only. The recommended target CPA.
int64 recommended_target_cpa_micros = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The recommendedTargetCpaMicros.
-
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];
-
-