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