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.Timestamp getCreateTime()
      Required.
      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      Required.
      ClientEvent.EventCase getEventCase()  
      String getEventId()
      Required.
      com.google.protobuf.ByteString getEventIdBytes()
      Required.
      String getEventNotes()
      Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
      com.google.protobuf.ByteString getEventNotesBytes()
      Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
      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.
      String getRequestId()
      Strongly recommended for the best service experience.
      com.google.protobuf.ByteString getRequestIdBytes()
      Strongly recommended for the best service experience.
      boolean hasCreateTime()
      Required.
      boolean hasJobEvent()
      An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.