Class: Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/document_service.rb
Overview
The value of the matcher that was used to match the Document.
Instance Attribute Summary collapse
-
#fhir_resource ⇒ ::String
Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}.
-
#uri ⇒ ::String
If match by URI, the URI of the Document.
Instance Attribute Details
#fhir_resource ⇒ ::String
Returns Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}.
279 280 281 282 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 279 class MatcherValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |