Interface EditQueueResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EditQueueResponse, EditQueueResponse.Builder

    public interface EditQueueResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getQueue()
      Name of the queue
      com.google.protobuf.ByteString getQueueBytes()
      Name of the queue
      boolean getSuccess()
      bool success = 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

      • getQueue

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

        com.google.protobuf.ByteString getQueueBytes()
         Name of the queue
         
        string queue = 1;
        Returns:
        The bytes for queue.
      • getSuccess

        boolean getSuccess()
        bool success = 2;
        Returns:
        The success.