Uses of Class
com.google.cloud.clouddms.v1.MappingRule.DetailsCase
-
Packages that use MappingRule.DetailsCase Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of MappingRule.DetailsCase in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return MappingRule.DetailsCase Modifier and Type Method Description static MappingRule.DetailsCase
MappingRule.DetailsCase. forNumber(int value)
MappingRule.DetailsCase
MappingRule.Builder. getDetailsCase()
MappingRule.DetailsCase
MappingRule. getDetailsCase()
MappingRule.DetailsCase
MappingRuleOrBuilder. getDetailsCase()
static MappingRule.DetailsCase
MappingRule.DetailsCase. valueOf(int value)
Deprecated.static MappingRule.DetailsCase
MappingRule.DetailsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingRule.DetailsCase[]
MappingRule.DetailsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-