Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class DeleteFrameworkDeploymentRequest.
The request message for DeleteFrameworkDeployment.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.DeleteFrameworkDeploymentRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the framework deployment that you want to delete, in the format |
↳ etag |
string
Optional. An opaque identifier for the current version of the resource. If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an |
getName
Required. The name of the framework deployment that you want to delete,
in the format
organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the framework deployment that you want to delete,
in the format
organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
The only supported location is global.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEtag
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the
values don't match, then the request fails with an
ABORTED error.
If you omit this value, then the resource is deleted regardless of its
current etag value.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEtag
Optional. An opaque identifier for the current version of the resource.
If you provide this value, then it must match the existing value. If the
values don't match, then the request fails with an
ABORTED error.
If you omit this value, then the resource is deleted regardless of its
current etag value.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the framework deployment that you want to delete,
in the format
|
| Returns | |
|---|---|
| Type | Description |
DeleteFrameworkDeploymentRequest |
|