Class: Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::Matcher

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

Matcher for the Documents. Currently supports matching by exact URIs.

Instance Attribute Summary collapse

Instance Attribute Details

#fhir_matcher::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::FhirMatcher

Returns Matcher by FHIR resource names.



228
229
230
231
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 228

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

#uris_matcher::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::UrisMatcher

Returns Matcher by exact URIs.



228
229
230
231
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 228

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