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