Enum Condition.Sys

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Condition.Sys>
    Enclosing class:
    Condition

    public static enum Condition.Sys
    extends Enum<Condition.Sys>
    implements com.google.protobuf.ProtocolMessageEnum
     This is deprecated and has no effect. Do not use.
     Additional supported values which may be not listed in the enum directly due to technical reasons:
     NO_ATTR
     
    Protobuf enum google.cloud.compute.v1.Condition.Sys
    • Enum Constant Detail

      • UNDEFINED_SYS

        public static final Condition.Sys UNDEFINED_SYS
         A value indicating that the enum field is not set.
         
        UNDEFINED_SYS = 0;
      • IP

        public static final Condition.Sys IP
         This is deprecated and has no effect. Do not use.
         
        IP = 2343;
      • NAME

        public static final Condition.Sys NAME
         This is deprecated and has no effect. Do not use.
         
        NAME = 2388619;
      • REGION

        public static final Condition.Sys REGION
         This is deprecated and has no effect. Do not use.
         
        REGION = 266017524;
      • SERVICE

        public static final Condition.Sys SERVICE
         This is deprecated and has no effect. Do not use.
         
        SERVICE = 17781397;
    • Field Detail

      • UNDEFINED_SYS_VALUE

        public static final int UNDEFINED_SYS_VALUE
         A value indicating that the enum field is not set.
         
        UNDEFINED_SYS = 0;
        See Also:
        Constant Field Values
      • IP_VALUE

        public static final int IP_VALUE
         This is deprecated and has no effect. Do not use.
         
        IP = 2343;
        See Also:
        Constant Field Values
      • NAME_VALUE

        public static final int NAME_VALUE
         This is deprecated and has no effect. Do not use.
         
        NAME = 2388619;
        See Also:
        Constant Field Values
      • REGION_VALUE

        public static final int REGION_VALUE
         This is deprecated and has no effect. Do not use.
         
        REGION = 266017524;
        See Also:
        Constant Field Values
      • SERVICE_VALUE

        public static final int SERVICE_VALUE
         This is deprecated and has no effect. Do not use.
         
        SERVICE = 17781397;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static Condition.Sys[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Condition.Sys c : Condition.Sys.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Condition.Sys valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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 Condition.Sys valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static Condition.Sys 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<Condition.Sys> 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 Condition.Sys valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null