Enum DocumentCreatorDefaultRole (0.23.0)

public enum DocumentCreatorDefaultRole extends Enum<DocumentCreatorDefaultRole> implements ProtocolMessageEnum

The default role of the document creator.

Protobuf enum google.cloud.contentwarehouse.v1.DocumentCreatorDefaultRole

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DOCUMENT_ADMIN

Document Admin, same as contentwarehouse.googleapis.com/documentAdmin.

DOCUMENT_ADMIN = 1;

DOCUMENT_ADMIN_VALUE

Document Admin, same as contentwarehouse.googleapis.com/documentAdmin.

DOCUMENT_ADMIN = 1;

DOCUMENT_CREATOR_DEFAULT_ROLE_UNSPECIFIED

Unspecified, will be default to document admin role.

DOCUMENT_CREATOR_DEFAULT_ROLE_UNSPECIFIED = 0;

DOCUMENT_CREATOR_DEFAULT_ROLE_UNSPECIFIED_VALUE

Unspecified, will be default to document admin role.

DOCUMENT_CREATOR_DEFAULT_ROLE_UNSPECIFIED = 0;

DOCUMENT_EDITOR

Document Editor, same as contentwarehouse.googleapis.com/documentEditor.

DOCUMENT_EDITOR = 2;

DOCUMENT_EDITOR_VALUE

Document Editor, same as contentwarehouse.googleapis.com/documentEditor.

DOCUMENT_EDITOR = 2;

DOCUMENT_VIEWER

Document Viewer, same as contentwarehouse.googleapis.com/documentViewer.

DOCUMENT_VIEWER = 3;

DOCUMENT_VIEWER_VALUE

Document Viewer, same as contentwarehouse.googleapis.com/documentViewer.

DOCUMENT_VIEWER = 3;

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