Uses of Class
com.google.cloud.gsuiteaddons.v1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons API -
-
Uses of ProjectName in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>ProjectName. parseList(List<String> formattedStrings)Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type ProjectName Modifier and Type Method Description DeploymentGSuiteAddOnsClient. createDeployment(ProjectName parent, Deployment deployment, String deploymentId)Creates a deployment with the specified name and configuration.GSuiteAddOnsClient.ListDeploymentsPagedResponseGSuiteAddOnsClient. listDeployments(ProjectName parent)Lists all deployments in a particular project.Method parameters in com.google.cloud.gsuiteaddons.v1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-