public final class CreateCommentRequest extends GeneratedMessageV3 implements CreateCommentRequestOrBuilder
A request to create a comment.
Protobuf type google.cloud.gdchardwaremanagement.v1alpha.CreateCommentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int COMMENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int COMMENT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int REQUEST_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static CreateCommentRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static CreateCommentRequest.Builder newBuilder()
public static CreateCommentRequest.Builder newBuilder(CreateCommentRequest prototype)
public static CreateCommentRequest parseDelimitedFrom(InputStream input)
public static CreateCommentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateCommentRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static CreateCommentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateCommentRequest parseFrom(ByteString data)
public static CreateCommentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateCommentRequest parseFrom(CodedInputStream input)
public static CreateCommentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateCommentRequest parseFrom(InputStream input)
public static CreateCommentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateCommentRequest parseFrom(ByteBuffer data)
public static CreateCommentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<CreateCommentRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public Comment getComment()
Required. The comment to create.
.google.cloud.gdchardwaremanagement.v1alpha.Comment comment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Comment |
The comment.
|
public String getCommentId()
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.
string comment_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The commentId.
|
public ByteString getCommentIdBytes()
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.
string comment_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for commentId.
|
public CommentOrBuilder getCommentOrBuilder()
Required. The comment to create.
.google.cloud.gdchardwaremanagement.v1alpha.Comment comment = 3 [(.google.api.field_behavior) = REQUIRED];
public CreateCommentRequest getDefaultInstanceForType()
public String getParent()
Required. The order to create the comment on.
Format: projects/{project}/locations/{location}/orders/{order}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
public ByteString getParentBytes()
Required. The order to create the comment on.
Format: projects/{project}/locations/{location}/orders/{order}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
public Parser<CreateCommentRequest> getParserForType()
Overrides
public String getRequestId()
Optional. An optional unique identifier for this request. See
AIP-155.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The requestId.
|
public ByteString getRequestIdBytes()
Optional. An optional unique identifier for this request. See
AIP-155.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for requestId.
|
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public boolean hasComment()
Required. The comment to create.
.google.cloud.gdchardwaremanagement.v1alpha.Comment comment = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the comment field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CreateCommentRequest.Builder newBuilderForType()
protected CreateCommentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public CreateCommentRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides