Class: Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::FhirMatcher
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::FhirMatcher
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/document_service.rb
Overview
Matcher for the Documents by FHIR resource names.
Instance Attribute Summary collapse
-
#fhir_resources ⇒ ::Array<::String>
Required.
Instance Attribute Details
#fhir_resources ⇒ ::Array<::String>
Returns Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}.
215 216 217 218 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 215 class FhirMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |