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

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
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. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
Returns
  • (::String) — Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}