public enum Role.RoleLaunchStage extends Enum<Role.RoleLaunchStage> implements ProtocolMessageEnumA stage representing a role's lifecycle phase.
Protobuf enum google.iam.admin.v1.Role.RoleLaunchStage
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ALPHA | The user has indicated this role is currently in an Alpha phase. If this
launch stage is selected, the |
| ALPHA_VALUE | The user has indicated this role is currently in an Alpha phase. If this
launch stage is selected, the |
| BETA | The user has indicated this role is currently in a Beta phase. |
| BETA_VALUE | The user has indicated this role is currently in a Beta phase. |
| DEPRECATED | The user has indicated this role is being deprecated. |
| DEPRECATED_VALUE | The user has indicated this role is being deprecated. |
| DISABLED | This role is disabled and will not contribute permissions to any principals it is granted to in policies. |
| DISABLED_VALUE | This role is disabled and will not contribute permissions to any principals it is granted to in policies. |
| EAP | The user has indicated this role is currently in an EAP phase. |
| EAP_VALUE | The user has indicated this role is currently in an EAP phase. |
| GA | The user has indicated this role is generally available. |
| GA_VALUE | The user has indicated this role is generally available. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |