Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class IndexingStatus.
Target site indexing status enumeration.
Protobuf type google.cloud.discoveryengine.v1.TargetSite.IndexingStatus
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ TargetSiteMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
INDEXING_STATUS_UNSPECIFIED
Value: 0
Defaults to SUCCEEDED.
Generated from protobuf enum INDEXING_STATUS_UNSPECIFIED = 0;
PENDING
Value: 1
The target site is in the update queue and will be picked up by indexing pipeline.
Generated from protobuf enum PENDING = 1;
FAILED
Value: 2
The target site fails to be indexed.
Generated from protobuf enum FAILED = 2;
SUCCEEDED
Value: 3
The target site has been indexed.
Generated from protobuf enum SUCCEEDED = 3;
DELETING
Value: 4
The previously indexed target site has been marked to be deleted. This is a transitioning state which will resulted in either:
- target site deleted if unindexing is successful;
- state reverts to SUCCEEDED if the unindexing fails.
Generated from protobuf enum DELETING = 4;