Google Cloud Discovery Engine V1 Client - Class State (1.2.0)

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 \ BatchGetDocumentsMetadataResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Should never be set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

INDEXED

Value: 1

The Document is indexed.

Generated from protobuf enum INDEXED = 1;

NOT_IN_TARGET_SITE

Value: 2

The 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: 3

The Document is not indexed.

Generated from protobuf enum NOT_IN_INDEX = 3;