public interface ClientEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Required.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Required.
|
ClientEvent.EventCase |
getEventCase() |
String |
getEventId()
Required.
|
com.google.protobuf.ByteString |
getEventIdBytes()
Required.
|
String |
getEventNotes()
Optional.
|
com.google.protobuf.ByteString |
getEventNotesBytes()
Optional.
|
JobEvent |
getJobEvent()
An event issued when a job seeker interacts with the application that
implements Cloud Talent Solution.
|
JobEventOrBuilder |
getJobEventOrBuilder()
An event issued when a job seeker interacts with the application that
implements Cloud Talent Solution.
|
ProfileEvent |
getProfileEvent()
An event issued when a profile searcher interacts with the application
that implements Cloud Talent Solution.
|
ProfileEventOrBuilder |
getProfileEventOrBuilder()
An event issued when a profile searcher interacts with the application
that implements Cloud Talent Solution.
|
String |
getRequestId()
Optional but highly recommended.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Optional but highly recommended.
|
boolean |
hasCreateTime()
Required.
|
boolean |
hasJobEvent()
An event issued when a job seeker interacts with the application that
implements Cloud Talent Solution.
|
boolean |
hasProfileEvent()
An event issued when a profile searcher interacts with the application
that implements Cloud Talent Solution.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRequestId()
Optional but highly recommended. A unique ID generated in the API responses. It can be found in [ResponseMetadata.request_id][google.cloud.talent.v4beta1.ResponseMetadata.request_id].
string request_id = 1;com.google.protobuf.ByteString getRequestIdBytes()
Optional but highly recommended. A unique ID generated in the API responses. It can be found in [ResponseMetadata.request_id][google.cloud.talent.v4beta1.ResponseMetadata.request_id].
string request_id = 1;String getEventId()
Required. A unique identifier, generated by the client application.
string event_id = 2;com.google.protobuf.ByteString getEventIdBytes()
Required. A unique identifier, generated by the client application.
string event_id = 2;boolean hasCreateTime()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.Timestamp getCreateTime()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4;boolean hasJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.JobEvent job_event = 5;JobEvent getJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.JobEvent job_event = 5;JobEventOrBuilder getJobEventOrBuilder()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.JobEvent job_event = 5;boolean hasProfileEvent()
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.ProfileEvent profile_event = 6;ProfileEvent getProfileEvent()
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.ProfileEvent profile_event = 6;ProfileEventOrBuilder getProfileEventOrBuilder()
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4beta1.ProfileEvent profile_event = 6;String getEventNotes()
Optional. Notes about the event provided by recruiters or other users, for example, feedback on why a profile was bookmarked.
string event_notes = 9;com.google.protobuf.ByteString getEventNotesBytes()
Optional. Notes about the event provided by recruiters or other users, for example, feedback on why a profile was bookmarked.
string event_notes = 9;ClientEvent.EventCase getEventCase()
Copyright © 2019 Google LLC. All rights reserved.