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