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