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 MappingRuleName
MappingRuleName.Builder. build()
static MappingRuleName
MappingRuleName. of(String project, String location, String conversionWorkspace, String mappingRule)
static MappingRuleName
MappingRuleName. 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 MappingRule
DataMigrationServiceClient. 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)
-