Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::DeleteFrameworkDeploymentRequest.
The request message for [DeleteFrameworkDeployment][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String-
(::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 [
ABORTED][google.rpc.Code.ABORTED] error.If you omit this value, then the resource is deleted regardless of its current
etagvalue.
#etag=
def etag=(value) -> ::String-
value (::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 [
ABORTED][google.rpc.Code.ABORTED] error.If you omit this value, then the resource is deleted regardless of its current
etagvalue.
-
(::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 [
ABORTED][google.rpc.Code.ABORTED] error.If you omit this value, then the resource is deleted regardless of its current
etagvalue.
#name
def name() -> ::String-
(::String) — 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 isglobal.
#name=
def name=(value) -> ::String-
value (::String) — 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 isglobal.
-
(::String) — 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 isglobal.