Reference documentation and code samples for the Google Cloud Ces V1 Client class DeleteDeploymentRequest.
Request message for AgentService.DeleteDeployment .
Generated from protobuf message google.cloud.ces.v1.DeleteDeploymentRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the deployment to delete. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
↳ etag
string
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.
getName
Required. The name of the deployment to delete.
Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
string
setName
Required. The name of the deployment to delete.
Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
var
string
$this
getEtag
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.
string
setEtag
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.
var
string
$this
static::build
name
string
Required. The name of the deployment to delete.
Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
Please see AgentServiceClient::deploymentName()
for help formatting this field.

