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 DeploymentNameDeploymentName.Builder. build()static DeploymentNameDeploymentName. of(String project, String deployment)static DeploymentNameDeploymentName. 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 voidGSuiteAddOnsClient. deleteDeployment(DeploymentName name)Deletes the deployment with the given name.DeploymentGSuiteAddOnsClient. getDeployment(DeploymentName name)Gets the deployment with the specified name.voidGSuiteAddOnsClient. installDeployment(DeploymentName name)Installs a deployment in developer mode.voidGSuiteAddOnsClient. 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)
-