public enum BindingExplanation.RolePermission extends Enum<BindingExplanation.RolePermission> implements ProtocolMessageEnum
Whether a role includes a specific permission.
Protobuf enum google.cloud.policysimulator.v1.BindingExplanation.RolePermission
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ROLE_PERMISSION_INCLUDED | The permission is included in the role. |
ROLE_PERMISSION_INCLUDED_VALUE | The permission is included in the role. |
ROLE_PERMISSION_NOT_INCLUDED | The permission is not included in the role. |
ROLE_PERMISSION_NOT_INCLUDED_VALUE | The permission is not included in the role. |
ROLE_PERMISSION_UNKNOWN_INFO_DENIED | The user who created the Replay is not allowed to access the binding. |
ROLE_PERMISSION_UNKNOWN_INFO_DENIED_VALUE | The user who created the Replay is not allowed to access the binding. |
ROLE_PERMISSION_UNSPECIFIED | Default value. This value is unused. |
ROLE_PERMISSION_UNSPECIFIED_VALUE | Default value. This value is unused. |
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() |