GDC Hardware Management v1alpha API - Class CreateCommentRequest (1.0.0-alpha02)

public sealed class CreateCommentRequest : IMessage<CreateCommentRequest>, IEquatable<CreateCommentRequest>, IDeepCloneable<CreateCommentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the GDC Hardware Management v1alpha API class CreateCommentRequest.

A request to create a comment.

Inheritance

object > CreateCommentRequest

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

CreateCommentRequest()

public CreateCommentRequest()

CreateCommentRequest(CreateCommentRequest)

public CreateCommentRequest(CreateCommentRequest other)
Parameter
Name Description
other CreateCommentRequest

Properties

Comment

public Comment Comment { get; set; }

Required. The comment to create.

Property Value
Type Description
Comment

CommentId

public string CommentId { get; set; }

Optional. ID used to uniquely identify the Comment within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

The comment.name field in the request will be ignored.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The order to create the comment on. Format: projects/{project}/locations/{location}/orders/{order}

Property Value
Type Description
string

ParentAsOrderName

public OrderName ParentAsOrderName { get; set; }

OrderName-typed view over the Parent resource name property.

Property Value
Type Description
OrderName

RequestId

public string RequestId { get; set; }

Optional. An optional unique identifier for this request. See AIP-155.

Property Value
Type Description
string