Interface protos.google.cloud.gdchardwaremanagement.v1alpha.IComment (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Package
@google-cloud/gdchardwaremanagement
Properties
authorEntity?: (google.cloud.gdchardwaremanagement.v1alpha.Entity|keyof typeof google.cloud.gdchardwaremanagement.v1alpha.Entity|null);
createTime?: (google.protobuf.ITimestamp|null);
customerViewedTime?: (google.protobuf.ITimestamp|null);
Comment customerViewedTime
labels?: ({ [k: string]: string }|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-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.google.cloud.gdchardwaremanagement.v1alpha.IComment (0.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.7.0 (latest)](/nodejs/docs/reference/gdchardwaremanagement/latest/gdchardwaremanagement/protos.google.cloud.gdchardwaremanagement.v1alpha.icomment)\n- [0.5.1](/nodejs/docs/reference/gdchardwaremanagement/0.5.1/gdchardwaremanagement/protos.google.cloud.gdchardwaremanagement.v1alpha.icomment)\n- [0.4.0](/nodejs/docs/reference/gdchardwaremanagement/0.4.0/gdchardwaremanagement/protos.google.cloud.gdchardwaremanagement.v1alpha.icomment)\n- [0.2.0](/nodejs/docs/reference/gdchardwaremanagement/0.2.0/gdchardwaremanagement/protos.google.cloud.gdchardwaremanagement.v1alpha.icomment) \nProperties of a Comment.\n\nPackage\n-------\n\n[@google-cloud/gdchardwaremanagement](../overview.html)\n\nProperties\n----------\n\n### author\n\n author?: (string|null);\n\nComment author\n\n### authorEntity\n\n authorEntity?: (google.cloud.gdchardwaremanagement.v1alpha.Entity|keyof typeof google.cloud.gdchardwaremanagement.v1alpha.Entity|null);\n\nComment authorEntity\n\n### createTime\n\n createTime?: (google.protobuf.ITimestamp|null);\n\nComment createTime\n\n### customerViewedTime\n\n customerViewedTime?: (google.protobuf.ITimestamp|null);\n\nComment customerViewedTime\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nComment labels\n\n### name\n\n name?: (string|null);\n\nComment name\n\n### text\n\n text?: (string|null);\n\nComment text"]]