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