Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListFrameworkDeploymentsRequest.
Request message for ListFrameworkDeployments.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ListFrameworkDeploymentsRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported. |
↳ page_size |
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
↳ page_token |
string
Optional. A token identifying a page of results the server should return. |
↳ filter |
string
Optional. Filter to be applied on the resource, defined by EBNF grammar https://google.aip.dev/assets/misc/ebnf-filtering.txt. |
↳ order_by |
string
Optional. Sort results. Supported are "name", "name desc" or "" (unsorted). |
getParent
Required. parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Optional. Filter to be applied on the resource, defined by EBNF grammar https://google.aip.dev/assets/misc/ebnf-filtering.txt.
Returns | |
---|---|
Type | Description |
string |
setFilter
Optional. Filter to be applied on the resource, defined by EBNF grammar https://google.aip.dev/assets/misc/ebnf-filtering.txt.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOrderBy
Optional. Sort results. Supported are "name", "name desc" or "" (unsorted).
Returns | |
---|---|
Type | Description |
string |
setOrderBy
Optional. Sort results. Supported are "name", "name desc" or "" (unsorted).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported. Please see DeploymentClient::organizationLocationName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
ListFrameworkDeploymentsRequest |