public static interface BatchGetDocumentsMetadataResponse.DocumentMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataIngestionSource()
The data ingestion source of the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
com.google.protobuf.ByteString |
getDataIngestionSourceBytes()
The data ingestion source of the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
com.google.protobuf.Timestamp |
getLastRefreshedTime()
The timestamp of the last time the
[Document][google.cloud.discoveryengine.v1beta.Document] was last
indexed.
|
com.google.protobuf.TimestampOrBuilder |
getLastRefreshedTimeOrBuilder()
The timestamp of the last time the
[Document][google.cloud.discoveryengine.v1beta.Document] was last
indexed.
|
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue |
getMatcherValue()
The value of the matcher that was used to match the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder |
getMatcherValueOrBuilder()
The value of the matcher that was used to match the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
BatchGetDocumentsMetadataResponse.State |
getState()
The state of the document.
|
int |
getStateValue()
The state of the document.
|
boolean |
hasLastRefreshedTime()
The timestamp of the last time the
[Document][google.cloud.discoveryengine.v1beta.Document] was last
indexed.
|
boolean |
hasMatcherValue()
The value of the matcher that was used to match the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatcherValue()
The value of the matcher that was used to match the [Document][google.cloud.discoveryengine.v1beta.Document].
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue getMatcherValue()
The value of the matcher that was used to match the [Document][google.cloud.discoveryengine.v1beta.Document].
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder getMatcherValueOrBuilder()
The value of the matcher that was used to match the [Document][google.cloud.discoveryengine.v1beta.Document].
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
int getStateValue()
The state of the document.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.State state = 3;
BatchGetDocumentsMetadataResponse.State getState()
The state of the document.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.State state = 3;
boolean hasLastRefreshedTime()
The timestamp of the last time the [Document][google.cloud.discoveryengine.v1beta.Document] was last indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;com.google.protobuf.Timestamp getLastRefreshedTime()
The timestamp of the last time the [Document][google.cloud.discoveryengine.v1beta.Document] was last indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;com.google.protobuf.TimestampOrBuilder getLastRefreshedTimeOrBuilder()
The timestamp of the last time the [Document][google.cloud.discoveryengine.v1beta.Document] was last indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;String getDataIngestionSource()
The data ingestion source of the [Document][google.cloud.discoveryengine.v1beta.Document]. Allowed values are: * `batch`: Data ingested via Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR streaming.
string data_ingestion_source = 5;com.google.protobuf.ByteString getDataIngestionSourceBytes()
The data ingestion source of the [Document][google.cloud.discoveryengine.v1beta.Document]. Allowed values are: * `batch`: Data ingested via Batch API, e.g., ImportDocuments. * `streaming` Data ingested via Streaming API, e.g., FHIR streaming.
string data_ingestion_source = 5;Copyright © 2025 Google LLC. All rights reserved.