Enum BatchGetDocumentsMetadataResponse.State (0.48.0)

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

The state of the Document.

Protobuf enum google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
INDEXED

The Document is indexed.

INDEXED = 1;

INDEXED_VALUE

The Document is indexed.

INDEXED = 1;

NOT_IN_INDEX

The Document is not indexed.

NOT_IN_INDEX = 3;

NOT_IN_INDEX_VALUE

The Document is not indexed.

NOT_IN_INDEX = 3;

NOT_IN_TARGET_SITE

The Document is not indexed because its URI is not in the TargetSite.

NOT_IN_TARGET_SITE = 2;

NOT_IN_TARGET_SITE_VALUE

The Document is not indexed because its URI is not in the TargetSite.

NOT_IN_TARGET_SITE = 2;

STATE_UNSPECIFIED

Should never be set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Should never be set.

STATE_UNSPECIFIED = 0;

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