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.ResultCaseDataScanEvent.ResultCase. forNumber(int value)DataScanEvent.ResultCaseDataScanEvent.Builder. getResultCase()DataScanEvent.ResultCaseDataScanEvent. getResultCase()DataScanEvent.ResultCaseDataScanEventOrBuilder. getResultCase()static DataScanEvent.ResultCaseDataScanEvent.ResultCase. valueOf(int value)Deprecated.static DataScanEvent.ResultCaseDataScanEvent.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.
-