Interface GenerateRecommendationsRequest.BudgetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateRecommendationsRequest.BudgetInfo,GenerateRecommendationsRequest.BudgetInfo.Builder
- Enclosing class:
- GenerateRecommendationsRequest
public static interface GenerateRecommendationsRequest.BudgetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongRequired.booleanRequired.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
-
hasCurrentBudget
boolean hasCurrentBudget()Required. Current budget amount in micros. This field is necessary for the following recommendation_types if budget_info is set: CAMPAIGN_BUDGET
optional int64 current_budget = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the currentBudget field is set.
-
getCurrentBudget
long getCurrentBudget()Required. Current budget amount in micros. This field is necessary for the following recommendation_types if budget_info is set: CAMPAIGN_BUDGET
optional int64 current_budget = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The currentBudget.
-