Google Cloud Security Compliance V1 Client - Class ListFrameworksRequest (0.1.0)

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

Request message for listing Frameworks.

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

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 resource name, in the format organizations/{organization}/locations/{location}. Only global location is supported.

↳ page_size int

Optional. The maximum number of frameworks to return. The default value is 500. If you exceed the maximum value of 1000, then the service uses the maximum value.

↳ page_token string

Optional. A pagination token returned from a previous request to list frameworks. Provide this token to retrieve the next page of results.

getParent

Required. The parent resource name, in the format organizations/{organization}/locations/{location}.

Only global location is supported.

Returns
Type Description
string

setParent

Required. The parent resource name, in the format organizations/{organization}/locations/{location}.

Only global location is supported.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of frameworks to return. The default value is 500.

If you exceed the maximum value of 1000, then the service uses the maximum value.

Returns
Type Description
int

setPageSize

Optional. The maximum number of frameworks to return. The default value is 500.

If you exceed the maximum value of 1000, then the service uses the maximum value.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A pagination token returned from a previous request to list frameworks. Provide this token to retrieve the next page of results.

Returns
Type Description
string

setPageToken

Optional. A pagination token returned from a previous request to list frameworks. Provide this token to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent resource name, in the format organizations/{organization}/locations/{location}. Only global location is supported. Please see ConfigClient::organizationLocationName() for help formatting this field.

Returns
Type Description
ListFrameworksRequest