Interface protos.google.cloud.contentwarehouse.v1.IDocumentLink (1.10.0)
Properties of a DocumentLink.
Package
@google-cloud/contentwarehouse
Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
description
description?: (string|null);
name
sourceDocumentReference
sourceDocumentReference?: (google.cloud.contentwarehouse.v1.IDocumentReference|null);
DocumentLink sourceDocumentReference
state
state?: (google.cloud.contentwarehouse.v1.DocumentLink.State|keyof typeof google.cloud.contentwarehouse.v1.DocumentLink.State|null);
targetDocumentReference
targetDocumentReference?: (google.cloud.contentwarehouse.v1.IDocumentReference|null);
DocumentLink targetDocumentReference
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.contentwarehouse.v1.IDocumentLink (1.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.0 (latest)](/nodejs/docs/reference/contentwarehouse/latest/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [1.9.0](/nodejs/docs/reference/contentwarehouse/1.9.0/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [1.7.0](/nodejs/docs/reference/contentwarehouse/1.7.0/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [1.5.0](/nodejs/docs/reference/contentwarehouse/1.5.0/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [1.4.0](/nodejs/docs/reference/contentwarehouse/1.4.0/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [1.3.0](/nodejs/docs/reference/contentwarehouse/1.3.0/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [0.5.1](/nodejs/docs/reference/contentwarehouse/0.5.1/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [0.4.0](/nodejs/docs/reference/contentwarehouse/0.4.0/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [0.3.1](/nodejs/docs/reference/contentwarehouse/0.3.1/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink)\n- [0.1.2](/nodejs/docs/reference/contentwarehouse/0.1.2/contentwarehouse/protos.google.cloud.contentwarehouse.v1.idocumentlink) \nProperties of a DocumentLink.\n\nPackage\n-------\n\n[@google-cloud/contentwarehouse](../overview.html)\n\nProperties\n----------\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nDocumentLink createTime\n\n### description\n\n description?: (string|null);\n\nDocumentLink description\n\n### name\n\n name?: (string|null);\n\nDocumentLink name\n\n### sourceDocumentReference\n\n sourceDocumentReference?: (google.cloud.contentwarehouse.v1.IDocumentReference|null);\n\nDocumentLink sourceDocumentReference\n\n### state\n\n state?: (google.cloud.contentwarehouse.v1.DocumentLink.State|keyof typeof google.cloud.contentwarehouse.v1.DocumentLink.State|null);\n\nDocumentLink state\n\n### targetDocumentReference\n\n targetDocumentReference?: (google.cloud.contentwarehouse.v1.IDocumentReference|null);\n\nDocumentLink targetDocumentReference\n\n### updateTime\n\n updateTime?: (google.protobuf.ITimestamp|null);\n\nDocumentLink updateTime"]]