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