Interface PullRequestComment.CommentOrBuilder (0.40.0)

public static interface PullRequestComment.CommentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract String getBody()

Required. The comment body.

string body = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The body.

getBodyBytes()

public abstract ByteString getBodyBytes()

Required. The comment body.

string body = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for body.