Uses of Class
com.google.cloud.clouddms.v1.MappingRuleName
-
Packages that use MappingRuleName Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of MappingRuleName in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return MappingRuleName Modifier and Type Method Description MappingRuleNameMappingRuleName.Builder. build()static MappingRuleNameMappingRuleName. of(String project, String location, String conversionWorkspace, String mappingRule)static MappingRuleNameMappingRuleName. parse(String formattedString)Methods in com.google.cloud.clouddms.v1 that return types with arguments of type MappingRuleName Modifier and Type Method Description static List<MappingRuleName>MappingRuleName. parseList(List<String> formattedStrings)Methods in com.google.cloud.clouddms.v1 with parameters of type MappingRuleName Modifier and Type Method Description MappingRuleDataMigrationServiceClient. getMappingRule(MappingRuleName name)Gets the details of a mapping rule.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type MappingRuleName Modifier and Type Method Description static List<String>MappingRuleName. toStringList(List<MappingRuleName> values)
-