Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::TargetSite::IndexingStatus.
Target site indexing status enumeration.
Constants
INDEXING_STATUS_UNSPECIFIED
value: 0 Defaults to SUCCEEDED.
PENDING
value: 1 The target site is in the update queue and will be picked up by indexing
pipeline.
FAILED
value: 2 The target site fails to be indexed.
SUCCEEDED
value: 3 The target site has been indexed.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]