Module: Google::Cloud::DiscoveryEngine::V1::TargetSite::IndexingStatus

Defined in:
proto_docs/google/cloud/discoveryengine/v1/site_search_engine.rb

Overview

Target site indexing status enumeration.

Constant Summary collapse

INDEXING_STATUS_UNSPECIFIED =

Defaults to SUCCEEDED.

0
PENDING =

The target site is in the update queue and will be picked up by indexing pipeline.

1
FAILED =

The target site fails to be indexed.

2
SUCCEEDED =

The target site has been indexed.

3
DELETING =

The previously indexed target site has been marked to be deleted. This is a transitioning state which will resulted in either:

  1. target site deleted if unindexing is successful;
  2. state reverts to SUCCEEDED if the unindexing fails.
4