Uses of Class
com.google.cloud.gsuiteaddons.v1.DeploymentName
-
Packages that use DeploymentName Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons API -
-
Uses of DeploymentName in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return DeploymentName Modifier and Type Method Description DeploymentName
DeploymentName.Builder. build()
static DeploymentName
DeploymentName. of(String project, String deployment)
static DeploymentName
DeploymentName. parse(String formattedString)
Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type DeploymentName Modifier and Type Method Description static List<DeploymentName>
DeploymentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type DeploymentName Modifier and Type Method Description void
GSuiteAddOnsClient. deleteDeployment(DeploymentName name)
Deletes the deployment with the given name.Deployment
GSuiteAddOnsClient. getDeployment(DeploymentName name)
Gets the deployment with the specified name.void
GSuiteAddOnsClient. installDeployment(DeploymentName name)
Installs a deployment in developer mode.void
GSuiteAddOnsClient. uninstallDeployment(DeploymentName name)
Uninstalls a developer mode deployment.Method parameters in com.google.cloud.gsuiteaddons.v1 with type arguments of type DeploymentName Modifier and Type Method Description static List<String>
DeploymentName. toStringList(List<DeploymentName> values)
-