Module: Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataResponse::State
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/document_service.rb
Overview
The state of the Document.
Constant Summary collapse
- STATE_UNSPECIFIED =
Should never be set.
0
- INDEXED =
The Document is indexed.
1
- NOT_IN_TARGET_SITE =
The Document is not indexed because its URI is not in the TargetSite.
2
- NOT_IN_INDEX =
The Document is not indexed.
3