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}
Note: The following fields are mutually exclusive: fhir_resource
, uri
. If a field in that set is populated, all other fields in the set will automatically be cleared.
287 288 289 290 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 287 class MatcherValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns If match by URI, the URI of the Document.
Note: The following fields are mutually exclusive: uri
, fhir_resource
. If a field in that set is populated, all other fields in the set will automatically be cleared.
287 288 289 290 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 287 class MatcherValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |