Google Cloud Security Compliance V1 Client - Class DeleteFrameworkDeploymentRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class DeleteFrameworkDeploymentRequest.

Request message for DeleteFrameworkDeployment.

Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.DeleteFrameworkDeploymentRequest

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}

↳ 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 ABORTED error. If you omit this value, then the resource is deleted regardless of its current etag value.

getName

Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}

Returns
Type Description
string

setName

Required. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}

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. name of the FrameworkDeployment to be deleted in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id} Please see DeploymentClient::frameworkDeploymentName() for help formatting this field.

Returns
Type Description
DeleteFrameworkDeploymentRequest