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

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

The request message for ListFrameworkComplianceSummariesRequest.

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

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 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 compliance summary.

Returns
Type Description
string

setParent

Required. The parent scope for the framework compliance summary.

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

static::build

Parameter
Name Description
parent string

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

Returns
Type Description
ListFrameworkComplianceSummariesRequest