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