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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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}



281
282
283
284
# File 'proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb', line 281

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.



281
282
283
284
# File 'proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb', line 281

class MatcherValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end