Uses of Class
com.google.cloud.clouddms.v1.MappingRule.State
-
Packages that use MappingRule.State Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of MappingRule.State in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return MappingRule.State Modifier and Type Method Description static MappingRule.State
MappingRule.State. forNumber(int value)
MappingRule.State
MappingRule.Builder. getState()
Optional.MappingRule.State
MappingRule. getState()
Optional.MappingRule.State
MappingRuleOrBuilder. getState()
Optional.static MappingRule.State
MappingRule.State. valueOf(int value)
Deprecated.static MappingRule.State
MappingRule.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MappingRule.State
MappingRule.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingRule.State[]
MappingRule.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type MappingRule.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MappingRule.State>
MappingRule.State. internalGetValueMap()
Methods in com.google.cloud.clouddms.v1 with parameters of type MappingRule.State Modifier and Type Method Description MappingRule.Builder
MappingRule.Builder. setState(MappingRule.State value)
Optional.
-