Interface ApplyRecommendationOperation.CampaignBudgetParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.CampaignBudgetParameters,ApplyRecommendationOperation.CampaignBudgetParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.CampaignBudgetParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNewBudgetAmountMicros()New budget amount to set for target budget resource.booleanhasNewBudgetAmountMicros()New budget amount to set for target budget resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNewBudgetAmountMicros
boolean hasNewBudgetAmountMicros()
New budget amount to set for target budget resource. This is a required field.
optional int64 new_budget_amount_micros = 2;- Returns:
- Whether the newBudgetAmountMicros field is set.
-
getNewBudgetAmountMicros
long getNewBudgetAmountMicros()
New budget amount to set for target budget resource. This is a required field.
optional int64 new_budget_amount_micros = 2;- Returns:
- The newBudgetAmountMicros.
-
-