Interface ListIssueCommentsResponseOrBuilder (0.40.0)

public interface ListIssueCommentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIssueComments(int index)

public abstract IssueComment getIssueComments(int index)

The list of issue comments.

repeated .google.cloud.securesourcemanager.v1.IssueComment issue_comments = 1;

Parameter
Name Description
index int
Returns
Type Description
IssueComment

getIssueCommentsCount()

public abstract int getIssueCommentsCount()

The list of issue comments.

repeated .google.cloud.securesourcemanager.v1.IssueComment issue_comments = 1;

Returns
Type Description
int

getIssueCommentsList()

public abstract List<IssueComment> getIssueCommentsList()

The list of issue comments.

repeated .google.cloud.securesourcemanager.v1.IssueComment issue_comments = 1;

Returns
Type Description
List<IssueComment>

getIssueCommentsOrBuilder(int index)

public abstract IssueCommentOrBuilder getIssueCommentsOrBuilder(int index)

The list of issue comments.

repeated .google.cloud.securesourcemanager.v1.IssueComment issue_comments = 1;

Parameter
Name Description
index int
Returns
Type Description
IssueCommentOrBuilder

getIssueCommentsOrBuilderList()

public abstract List<? extends IssueCommentOrBuilder> getIssueCommentsOrBuilderList()

The list of issue comments.

repeated .google.cloud.securesourcemanager.v1.IssueComment issue_comments = 1;

Returns
Type Description
List<? extends com.google.cloud.securesourcemanager.v1.IssueCommentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.