Reference documentation and code samples for the Google Workspace Add-ons V1 Client class DeleteDeploymentRequest.
Request message to delete a deployment.
Generated from protobuf message google.cloud.gsuiteaddons.v1.DeleteDeploymentRequest
Namespace
Google \ Cloud \ GSuiteAddOns \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The full resource name of the deployment to delete. Example: projects/my_project/deployments/my_deployment
.
↳ etag
string
The etag of the deployment to delete. If this is provided, it must match the server's etag.
getName
Required. The full resource name of the deployment to delete.
Example: projects/my_project/deployments/my_deployment
.
string
setName
Required. The full resource name of the deployment to delete.
Example: projects/my_project/deployments/my_deployment
.
var
string
$this
getEtag
The etag of the deployment to delete.
If this is provided, it must match the server's etag.
string
setEtag
The etag of the deployment to delete.
If this is provided, it must match the server's etag.
var
string
$this
static::build
name
string
Required. The full resource name of the deployment to delete.
Example: projects/my_project/deployments/my_deployment
. Please see GSuiteAddOnsClient::deploymentName()
for help formatting this field.