Class UpdateDocumentRequest (2.0.0)

UpdateDocumentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for Documents.UpdateDocument.

Attributes

NameDescription
document .gcd_document.Document
Required. The document to update.
update_mask .field_mask.FieldMask
Optional. Not specified means update all. Currently, only display_name can be updated, an InvalidArgument will be returned for attempting to update other fields.