Enum ResourceVisibility (3.6.6)

public enum ResourceVisibility extends Enum<ResourceVisibility> implements ProtocolMessageEnum

How broadly a resource has been shared. New items may be added over time. A higher number means more restricted.

Protobuf enum google.privacy.dlp.v2.ResourceVisibility

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RESOURCE_VISIBILITY_PUBLIC

Visible to any user.

RESOURCE_VISIBILITY_PUBLIC = 10;

RESOURCE_VISIBILITY_PUBLIC_VALUE

Visible to any user.

RESOURCE_VISIBILITY_PUBLIC = 10;

RESOURCE_VISIBILITY_RESTRICTED

Visible only to specific users.

RESOURCE_VISIBILITY_RESTRICTED = 20;

RESOURCE_VISIBILITY_RESTRICTED_VALUE

Visible only to specific users.

RESOURCE_VISIBILITY_RESTRICTED = 20;

RESOURCE_VISIBILITY_UNSPECIFIED

Unused.

RESOURCE_VISIBILITY_UNSPECIFIED = 0;

RESOURCE_VISIBILITY_UNSPECIFIED_VALUE

Unused.

RESOURCE_VISIBILITY_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()