Class: Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/document_service.rb
Overview
Request message for DocumentService.BatchGetDocumentsMetadata method.
Defined Under Namespace
Classes: FhirMatcher, Matcher, UrisMatcher
Instance Attribute Summary collapse
-
#matcher ⇒ ::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::Matcher
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#matcher ⇒ ::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::Matcher
Returns Required. Matcher for the Documents.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 194 class BatchGetDocumentsMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Document Document}s by # exact uris. # @!attribute [rw] uris # @return [::Array<::String>] # The exact URIs to match by. class UrisMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Document Document}s by # FHIR resource names. # @!attribute [rw] fhir_resources # @return [::Array<::String>] # Required. The FHIR resources to match by. # Format: # projects/\\{project}/locations/\\{location}/datasets/\\{dataset}/fhirStores/\\{fhir_store}/fhir/\\{resource_type}/\\{fhir_resource_id} class FhirMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Document Document}s. # Currently supports matching by exact URIs. # @!attribute [rw] uris_matcher # @return [::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::UrisMatcher] # 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. # @!attribute [rw] fhir_matcher # @return [::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::FhirMatcher] # 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. class Matcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#parent ⇒ ::String
Returns Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 194 class BatchGetDocumentsMetadataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Document Document}s by # exact uris. # @!attribute [rw] uris # @return [::Array<::String>] # The exact URIs to match by. class UrisMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Document Document}s by # FHIR resource names. # @!attribute [rw] fhir_resources # @return [::Array<::String>] # Required. The FHIR resources to match by. # Format: # projects/\\{project}/locations/\\{location}/datasets/\\{dataset}/fhirStores/\\{fhir_store}/fhir/\\{resource_type}/\\{fhir_resource_id} class FhirMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Matcher for the {::Google::Cloud::DiscoveryEngine::V1::Document Document}s. # Currently supports matching by exact URIs. # @!attribute [rw] uris_matcher # @return [::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::UrisMatcher] # 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. # @!attribute [rw] fhir_matcher # @return [::Google::Cloud::DiscoveryEngine::V1::BatchGetDocumentsMetadataRequest::FhirMatcher] # 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. class Matcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |