CreateDocumentLinkRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for DocumentLinkService.CreateDocumentLink.
Attributes |
|
---|---|
Name | Description |
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. |