Discovery Engine v1beta API - Enum BatchGetDocumentsMetadataResponse.Types.State (1.0.0-beta17)

public enum BatchGetDocumentsMetadataResponse.Types.State

Reference documentation and code samples for the Discovery Engine v1beta API enum BatchGetDocumentsMetadataResponse.Types.State.

The state of the [Document][google.cloud.discoveryengine.v1beta.Document].

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Fields

Name Description
Indexed

The [Document][google.cloud.discoveryengine.v1beta.Document] is indexed.

NotInIndex

The [Document][google.cloud.discoveryengine.v1beta.Document] is not indexed.

NotInTargetSite

The [Document][google.cloud.discoveryengine.v1beta.Document] is not indexed because its URI is not in the [TargetSite][google.cloud.discoveryengine.v1beta.TargetSite].

Unspecified

Should never be set.