Uses of Class
com.google.cloud.clouddms.v1.EntityNameTransformation
-
Packages that use EntityNameTransformation Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of EntityNameTransformation in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return EntityNameTransformation Modifier and Type Method Description static EntityNameTransformation
EntityNameTransformation. forNumber(int value)
EntityNameTransformation
MultiEntityRename.Builder. getSourceNameTransformation()
Optional.EntityNameTransformation
MultiEntityRename. getSourceNameTransformation()
Optional.EntityNameTransformation
MultiEntityRenameOrBuilder. getSourceNameTransformation()
Optional.static EntityNameTransformation
EntityNameTransformation. valueOf(int value)
Deprecated.static EntityNameTransformation
EntityNameTransformation. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static EntityNameTransformation
EntityNameTransformation. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityNameTransformation[]
EntityNameTransformation. 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 EntityNameTransformation Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<EntityNameTransformation>
EntityNameTransformation. internalGetValueMap()
Methods in com.google.cloud.clouddms.v1 with parameters of type EntityNameTransformation Modifier and Type Method Description MultiEntityRename.Builder
MultiEntityRename.Builder. setSourceNameTransformation(EntityNameTransformation value)
Optional.
-