Enum Condition.Iam

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

    public static enum Condition.Iam
    extends Enum<Condition.Iam>
    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.Iam
    • Enum Constant Detail

      • UNDEFINED_IAM

        public static final Condition.Iam UNDEFINED_IAM
         A value indicating that the enum field is not set.
         
        UNDEFINED_IAM = 0;
      • APPROVER

        public static final Condition.Iam APPROVER
         This is deprecated and has no effect. Do not use.
         
        APPROVER = 357258949;
      • ATTRIBUTION

        public static final Condition.Iam ATTRIBUTION
         This is deprecated and has no effect. Do not use.
         
        ATTRIBUTION = 232465503;
      • AUTHORITY

        public static final Condition.Iam AUTHORITY
         This is deprecated and has no effect. Do not use.
         
        AUTHORITY = 504108835;
      • CREDENTIALS_TYPE

        public static final Condition.Iam CREDENTIALS_TYPE
         This is deprecated and has no effect. Do not use.
         
        CREDENTIALS_TYPE = 348222141;
      • CREDS_ASSERTION

        public static final Condition.Iam CREDS_ASSERTION
         This is deprecated and has no effect. Do not use.
         
        CREDS_ASSERTION = 332343272;
      • JUSTIFICATION_TYPE

        public static final Condition.Iam JUSTIFICATION_TYPE
         This is deprecated and has no effect. Do not use.
         
        JUSTIFICATION_TYPE = 206147719;
      • SECURITY_REALM

        public static final Condition.Iam SECURITY_REALM
         This is deprecated and has no effect. Do not use.
         
        SECURITY_REALM = 526269616;
    • Field Detail

      • UNDEFINED_IAM_VALUE

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

        public static final int APPROVER_VALUE
         This is deprecated and has no effect. Do not use.
         
        APPROVER = 357258949;
        See Also:
        Constant Field Values
      • ATTRIBUTION_VALUE

        public static final int ATTRIBUTION_VALUE
         This is deprecated and has no effect. Do not use.
         
        ATTRIBUTION = 232465503;
        See Also:
        Constant Field Values
      • AUTHORITY_VALUE

        public static final int AUTHORITY_VALUE
         This is deprecated and has no effect. Do not use.
         
        AUTHORITY = 504108835;
        See Also:
        Constant Field Values
      • CREDENTIALS_TYPE_VALUE

        public static final int CREDENTIALS_TYPE_VALUE
         This is deprecated and has no effect. Do not use.
         
        CREDENTIALS_TYPE = 348222141;
        See Also:
        Constant Field Values
      • CREDS_ASSERTION_VALUE

        public static final int CREDS_ASSERTION_VALUE
         This is deprecated and has no effect. Do not use.
         
        CREDS_ASSERTION = 332343272;
        See Also:
        Constant Field Values
      • JUSTIFICATION_TYPE_VALUE

        public static final int JUSTIFICATION_TYPE_VALUE
         This is deprecated and has no effect. Do not use.
         
        JUSTIFICATION_TYPE = 206147719;
        See Also:
        Constant Field Values
      • SECURITY_REALM_VALUE

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

      • values

        public static Condition.Iam[] 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.Iam c : Condition.Iam.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.Iam 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.Iam 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.Iam 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.Iam> 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.Iam 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