Enum Class InvocationPolicyOuterClass.SetValue.Behavior

java.lang.Object
java.lang.Enum<InvocationPolicyOuterClass.SetValue.Behavior>
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.SetValue.Behavior
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<InvocationPolicyOuterClass.SetValue.Behavior>, Constable
Enclosing class:
InvocationPolicyOuterClass.SetValue

public static enum InvocationPolicyOuterClass.SetValue.Behavior extends Enum<InvocationPolicyOuterClass.SetValue.Behavior> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum blaze.invocation_policy.SetValue.Behavior
  • Enum Constant Details

    • UNDEFINED

      public static final InvocationPolicyOuterClass.SetValue.Behavior UNDEFINED
      UNDEFINED = 0;
    • ALLOW_OVERRIDES

      public static final InvocationPolicyOuterClass.SetValue.Behavior ALLOW_OVERRIDES
       Change the flag value but allow it to be overridden by explicit settings
       from command line/config expansion/rc files.
       Matching old flag values: append = false, overridable = true.
       
      ALLOW_OVERRIDES = 1;
    • APPEND

       Append a new value for a repeatable flag, leave old values and allow
       further overrides.
       Matching old flag values: append = true, overridable = false.
       
      APPEND = 2;
    • FINAL_VALUE_IGNORE_OVERRIDES

      public static final InvocationPolicyOuterClass.SetValue.Behavior FINAL_VALUE_IGNORE_OVERRIDES
       Set a final value of the flag. Any overrides provided by the user for
       this flag will be ignored.
       Matching old flag values: append = false, overridable = false.
       
      FINAL_VALUE_IGNORE_OVERRIDES = 3;
  • Field Details

    • UNDEFINED_VALUE

      public static final int UNDEFINED_VALUE
      UNDEFINED = 0;
      See Also:
    • ALLOW_OVERRIDES_VALUE

      public static final int ALLOW_OVERRIDES_VALUE
       Change the flag value but allow it to be overridden by explicit settings
       from command line/config expansion/rc files.
       Matching old flag values: append = false, overridable = true.
       
      ALLOW_OVERRIDES = 1;
      See Also:
    • APPEND_VALUE

      public static final int APPEND_VALUE
       Append a new value for a repeatable flag, leave old values and allow
       further overrides.
       Matching old flag values: append = true, overridable = false.
       
      APPEND = 2;
      See Also:
    • FINAL_VALUE_IGNORE_OVERRIDES_VALUE

      public static final int FINAL_VALUE_IGNORE_OVERRIDES_VALUE
       Set a final value of the flag. Any overrides provided by the user for
       this flag will be ignored.
       Matching old flag values: append = false, overridable = false.
       
      FINAL_VALUE_IGNORE_OVERRIDES = 3;
      See Also:
  • Method Details

    • 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

      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
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static InvocationPolicyOuterClass.SetValue.Behavior 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 InvocationPolicyOuterClass.SetValue.Behavior forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<InvocationPolicyOuterClass.SetValue.Behavior> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static InvocationPolicyOuterClass.SetValue.Behavior valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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:
      desc - 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