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 PreferenceSetNamePreferenceSetName.Builder. build()static PreferenceSetNamePreferenceSetName. of(String project, String location, String preferenceSet)static PreferenceSetNamePreferenceSetName. 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.PreferenceSetMigrationCenterClient. 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)
-