Interface ListCommandsResponseOrBuilder

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

    public interface ListCommandsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getEntryCount

        int getEntryCount()
        repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
      • hasContinuationToken

        boolean hasContinuationToken()
        optional string continuationToken = 2;
      • getContinuationToken

        String getContinuationToken()
        optional string continuationToken = 2;
      • getContinuationTokenBytes

        com.google.protobuf.ByteString getContinuationTokenBytes()
        optional string continuationToken = 2;