Package api

Interface EventOuterClass.JobSetRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getErrorIfMissing()
      bool errorIfMissing = 5;
      String getFromMessageId()
      string from_message_id = 3;
      com.google.protobuf.ByteString getFromMessageIdBytes()
      string from_message_id = 3;
      String getId()
      string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      String getQueue()
      string queue = 4;
      com.google.protobuf.ByteString getQueueBytes()
      string queue = 4;
      boolean getWatch()
      bool watch = 2;
      • 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

      • getId

        String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • getWatch

        boolean getWatch()
        bool watch = 2;
        Returns:
        The watch.
      • getFromMessageId

        String getFromMessageId()
        string from_message_id = 3;
        Returns:
        The fromMessageId.
      • getFromMessageIdBytes

        com.google.protobuf.ByteString getFromMessageIdBytes()
        string from_message_id = 3;
        Returns:
        The bytes for fromMessageId.
      • getQueue

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

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

        boolean getErrorIfMissing()
        bool errorIfMissing = 5;
        Returns:
        The errorIfMissing.