Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListFrameworksRequest.
Request message for ListFrameworks .
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ListFrameworksRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource name, in the format organizations/{organization}/locations/{location}
. The only supported location is global
.
↳ 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}
.
The only supported location is global
.
string
setParent
Required. The parent resource name, in the format organizations/{organization}/locations/{location}
.
The only supported location is global
.
var
string
$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.
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.
var
int
$this
getPageToken
Optional. A pagination token returned from a previous request to list frameworks. Provide this token to retrieve the next page of results.
string
setPageToken
Optional. A pagination token returned from a previous request to list frameworks. Provide this token to retrieve the next page of results.
var
string
$this
static::build
parent
string
Required. The parent resource name, in the format organizations/{organization}/locations/{location}
.
The only supported location is global
. Please see ConfigClient::organizationLocationName()
for help formatting this field.

