public enum BatchGetDocumentsMetadataResponse.State extends Enum<BatchGetDocumentsMetadataResponse.State> implements ProtocolMessageEnum
The state of the Document.
Protobuf enum google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
INDEXED |
The Document is indexed. |
INDEXED_VALUE |
The Document is indexed. |
NOT_IN_INDEX |
The Document is not indexed. |
NOT_IN_INDEX_VALUE |
The Document is not indexed. |
NOT_IN_TARGET_SITE |
The Document is not indexed because its URI is not in the TargetSite. |
NOT_IN_TARGET_SITE_VALUE |
The Document is not indexed because its URI is not in the TargetSite. |
STATE_UNSPECIFIED |
Should never be set. |
STATE_UNSPECIFIED_VALUE |
Should never be set. |
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() |