Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ListIssuesRequest.
The request to list issues.
Generated from protobuf message google.cloud.securesourcemanager.v1.ListIssuesRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The repository in which to list issues. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
↳ page_size
int
Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100.
↳ page_token
string
Optional. A token identifying a page of results the server should return.
↳ filter
string
Optional. Used to filter the resulting issues list.
getParent
Required. The repository in which to list issues. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
string
setParent
Required. The repository in which to list issues. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
var
string
$this
getPageSize
Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100.
int
setPageSize
Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100.
var
int
$this
getPageToken
Optional. A token identifying a page of results the server should return.
string
setPageToken
Optional. A token identifying a page of results the server should return.
var
string
$this
getFilter
Optional. Used to filter the resulting issues list.
string
setFilter
Optional. Used to filter the resulting issues list.
var
string
$this
static::build
parent
string
Required. The repository in which to list issues. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
Please see SecureSourceManagerClient::repositoryName()
for help formatting this field.

