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
Modifier and TypeMethodDescriptionOutput only.Output only.longOutput only.booleanOutput only.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
-
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.v18.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.v18.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.v18.resources.Recommendation.CampaignBudget campaign_budget = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-