Enum Class FlowControlLimitExceededBehaviorProto

java.lang.Object
java.lang.Enum<FlowControlLimitExceededBehaviorProto>
com.google.api.FlowControlLimitExceededBehaviorProto
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<FlowControlLimitExceededBehaviorProto>, Constable

@Generated public enum FlowControlLimitExceededBehaviorProto extends Enum<FlowControlLimitExceededBehaviorProto> implements com.google.protobuf.Internal.EnumLite
 The behavior to take when the flow control limit is exceeded.
 
Protobuf enum google.api.FlowControlLimitExceededBehaviorProto
  • Enum Constant Details

  • Field Details

    • UNSET_BEHAVIOR_VALUE

      public static final int UNSET_BEHAVIOR_VALUE
       Default behavior, system-defined.
       
      UNSET_BEHAVIOR = 0;
      See Also:
    • THROW_EXCEPTION_VALUE

      public static final int THROW_EXCEPTION_VALUE
       Stop operation, raise error.
       
      THROW_EXCEPTION = 1;
      See Also:
    • BLOCK_VALUE

      public static final int BLOCK_VALUE
       Pause operation until limit clears.
       
      BLOCK = 2;
      See Also:
    • IGNORE_VALUE

      public static final int IGNORE_VALUE
       Continue operation, disregard limit.
       
      IGNORE = 3;
      See Also:
  • Method Details

    • values

      public static FlowControlLimitExceededBehaviorProto[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FlowControlLimitExceededBehaviorProto valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static FlowControlLimitExceededBehaviorProto valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static FlowControlLimitExceededBehaviorProto forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<FlowControlLimitExceededBehaviorProto> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()