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
Modifier and TypeMethodDescriptionOutput only.Output only.Output only.com.google.protobuf.ByteStringOutput only.booleanOutput 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
-
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
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.v18.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.v18.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.v18.resources.Recommendation.CampaignBudgetRecommendation budget_recommendation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-