Class: Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#fhir_resource::String

Returns Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}.

Returns:

  • (::String)

    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

#uri::String

Returns If match by URI, the URI of the Document.

Returns:

  • (::String)

    If match by URI, the URI of the Document.



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