Enum LicenseCode.State

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

    public static enum LicenseCode.State
    extends Enum<LicenseCode.State>
    implements com.google.protobuf.ProtocolMessageEnum
     [Output Only] Current state of this License Code.
     
    Protobuf enum google.cloud.compute.v1.LicenseCode.State
    • Enum Constant Detail

      • UNDEFINED_STATE

        public static final LicenseCode.State UNDEFINED_STATE
         A value indicating that the enum field is not set.
         
        UNDEFINED_STATE = 0;
      • DISABLED

        public static final LicenseCode.State DISABLED
         Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected.
         
        DISABLED = 516696700;
      • ENABLED

        public static final LicenseCode.State ENABLED
         Use is allowed for anyone with USE_READ_ONLY access to this License Code.
         
        ENABLED = 182130465;
      • RESTRICTED

        public static final LicenseCode.State RESTRICTED
         Use of this license is limited to a project whitelist.
         
        RESTRICTED = 261551195;
      • STATE_UNSPECIFIED

        public static final LicenseCode.State STATE_UNSPECIFIED
        STATE_UNSPECIFIED = 470755401;
      • TERMINATED

        public static final LicenseCode.State TERMINATED
         Reserved state.
         
        TERMINATED = 250018339;
    • Field Detail

      • UNDEFINED_STATE_VALUE

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

        public static final int DISABLED_VALUE
         Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected.
         
        DISABLED = 516696700;
        See Also:
        Constant Field Values
      • ENABLED_VALUE

        public static final int ENABLED_VALUE
         Use is allowed for anyone with USE_READ_ONLY access to this License Code.
         
        ENABLED = 182130465;
        See Also:
        Constant Field Values
      • RESTRICTED_VALUE

        public static final int RESTRICTED_VALUE
         Use of this license is limited to a project whitelist.
         
        RESTRICTED = 261551195;
        See Also:
        Constant Field Values
      • STATE_UNSPECIFIED_VALUE

        public static final int STATE_UNSPECIFIED_VALUE
        STATE_UNSPECIFIED = 470755401;
        See Also:
        Constant Field Values
      • TERMINATED_VALUE

        public static final int TERMINATED_VALUE
         Reserved state.
         
        TERMINATED = 250018339;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static LicenseCode.State[] 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 (LicenseCode.State c : LicenseCode.State.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static LicenseCode.State 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 LicenseCode.State 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 LicenseCode.State 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<LicenseCode.State> 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 LicenseCode.State 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