Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class State.
The state of the Document.
Protobuf type google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.State
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ BatchGetDocumentsMetadataResponseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Should never be set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INDEXED
Value: 1The Document is indexed.
Generated from protobuf enum INDEXED = 1;
NOT_IN_TARGET_SITE
Value: 2The Document is not indexed because its URI is not in the TargetSite.
Generated from protobuf enum NOT_IN_TARGET_SITE = 2;
NOT_IN_INDEX
Value: 3The Document is not indexed.
Generated from protobuf enum NOT_IN_INDEX = 3;