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