public static enum Permission.PermissionLaunchStage extends Enum<Permission.PermissionLaunchStage> implements com.google.protobuf.ProtocolMessageEnum
A stage representing a permission's lifecycle phase.Protobuf enum
google.iam.admin.v1.Permission.PermissionLaunchStage| Enum Constant and Description |
|---|
ALPHA
The permission is currently in an alpha phase.
|
BETA
The permission is currently in a beta phase.
|
DEPRECATED
The permission is being deprecated.
|
GA
The permission is generally available.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALPHA_VALUE
The permission is currently in an alpha phase.
|
static int |
BETA_VALUE
The permission is currently in a beta phase.
|
static int |
DEPRECATED_VALUE
The permission is being deprecated.
|
static int |
GA_VALUE
The permission is generally available.
|
| Modifier and Type | Method and Description |
|---|---|
static Permission.PermissionLaunchStage |
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<Permission.PermissionLaunchStage> |
internalGetValueMap() |
static Permission.PermissionLaunchStage |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Permission.PermissionLaunchStage |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Permission.PermissionLaunchStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.PermissionLaunchStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Permission.PermissionLaunchStage ALPHA
The permission is currently in an alpha phase.
ALPHA = 0;public static final Permission.PermissionLaunchStage BETA
The permission is currently in a beta phase.
BETA = 1;public static final Permission.PermissionLaunchStage GA
The permission is generally available.
GA = 2;public static final Permission.PermissionLaunchStage DEPRECATED
The permission is being deprecated.
DEPRECATED = 3;public static final Permission.PermissionLaunchStage UNRECOGNIZED
public static final int ALPHA_VALUE
The permission is currently in an alpha phase.
ALPHA = 0;public static final int BETA_VALUE
The permission is currently in a beta phase.
BETA = 1;public static final int GA_VALUE
The permission is generally available.
GA = 2;public static final int DEPRECATED_VALUE
The permission is being deprecated.
DEPRECATED = 3;public static Permission.PermissionLaunchStage[] values()
for (Permission.PermissionLaunchStage c : Permission.PermissionLaunchStage.values()) System.out.println(c);
public static Permission.PermissionLaunchStage 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 Permission.PermissionLaunchStage valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Permission.PermissionLaunchStage forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Permission.PermissionLaunchStage> 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 Permission.PermissionLaunchStage valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.