Class UpdateDocumentRequest (0.3.1)

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

Request message for DocumentService.UpdateDocument.

Attributes

NameDescription
name str
Required. The name of the document to update. Format: projects/{project_number}/locations/{location}/documents/{document_id} or projects/{project_number}/locations/{location}/documents/referenceId/{reference_id}.
document google.cloud.contentwarehouse_v1.types.Document
Required. The document to update.
request_metadata google.cloud.contentwarehouse_v1.types.RequestMetadata
The meta information collected about the end user, used to enforce access control for the service.
cloud_ai_document_option google.cloud.contentwarehouse_v1.types.CloudAIDocumentOption
Request Option for processing Cloud AI Document in CW Document.
update_options google.cloud.contentwarehouse_v1.types.UpdateOptions
Options for the update operation.