Interface Recommendation.CampaignBudgetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.CampaignBudget,Recommendation.CampaignBudget.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.CampaignBudgetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.Output only.com.google.protobuf.ByteStringOutput only.longOutput 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
-
getCurrentAmountMicros
long getCurrentAmountMicros()Output only. Current budget amount.
int64 current_amount_micros = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The currentAmountMicros.
-
getRecommendedNewAmountMicros
long getRecommendedNewAmountMicros()Output only. Recommended budget amount.
int64 recommended_new_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The recommendedNewAmountMicros.
-
getNewStartDate
String getNewStartDate()Output only. The date when the new budget would start being used. This field will be set for the following recommendation types: FORECASTING_SET_TARGET_ROAS , FORECASTING_SET_TARGET_CPA YYYY-MM-DD format, for example, 2018-04-17.
string new_start_date = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The newStartDate.
-
getNewStartDateBytes
com.google.protobuf.ByteString getNewStartDateBytes()Output only. The date when the new budget would start being used. This field will be set for the following recommendation types: FORECASTING_SET_TARGET_ROAS , FORECASTING_SET_TARGET_CPA YYYY-MM-DD format, for example, 2018-04-17.
string new_start_date = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for newStartDate.
-