Interface CreateCommentRequestOrBuilder (0.29.0)

public interface CreateCommentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComment()

public abstract Comment getComment()

Required. The Comment object to be added to this Case.

.google.cloud.support.v2.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Comment

The comment.

getCommentOrBuilder()

public abstract CommentOrBuilder getCommentOrBuilder()

Required. The Comment object to be added to this Case.

.google.cloud.support.v2.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CommentOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of Case to which this 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 resource name of Case to which this 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 object to be added to this Case.

.google.cloud.support.v2.Comment comment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the comment field is set.