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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::TargetSite::IndexingStatus (v0.21.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.21.0 (latest)](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/latest/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.20.1](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.20.1/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.19.1](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.19.1/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.18.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.18.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.17.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.17.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.16.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.16.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.15.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.15.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.14.2](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.14.2/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.13.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.13.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.12.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.12.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.11.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.11.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.10.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.10.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.9.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.9.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.8.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.8.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.7.2](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.7.2/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.6.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.6.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.5.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.5.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.4.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.4.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.3.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.3.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.2.1](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.2.1/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus)\n- [0.1.0](/ruby/docs/reference/google-cloud-discovery_engine-v1beta/0.1.0/Google-Cloud-DiscoveryEngine-V1beta-TargetSite-IndexingStatus) \nReference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::TargetSite::IndexingStatus.\n\nTarget site indexing status enumeration.\n\nConstants\n---------\n\n### INDEXING_STATUS_UNSPECIFIED\n\n**value:** 0 \nDefaults to SUCCEEDED.\n\n### PENDING\n\n**value:** 1 \nThe target site is in the update queue and will be picked up by indexing\npipeline.\n\n### FAILED\n\n**value:** 2 \nThe target site fails to be indexed.\n\n### SUCCEEDED\n\n**value:** 3 \nThe target site has been indexed.\n\n### DELETING\n\n**value:** 4 \n\nThe previously indexed target site has been marked to be deleted. This is\na transitioning state which will resulted in either:\n\n\u003cbr /\u003e\n\n1. target site deleted if unindexing is successful;\n2. state reverts to SUCCEEDED if the unindexing fails."]]