Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata.
The metadata of a Document.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_ingestion_source
def data_ingestion_source() -> ::String
Returns
-
(::String) —
The data ingestion source of the Document.
Allowed values are:
batch
: Data ingested via Batch API, e.g., ImportDocuments.streaming
Data ingested via Streaming API, e.g., FHIR streaming.
#data_ingestion_source=
def data_ingestion_source=(value) -> ::String
Parameter
-
value (::String) —
The data ingestion source of the Document.
Allowed values are:
batch
: Data ingested via Batch API, e.g., ImportDocuments.streaming
Data ingested via Streaming API, e.g., FHIR streaming.
Returns
-
(::String) —
The data ingestion source of the Document.
Allowed values are:
batch
: Data ingested via Batch API, e.g., ImportDocuments.streaming
Data ingested via Streaming API, e.g., FHIR streaming.
#last_refreshed_time
def last_refreshed_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp of the last time the Document was last indexed.
#last_refreshed_time=
def last_refreshed_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp of the last time the Document was last indexed.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp of the last time the Document was last indexed.
#matcher_value
def matcher_value() -> ::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue) — The value of the matcher that was used to match the Document.
#matcher_value=
def matcher_value=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue) — The value of the matcher that was used to match the Document.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue) — The value of the matcher that was used to match the Document.
#state
def state() -> ::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::State
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::State) — The state of the document.
#state=
def state=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::State
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::State) — The state of the document.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::State) — The state of the document.