Class CreateDocumentLinkRequest (0.1.0)

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

Request message for DocumentLinkService.CreateDocumentLink.

Attributes

NameDescription
parent str
Required. Parent of the document-link to be created. parent of document-link should be a document. Format: projects/{project_number}/locations/{location}/documents/{source_document_id}.
document_link google.cloud.contentwarehouse_v1.types.DocumentLink
Required. Document links associated with the source documents (source_document_id).
request_metadata google.cloud.contentwarehouse_v1.types.RequestMetadata
The meta information collected about the document creator, used to enforce access control for the service.

Inheritance

builtins.object > proto.message.Message > CreateDocumentLinkRequest