Package api

Interface EventOuterClass.WatchRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFromId()
      string from_id = 3;
      com.google.protobuf.ByteString getFromIdBytes()
      string from_id = 3;
      String getJobSetId()
      string job_set_id = 2;
      com.google.protobuf.ByteString getJobSetIdBytes()
      string job_set_id = 2;
      String getQueue()
      string queue = 1;
      com.google.protobuf.ByteString getQueueBytes()
      string queue = 1;
      • 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

      • getQueue

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

        com.google.protobuf.ByteString getQueueBytes()
        string queue = 1;
        Returns:
        The bytes for queue.
      • 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.
      • getFromId

        String getFromId()
        string from_id = 3;
        Returns:
        The fromId.
      • getFromIdBytes

        com.google.protobuf.ByteString getFromIdBytes()
        string from_id = 3;
        Returns:
        The bytes for fromId.