public enum ResourceVisibility extends Enum<ResourceVisibility> implements ProtocolMessageEnum
How broadly the data in the 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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
RESOURCE_VISIBILITY_INCONCLUSIVE |
May contain public items. For example, if a Cloud Storage bucket has uniform bucket level access disabled, some objects inside it may be public, but none are known yet. |
RESOURCE_VISIBILITY_INCONCLUSIVE_VALUE |
May contain public items. For example, if a Cloud Storage bucket has uniform bucket level access disabled, some objects inside it may be public, but none are known yet. |
RESOURCE_VISIBILITY_PUBLIC |
Visible to any user. |
RESOURCE_VISIBILITY_PUBLIC_VALUE |
Visible to any user. |
RESOURCE_VISIBILITY_RESTRICTED |
Visible only to specific users. |
RESOURCE_VISIBILITY_RESTRICTED_VALUE |
Visible only to specific users. |
RESOURCE_VISIBILITY_UNSPECIFIED |
Unused. |
RESOURCE_VISIBILITY_UNSPECIFIED_VALUE |
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() |