Interface AccessibleBiddingStrategy.TargetRoasOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getTargetRoas()
      Output only.
      boolean hasTargetRoas()
      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

      • hasTargetRoas

        boolean hasTargetRoas()
         Output only. The desired revenue (based on conversion data) per unit of spend.
         
        optional double target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the targetRoas field is set.
      • getTargetRoas

        double getTargetRoas()
         Output only. The desired revenue (based on conversion data) per unit of spend.
         
        optional double target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The targetRoas.