Interface Recommendation.MaximizeConversionsOptInRecommendationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getRecommendedBudgetAmountMicros()
      Output only.
      boolean hasRecommendedBudgetAmountMicros()
      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

      • hasRecommendedBudgetAmountMicros

        boolean hasRecommendedBudgetAmountMicros()
         Output only. The recommended new budget amount.
         
        optional int64 recommended_budget_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the recommendedBudgetAmountMicros field is set.
      • getRecommendedBudgetAmountMicros

        long getRecommendedBudgetAmountMicros()
         Output only. The recommended new budget amount.
         
        optional int64 recommended_budget_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The recommendedBudgetAmountMicros.