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_ATTRProtobuf enum
google.cloud.compute.v1.Condition.Iam| Enum Constant and Description |
|---|
APPROVER
This is deprecated and has no effect.
|
ATTRIBUTION
This is deprecated and has no effect.
|
AUTHORITY
This is deprecated and has no effect.
|
CREDENTIALS_TYPE
This is deprecated and has no effect.
|
CREDS_ASSERTION
This is deprecated and has no effect.
|
JUSTIFICATION_TYPE
This is deprecated and has no effect.
|
SECURITY_REALM
This is deprecated and has no effect.
|
UNDEFINED_IAM
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
APPROVER_VALUE
This is deprecated and has no effect.
|
static int |
ATTRIBUTION_VALUE
This is deprecated and has no effect.
|
static int |
AUTHORITY_VALUE
This is deprecated and has no effect.
|
static int |
CREDENTIALS_TYPE_VALUE
This is deprecated and has no effect.
|
static int |
CREDS_ASSERTION_VALUE
This is deprecated and has no effect.
|
static int |
JUSTIFICATION_TYPE_VALUE
This is deprecated and has no effect.
|
static int |
SECURITY_REALM_VALUE
This is deprecated and has no effect.
|
static int |
UNDEFINED_IAM_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition.Iam |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Condition.Iam> |
internalGetValueMap() |
static Condition.Iam |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Condition.Iam |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Condition.Iam |
valueOf(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.
|
public static final Condition.Iam UNDEFINED_IAM
A value indicating that the enum field is not set.
UNDEFINED_IAM = 0;public static final Condition.Iam APPROVER
This is deprecated and has no effect. Do not use.
APPROVER = 357258949;public static final Condition.Iam ATTRIBUTION
This is deprecated and has no effect. Do not use.
ATTRIBUTION = 232465503;public static final Condition.Iam AUTHORITY
This is deprecated and has no effect. Do not use.
AUTHORITY = 504108835;public static final Condition.Iam CREDENTIALS_TYPE
This is deprecated and has no effect. Do not use.
CREDENTIALS_TYPE = 348222141;public static final Condition.Iam CREDS_ASSERTION
This is deprecated and has no effect. Do not use.
CREDS_ASSERTION = 332343272;public static final Condition.Iam JUSTIFICATION_TYPE
This is deprecated and has no effect. Do not use.
JUSTIFICATION_TYPE = 206147719;public static final Condition.Iam SECURITY_REALM
This is deprecated and has no effect. Do not use.
SECURITY_REALM = 526269616;public static final Condition.Iam UNRECOGNIZED
public static final int UNDEFINED_IAM_VALUE
A value indicating that the enum field is not set.
UNDEFINED_IAM = 0;public static final int APPROVER_VALUE
This is deprecated and has no effect. Do not use.
APPROVER = 357258949;public static final int ATTRIBUTION_VALUE
This is deprecated and has no effect. Do not use.
ATTRIBUTION = 232465503;public static final int AUTHORITY_VALUE
This is deprecated and has no effect. Do not use.
AUTHORITY = 504108835;public static final int CREDENTIALS_TYPE_VALUE
This is deprecated and has no effect. Do not use.
CREDENTIALS_TYPE = 348222141;public static final int CREDS_ASSERTION_VALUE
This is deprecated and has no effect. Do not use.
CREDS_ASSERTION = 332343272;public static final int JUSTIFICATION_TYPE_VALUE
This is deprecated and has no effect. Do not use.
JUSTIFICATION_TYPE = 206147719;public static final int SECURITY_REALM_VALUE
This is deprecated and has no effect. Do not use.
SECURITY_REALM = 526269616;public static Condition.Iam[] values()
for (Condition.Iam c : Condition.Iam.values()) System.out.println(c);
public static Condition.Iam valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Condition.Iam valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Condition.Iam forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Condition.Iam> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Condition.Iam valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.