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

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

The request message for ListControlComplianceSummaries.

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

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.

↳ end_time Google\Protobuf\Timestamp

Optional. The end time of the control compliance summary.

↳ 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.

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

getEndTime

Optional. The end time of the control compliance summary.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Optional. The end time of the control compliance summary.

Parameter
Name Description
var Google\Protobuf\Timestamp
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

static::build

Parameter
Name Description
parent string

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

Returns
Type Description
ListControlComplianceSummariesRequest