Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::DeleteFrameworkDeploymentRequest (v0.2.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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 is global.

#name=

def name=(value) -> ::String
Parameter
  • 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 is global.
Returns
  • (::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 is global.