Interface Recommendation.MoveUnusedBudgetRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.MoveUnusedBudgetRecommendation,Recommendation.MoveUnusedBudgetRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.MoveUnusedBudgetRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Recommendation.CampaignBudgetRecommendationgetBudgetRecommendation()Output only.Recommendation.CampaignBudgetRecommendationOrBuildergetBudgetRecommendationOrBuilder()Output only.java.lang.StringgetExcessCampaignBudget()Output only.com.google.protobuf.ByteStringgetExcessCampaignBudgetBytes()Output only.booleanhasBudgetRecommendation()Output only.booleanhasExcessCampaignBudget()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExcessCampaignBudget
boolean hasExcessCampaignBudget()
Output only. The excess budget's resource_name.
optional string excess_campaign_budget = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the excessCampaignBudget field is set.
-
getExcessCampaignBudget
java.lang.String getExcessCampaignBudget()
Output only. The excess budget's resource_name.
optional string excess_campaign_budget = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The excessCampaignBudget.
-
getExcessCampaignBudgetBytes
com.google.protobuf.ByteString getExcessCampaignBudgetBytes()
Output only. The excess budget's resource_name.
optional string excess_campaign_budget = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for excessCampaignBudget.
-
hasBudgetRecommendation
boolean hasBudgetRecommendation()
Output only. The recommendation for the constrained budget to increase.
.google.ads.googleads.v10.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the budgetRecommendation field is set.
-
getBudgetRecommendation
Recommendation.CampaignBudgetRecommendation getBudgetRecommendation()
Output only. The recommendation for the constrained budget to increase.
.google.ads.googleads.v10.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The budgetRecommendation.
-
getBudgetRecommendationOrBuilder
Recommendation.CampaignBudgetRecommendationOrBuilder getBudgetRecommendationOrBuilder()
Output only. The recommendation for the constrained budget to increase.
.google.ads.googleads.v10.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-