Interface MaximizeConversionsBiddingStrategyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDailyTargetSpendMicros()
      Required.
      • 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

      • getDailyTargetSpendMicros

        long getDailyTargetSpendMicros()
         Required. The daily target spend in micros to be used for estimation. This
         value must be greater than zero.
         
        int64 daily_target_spend_micros = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The dailyTargetSpendMicros.