Package com.google.cloud.talent.v4
Interface ClientEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientEvent,ClientEvent.Builder
public interface ClientEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()Required.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Required.ClientEvent.EventCasegetEventCase()StringgetEventId()Required.com.google.protobuf.ByteStringgetEventIdBytes()Required.StringgetEventNotes()Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.com.google.protobuf.ByteStringgetEventNotesBytes()Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.JobEventgetJobEvent()An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.JobEventOrBuildergetJobEventOrBuilder()An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.StringgetRequestId()Strongly recommended for the best service experience.com.google.protobuf.ByteStringgetRequestIdBytes()Strongly recommended for the best service experience.booleanhasCreateTime()Required.booleanhasJobEvent()An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestId
String getRequestId()
Strongly recommended for the best service experience. A unique ID generated in the API responses. It can be found in [ResponseMetadata.request_id][google.cloud.talent.v4.ResponseMetadata.request_id].
string request_id = 1;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
Strongly recommended for the best service experience. A unique ID generated in the API responses. It can be found in [ResponseMetadata.request_id][google.cloud.talent.v4.ResponseMetadata.request_id].
string request_id = 1;- Returns:
- The bytes for requestId.
-
getEventId
String getEventId()
Required. A unique identifier, generated by the client application.
string event_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
Required. A unique identifier, generated by the client application.
string event_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for eventId.
-
hasCreateTime
boolean hasCreateTime()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Required. The timestamp of the event.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = REQUIRED];
-
hasJobEvent
boolean hasJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4.JobEvent job_event = 5;- Returns:
- Whether the jobEvent field is set.
-
getJobEvent
JobEvent getJobEvent()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4.JobEvent job_event = 5;- Returns:
- The jobEvent.
-
getJobEventOrBuilder
JobEventOrBuilder getJobEventOrBuilder()
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
.google.cloud.talent.v4.JobEvent job_event = 5;
-
getEventNotes
String getEventNotes()
Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
string event_notes = 9;- Returns:
- The eventNotes.
-
getEventNotesBytes
com.google.protobuf.ByteString getEventNotesBytes()
Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
string event_notes = 9;- Returns:
- The bytes for eventNotes.
-
getEventCase
ClientEvent.EventCase getEventCase()
-
-