Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class DeleteFrameworkRequest.
Request message for deleting a Framework.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.DeleteFrameworkRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the resource, in the format |
getName
Required. Name of the resource, in the format
organizations/{organization}/locations/{location}/frameworks/{framework}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the resource, in the format
organizations/{organization}/locations/{location}/frameworks/{framework}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the resource, in the format
|
| Returns | |
|---|---|
| Type | Description |
DeleteFrameworkRequest |
|