Google Cloud Secure Source Manager V1 Client - Class ListPullRequestsResponse (1.5.0)

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

ListPullRequestsResponse is the response to list pull requests.

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

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ pull_requests array<PullRequest>

The list of pull requests.

↳ next_page_token string

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

getPullRequests

The list of pull requests.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPullRequests

The list of pull requests.

Parameter
Name Description
var array<PullRequest>
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