Uses of Class
com.google.cloud.migrationcenter.v1.PreferenceSetName
-
Packages that use PreferenceSetName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of PreferenceSetName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return PreferenceSetName Modifier and Type Method Description PreferenceSetName
PreferenceSetName.Builder. build()
static PreferenceSetName
PreferenceSetName. of(String project, String location, String preferenceSet)
static PreferenceSetName
PreferenceSetName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type PreferenceSetName Modifier and Type Method Description static List<PreferenceSetName>
PreferenceSetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type PreferenceSetName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. deletePreferenceSetAsync(PreferenceSetName name)
Deletes a preference set.PreferenceSet
MigrationCenterClient. getPreferenceSet(PreferenceSetName name)
Gets the details of a preference set.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type PreferenceSetName Modifier and Type Method Description static List<String>
PreferenceSetName. toStringList(List<PreferenceSetName> values)
-