Class DeleteDeploymentRequest (0.3.0)

DeleteDeploymentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for AgentService.DeleteDeployment.

Attributes

Name Description
name str
Required. The name of the deployment to delete. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
etag str
Optional. The etag of the deployment. If an etag is provided and does not match the current etag of the deployment, deletion will be blocked and an ABORTED error will be returned.