BatchGetDocumentsMetadataRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for DocumentService.BatchGetDocumentsMetadata method.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent branch resource name, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch} .
|
matcher |
google.cloud.discoveryengine_v1beta.types.BatchGetDocumentsMetadataRequest.Matcher
Required. Matcher for the Documents. |
Classes
FhirMatcher
FhirMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Matcher for the Documents by FHIR resource names.
Matcher
Matcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Matcher for the Documents. Currently supports matching by exact URIs.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
UrisMatcher
UrisMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Matcher for the Documents by exact uris.