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.

Note: The following fields are mutually exclusive: fhir_matcher, uris_matcher. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



232
233
234
235
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 232

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.

Note: The following fields are mutually exclusive: uris_matcher, fhir_matcher. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



232
233
234
235
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 232

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