| Modifier and Type | Method and Description |
|---|---|
static Permission.PermissionLaunchStage |
Permission.PermissionLaunchStage.forNumber(int value) |
Permission.PermissionLaunchStage |
PermissionOrBuilder.getStage()
The current launch stage of the permission.
|
Permission.PermissionLaunchStage |
Permission.getStage()
The current launch stage of the permission.
|
Permission.PermissionLaunchStage |
Permission.Builder.getStage()
The current launch stage of the permission.
|
static Permission.PermissionLaunchStage |
Permission.PermissionLaunchStage.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Permission.PermissionLaunchStage |
Permission.PermissionLaunchStage.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Permission.PermissionLaunchStage |
Permission.PermissionLaunchStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.PermissionLaunchStage[] |
Permission.PermissionLaunchStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Permission.PermissionLaunchStage> |
Permission.PermissionLaunchStage.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.setStage(Permission.PermissionLaunchStage value)
The current launch stage of the permission.
|
Copyright © 2025 Google LLC. All rights reserved.