Google Cloud Security Compliance V1 Client - Class ListFindingSummariesRequest (0.2.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListFindingSummariesRequest.

The request message for ListFindingSummaries.

Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ListFindingSummariesRequest

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent scope for the framework overview page.

↳ page_size int

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

↳ page_token string

Optional. A token that identifies the page of results that the server should return.

↳ filter string

Optional. The filtering results.

↳ end_time Google\Protobuf\Timestamp

Optional. The end time of the finding summary.

getParent

Required. The parent scope for the framework overview page.

Returns
Type Description
string

setParent

Required. The parent scope for the framework overview page.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

Returns
Type Description
int

setPageSize

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A token that identifies the page of results that the server should return.

Returns
Type Description
string

setPageToken

Optional. A token that identifies the page of results that the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. The filtering results.

Returns
Type Description
string

setFilter

Optional. The filtering results.

Parameter
Name Description
var string
Returns
Type Description
$this

getEndTime

Optional. The end time of the finding summary.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Optional. The end time of the finding summary.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent scope for the framework overview page. Please see MonitoringClient::organizationLocationName() for help formatting this field.

Returns
Type Description
ListFindingSummariesRequest