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