public sealed class GetCommentRequest : IMessage<GetCommentRequest>, IEquatable<GetCommentRequest>, IDeepCloneable<GetCommentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetCommentRequest.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `GetCommentRequest` class within the GDC Hardware Management v1alpha API."],["The `GetCommentRequest` class is used to structure a request for retrieving a comment, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a constructor, `GetCommentRequest()`, and properties such as `CommentName` (a `CommentName`-typed view) and `Name` (a string), which is the required comment identifier."],["The `Name` property follows a specific format: `projects/{project}/locations/{location}/orders/{order}/comments/{comment}`, which is crucial for specifying the target comment."]]],[]]