Interface ThresholdTriggerOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ThresholdTrigger, ThresholdTrigger.Builder

    public interface ThresholdTriggerOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getValue()
      If the resource pressure is greater than or equal to this value, the trigger will enter saturation.
      • 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

      • getValue

        double getValue()
         If the resource pressure is greater than or equal to this value, the trigger
         will enter saturation.
         
        double value = 1 [(.validate.rules) = { ... }
        Returns:
        The value.