google.generativeai.protos.UpdateDocumentRequest
Request to update a Document
.
Attributes |
`document`
|
`google.ai.generativelanguage.Document`
Required. The ``Document`` to update.
|
`update_mask`
|
`google.protobuf.field_mask_pb2.FieldMask`
Required. The list of fields to update. Currently, this only
supports updating ``display_name`` and ``custom_metadata``.
|