Class ListLinkedSourcesRequest (0.4.1)

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

Response message for DocumentLinkService.ListLinkedSources.

Attributes

NameDescription
parent str
Required. The name of the document, for which all source links are returned. Format: projects/{project_number}/locations/{location}/documents/{source_document_id}.
page_size int
The maximum number of document-links to return. The service may return fewer than this value. If unspecified, at most 50 document-links will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
A page token, received from a previous ListLinkedSources call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLinkedSources must match the call that provided the page token.
request_metadata google.cloud.contentwarehouse_v1.types.RequestMetadata
The meta information collected about the document creator, used to enforce access control for the service.