Enum Explanations.BindingExplanation.RolePermission (1.1.0)

public enum Explanations.BindingExplanation.RolePermission extends Enum<Explanations.BindingExplanation.RolePermission> implements ProtocolMessageEnum

Whether a role includes a specific permission.

Protobuf enum google.cloud.policytroubleshooter.v1.BindingExplanation.RolePermission

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ROLE_PERMISSION_INCLUDED

The permission is included in the role.

ROLE_PERMISSION_INCLUDED = 1;

ROLE_PERMISSION_INCLUDED_VALUE

The permission is included in the role.

ROLE_PERMISSION_INCLUDED = 1;

ROLE_PERMISSION_NOT_INCLUDED

The permission is not included in the role.

ROLE_PERMISSION_NOT_INCLUDED = 2;

ROLE_PERMISSION_NOT_INCLUDED_VALUE

The permission is not included in the role.

ROLE_PERMISSION_NOT_INCLUDED = 2;

ROLE_PERMISSION_UNKNOWN_INFO_DENIED

The sender of the request is not allowed to access the binding.

ROLE_PERMISSION_UNKNOWN_INFO_DENIED = 3;

ROLE_PERMISSION_UNKNOWN_INFO_DENIED_VALUE

The sender of the request is not allowed to access the binding.

ROLE_PERMISSION_UNKNOWN_INFO_DENIED = 3;

ROLE_PERMISSION_UNSPECIFIED

Reserved for future use.

ROLE_PERMISSION_UNSPECIFIED = 0;

ROLE_PERMISSION_UNSPECIFIED_VALUE

Reserved for future use.

ROLE_PERMISSION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()