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