ProjectsLocationsDocumentsDocumentLinks
class ProjectsLocationsDocumentsDocumentLinks extends Resource (View source)
The "documentLinks" collection of methods.
Typical usage is:
$contentwarehouseService = new Google\Service\Contentwarehouse(...);
$documentLinks = $contentwarehouseService->projects_locations_documents_documentLinks;
Methods
create(string $parent, GoogleCloudContentwarehouseV1CreateDocumentLinkRequest $postBody, array $optParams = [])
Create a link between a source document and a target document.
delete(string $name, GoogleCloudContentwarehouseV1DeleteDocumentLinkRequest $postBody, array $optParams = [])
Remove the link between the source and target documents.
Details
GoogleCloudContentwarehouseV1DocumentLink
create(string $parent, GoogleCloudContentwarehouseV1CreateDocumentLinkRequest $postBody, array $optParams = [])
Create a link between a source document and a target document.
(documentLinks.create)
GoogleProtobufEmpty
delete(string $name, GoogleCloudContentwarehouseV1DeleteDocumentLinkRequest $postBody, array $optParams = [])
Remove the link between the source and target documents.
(documentLinks.delete)