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 Google Cloud GDC Hardware Management v1alpha API."],["`GetCommentRequest` is a request object used to retrieve a specific comment, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a constructor, `GetCommentRequest()`, and properties such as `CommentName` and `Name` to specify the target comment resource."],["The `Name` property is a required parameter, representing the full resource name of the comment to be retrieved, formatted as: `projects/{project}/locations/{location}/orders/{order}/comments/{comment}`."],["The latest version in the documentation is `1.0.0-alpha04`."]]],[]]