ReloadDocumentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for Documents.ReloadDocument.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
name |
str
Required. The name of the document to reload. Format: ``projects/ |
content_uri |
str
Optional. The path of gcs source file for reloading document content. For now, only gcs uri is supported. For documents stored in Google Cloud Storage, these URIs must have the form ``gs:// |
import_gcs_custom_metadata |
bool
Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI. |
smart_messaging_partial_update |
bool
Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist. |