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

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

The response to list issues.

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

Namespace

Google \ Cloud \ SecureSourceManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ issues array<Issue>

The list of issues.

↳ next_page_token string

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

getIssues

The list of issues.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIssues

The list of issues.

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