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.
A request to get a comment.
Implements
IMessageGetCommentRequest, IEquatableGetCommentRequest, IDeepCloneableGetCommentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
GetCommentRequest()
public GetCommentRequest()
GetCommentRequest(GetCommentRequest)
public GetCommentRequest(GetCommentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetCommentRequest |
Properties
CommentName
public CommentName CommentName { get; set; }
CommentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CommentName |
Name
public string Name { get; set; }
Required. The name of the comment.
Format:
projects/{project}/locations/{location}/orders/{order}/comments/{comment}
Property Value | |
---|---|
Type | Description |
string |