Package com.google.cloud.compute.v1
Enum Condition.Iam
- java.lang.Object
-
- java.lang.Enum<Condition.Iam>
-
- com.google.cloud.compute.v1.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 enumgoogle.cloud.compute.v1.Condition.Iam
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPROVERThis is deprecated and has no effect.ATTRIBUTIONThis is deprecated and has no effect.AUTHORITYThis is deprecated and has no effect.CREDENTIALS_TYPEThis is deprecated and has no effect.CREDS_ASSERTIONThis is deprecated and has no effect.JUSTIFICATION_TYPEThis is deprecated and has no effect.SECURITY_REALMThis is deprecated and has no effect.UNDEFINED_IAMA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intAPPROVER_VALUEThis is deprecated and has no effect.static intATTRIBUTION_VALUEThis is deprecated and has no effect.static intAUTHORITY_VALUEThis is deprecated and has no effect.static intCREDENTIALS_TYPE_VALUEThis is deprecated and has no effect.static intCREDS_ASSERTION_VALUEThis is deprecated and has no effect.static intJUSTIFICATION_TYPE_VALUEThis is deprecated and has no effect.static intSECURITY_REALM_VALUEThis is deprecated and has no effect.static intUNDEFINED_IAM_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Condition.IamforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Condition.Iam>internalGetValueMap()static Condition.IamvalueOf(int value)Deprecated.static Condition.IamvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Condition.IamvalueOf(String name)Returns the enum constant of this type with the specified name.static Condition.Iam[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final Condition.Iam UNRECOGNIZED
-
-
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-
-