Class DeleteDocumentRequest (0.1.0)

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

Request message for DocumentService.DeleteDocument.

Attributes

NameDescription
name str
Required. The name of the document to delete. Format: projects/{project_number}/locations/{location}/documents/{document_id} or projects/{project_number}/locations/{location}/documents/referenceId/{reference_id}.
request_metadata google.cloud.contentwarehouse_v1.types.RequestMetadata
The meta information collected about the end user, used to enforce access control for the service.

Inheritance

builtins.object > proto.message.Message > DeleteDocumentRequest