Package api

Interface SubmitOuterClass.QueueUpdateResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getError()
      string error = 2;
      com.google.protobuf.ByteString getErrorBytes()
      string error = 2;
      SubmitOuterClass.Queue getQueue()
      .api.Queue queue = 1;
      SubmitOuterClass.QueueOrBuilder getQueueOrBuilder()
      .api.Queue queue = 1;
      boolean hasQueue()
      .api.Queue 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

      • hasQueue

        boolean hasQueue()
        .api.Queue queue = 1;
        Returns:
        Whether the queue field is set.
      • getError

        String getError()
        string error = 2;
        Returns:
        The error.
      • getErrorBytes

        com.google.protobuf.ByteString getErrorBytes()
        string error = 2;
        Returns:
        The bytes for error.