Google Cloud Secure Source Manager V1 Client - Class ListPullRequestCommentsResponse (1.6.1)

Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ListPullRequestCommentsResponse.

The response to list pull request comments.

Generated from protobuf message google.cloud.securesourcemanager.v1.ListPullRequestCommentsResponse

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ pull_request_comments array<PullRequestComment>

The list of pull request comments.

↳ next_page_token string

A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getPullRequestComments

The list of pull request comments.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPullRequestComments

The list of pull request comments.

Parameter
Name Description
var array<PullRequestComment>
Returns
Type Description
$this

getNextPageToken

A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.