Interface Recommendation.CampaignBudgetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCurrentAmountMicros()
      Output only.
      java.lang.String getNewStartDate()
      Output only.
      com.google.protobuf.ByteString getNewStartDateBytes()
      Output only.
      long getRecommendedNewAmountMicros()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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

        java.lang.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. 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. 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.