Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::DeleteFrameworkDeploymentRequest.
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
etag
value.
#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
etag
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
etag
value.
#name
def name() -> ::String
- (::String) — Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
#name=
def name=(value) -> ::String
- value (::String) — Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
- (::String) — Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}