Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListFrameworkDeploymentsResponse.
The response message for ListFrameworkDeployments.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ListFrameworkDeploymentsResponse
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ framework_deployments |
array<FrameworkDeployment>
The list of framework deployments. |
↳ next_page_token |
string
A token that identifies the next page of results that the server should return. |
getFrameworkDeployments
The list of framework deployments.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setFrameworkDeployments
The list of framework deployments.
| Parameter | |
|---|---|
| Name | Description |
var |
array<FrameworkDeployment>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token that identifies the next page of results that the server should return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token that identifies the next page of results that the server should return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|