Uses of Class
com.google.cloud.migrationcenter.v1.SettingsName
-
Packages that use SettingsName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of SettingsName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return SettingsName Modifier and Type Method Description SettingsName
SettingsName.Builder. build()
static SettingsName
SettingsName. of(String project, String location)
static SettingsName
SettingsName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type SettingsName Modifier and Type Method Description static List<SettingsName>
SettingsName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type SettingsName Modifier and Type Method Description Settings
MigrationCenterClient. getSettings(SettingsName name)
Gets the details of regional settings.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type SettingsName Modifier and Type Method Description static List<String>
SettingsName. toStringList(List<SettingsName> values)
-