Uses of Class
com.google.cloud.talent.v4.ClientEvent.EventCase
-
Packages that use ClientEvent.EventCase Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of ClientEvent.EventCase in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return ClientEvent.EventCase Modifier and Type Method Description static ClientEvent.EventCase
ClientEvent.EventCase. forNumber(int value)
ClientEvent.EventCase
ClientEvent.Builder. getEventCase()
ClientEvent.EventCase
ClientEvent. getEventCase()
ClientEvent.EventCase
ClientEventOrBuilder. getEventCase()
static ClientEvent.EventCase
ClientEvent.EventCase. valueOf(int value)
Deprecated.static ClientEvent.EventCase
ClientEvent.EventCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientEvent.EventCase[]
ClientEvent.EventCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-