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

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

ListPullRequestFileDiffsResponse is the response containing file diffs returned from ListPullRequestFileDiffs.

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

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ file_diffs array<FileDiff>

The list of pull request file diffs.

↳ next_page_token string

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

getFileDiffs

The list of pull request file diffs.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFileDiffs

The list of pull request file diffs.

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