Uses of Class
com.google.cloud.talent.v4.JobEvent
-
Packages that use JobEvent Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of JobEvent in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return JobEvent Modifier and Type Method Description JobEvent
JobEvent.Builder. build()
JobEvent
JobEvent.Builder. buildPartial()
static JobEvent
JobEvent. getDefaultInstance()
JobEvent
JobEvent.Builder. getDefaultInstanceForType()
JobEvent
JobEvent. getDefaultInstanceForType()
JobEvent
ClientEvent.Builder. getJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.JobEvent
ClientEvent. getJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.JobEvent
ClientEventOrBuilder. getJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.static JobEvent
JobEvent. parseDelimitedFrom(InputStream input)
static JobEvent
JobEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobEvent
JobEvent. parseFrom(byte[] data)
static JobEvent
JobEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobEvent
JobEvent. parseFrom(com.google.protobuf.ByteString data)
static JobEvent
JobEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobEvent
JobEvent. parseFrom(com.google.protobuf.CodedInputStream input)
static JobEvent
JobEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobEvent
JobEvent. parseFrom(InputStream input)
static JobEvent
JobEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobEvent
JobEvent. parseFrom(ByteBuffer data)
static JobEvent
JobEvent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type JobEvent Modifier and Type Method Description com.google.protobuf.Parser<JobEvent>
JobEvent. getParserForType()
static com.google.protobuf.Parser<JobEvent>
JobEvent. parser()
Methods in com.google.cloud.talent.v4 with parameters of type JobEvent Modifier and Type Method Description JobEvent.Builder
JobEvent.Builder. mergeFrom(JobEvent other)
ClientEvent.Builder
ClientEvent.Builder. mergeJobEvent(JobEvent value)
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.static JobEvent.Builder
JobEvent. newBuilder(JobEvent prototype)
ClientEvent.Builder
ClientEvent.Builder. setJobEvent(JobEvent value)
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
-