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_v1alpha.types.BatchGetDocumentsMetadataRequest.Matcher
Required. Matcher for the Documents. |
Classes
Matcher
Matcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Matcher for the Documents. Currently supports matching by exact URIs.
.. _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.