Package api

Interface EventOuterClass.JobCancellingEventOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCreated()
      .google.protobuf.Timestamp created = 4;
      com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
      .google.protobuf.Timestamp created = 4;
      String getJobId()
      string job_id = 1;
      com.google.protobuf.ByteString getJobIdBytes()
      string job_id = 1;
      String getJobSetId()
      string job_set_id = 2;
      com.google.protobuf.ByteString getJobSetIdBytes()
      string job_set_id = 2;
      String getQueue()
      string queue = 3;
      com.google.protobuf.ByteString getQueueBytes()
      string queue = 3;
      String getReason()
      string reason = 6;
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 6;
      String getRequestor()
      string requestor = 5;
      com.google.protobuf.ByteString getRequestorBytes()
      string requestor = 5;
      boolean hasCreated()
      .google.protobuf.Timestamp created = 4;
      • 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

      • getJobId

        String getJobId()
        string job_id = 1;
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
        string job_id = 1;
        Returns:
        The bytes for jobId.
      • getJobSetId

        String getJobSetId()
        string job_set_id = 2;
        Returns:
        The jobSetId.
      • getJobSetIdBytes

        com.google.protobuf.ByteString getJobSetIdBytes()
        string job_set_id = 2;
        Returns:
        The bytes for jobSetId.
      • getQueue

        String getQueue()
        string queue = 3;
        Returns:
        The queue.
      • getQueueBytes

        com.google.protobuf.ByteString getQueueBytes()
        string queue = 3;
        Returns:
        The bytes for queue.
      • hasCreated

        boolean hasCreated()
        .google.protobuf.Timestamp created = 4;
        Returns:
        Whether the created field is set.
      • getCreated

        com.google.protobuf.Timestamp getCreated()
        .google.protobuf.Timestamp created = 4;
        Returns:
        The created.
      • getCreatedOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
        .google.protobuf.Timestamp created = 4;
      • getRequestor

        String getRequestor()
        string requestor = 5;
        Returns:
        The requestor.
      • getRequestorBytes

        com.google.protobuf.ByteString getRequestorBytes()
        string requestor = 5;
        Returns:
        The bytes for requestor.
      • getReason

        String getReason()
        string reason = 6;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 6;
        Returns:
        The bytes for reason.