Reference documentation and code samples for the Google Workspace Add-ons V1 Client class UninstallDeploymentRequest.
Request message to uninstall a developer mode deployment.
Generated from protobuf message google.cloud.gsuiteaddons.v1.UninstallDeploymentRequest
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 install. Example: projects/my_project/deployments/my_deployment
.
getName
Required. The full resource name of the deployment to install.
Example: projects/my_project/deployments/my_deployment
.
string
setName
Required. The full resource name of the deployment to install.
Example: projects/my_project/deployments/my_deployment
.
var
string
$this
static::build
name
string
Required. The full resource name of the deployment to install.
Example: projects/my_project/deployments/my_deployment
. Please see Google\Cloud\GSuiteAddOns\V1\GSuiteAddOnsClient::deploymentName()
for help formatting this field.