public interface CreateCommentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComment()
public abstract Comment getComment()Required. The comment to be added.
.google.cloud.support.v2beta.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Comment |
The comment. |
getCommentOrBuilder()
public abstract CommentOrBuilder getCommentOrBuilder()Required. The comment to be added.
.google.cloud.support.v2beta.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CommentOrBuilder |
|
getParent()
public abstract String getParent()Required. The name of the case to which the comment should be added.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The name of the case to which the comment should be added.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasComment()
public abstract boolean hasComment()Required. The comment to be added.
.google.cloud.support.v2beta.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the comment field is set. |