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