Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ListIssueCommentsResponse.
The response to list issue comments.
Generated from protobuf message google.cloud.securesourcemanager.v1.ListIssueCommentsResponse
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ issue_comments |
array<IssueComment>
The list of issue comments. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getIssueComments
The list of issue comments.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIssueComments
The list of issue comments.
Parameter | |
---|---|
Name | Description |
var |
array<IssueComment>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |