Uses of Class
com.google.cloud.gsuiteaddons.v1.InstallStatusName
-
Packages that use InstallStatusName Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons API -
-
Uses of InstallStatusName in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return InstallStatusName Modifier and Type Method Description InstallStatusName
InstallStatusName.Builder. build()
static InstallStatusName
InstallStatusName. of(String project, String deployment)
static InstallStatusName
InstallStatusName. parse(String formattedString)
Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type InstallStatusName Modifier and Type Method Description static List<InstallStatusName>
InstallStatusName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type InstallStatusName Modifier and Type Method Description InstallStatus
GSuiteAddOnsClient. getInstallStatus(InstallStatusName name)
Fetches the install status of a developer mode deployment.Method parameters in com.google.cloud.gsuiteaddons.v1 with type arguments of type InstallStatusName Modifier and Type Method Description static List<String>
InstallStatusName. toStringList(List<InstallStatusName> values)
-