Uses of Class
com.google.cloud.deploy.v1.ConfigName
-
Packages that use ConfigName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of ConfigName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return ConfigName Modifier and Type Method Description ConfigName
ConfigName.Builder. build()
static ConfigName
ConfigName. of(String project, String location)
static ConfigName
ConfigName. parse(String formattedString)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type ConfigName Modifier and Type Method Description static List<ConfigName>
ConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.deploy.v1 with parameters of type ConfigName Modifier and Type Method Description Config
CloudDeployClient. getConfig(ConfigName name)
Gets the configuration for a location.Method parameters in com.google.cloud.deploy.v1 with type arguments of type ConfigName Modifier and Type Method Description static List<String>
ConfigName. toStringList(List<ConfigName> values)
-