Enum DocumentLink.State (0.37.0)

public enum DocumentLink.State extends Enum<DocumentLink.State> implements ProtocolMessageEnum

The state of a document-link.

Protobuf enum google.cloud.contentwarehouse.v1.DocumentLink.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription

The documentlink has both source and target documents detected.

ACTIVE = 1;

The documentlink has both source and target documents detected.

ACTIVE = 1;

Target document is deleted, and mark the documentlink as soft-deleted.

SOFT_DELETED = 2;

Target document is deleted, and mark the documentlink as soft-deleted.

SOFT_DELETED = 2;

Unknown state of documentlink.

STATE_UNSPECIFIED = 0;

Unknown state of documentlink.

STATE_UNSPECIFIED = 0;

Static Methods

NameDescription

Deprecated. Use #forNumber(int) instead.

Methods

NameDescription