All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.ListCommandsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/commanding/commands_service.proto

package org.yamcs.protobuf;

public interface ListCommandsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.commanding.ListCommandsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Deprecated, use ``commands`` instead
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true]; */ @java.lang.Deprecated java.util.List getEntryList(); /** *
   * Deprecated, use ``commands`` instead
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true]; */ @java.lang.Deprecated org.yamcs.protobuf.Commanding.CommandHistoryEntry getEntry(int index); /** *
   * Deprecated, use ``commands`` instead
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true]; */ @java.lang.Deprecated int getEntryCount(); /** *
   * Deprecated, use ``commands`` instead
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true]; */ @java.lang.Deprecated java.util.List getEntryOrBuilderList(); /** *
   * Deprecated, use ``commands`` instead
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1 [deprecated = true]; */ @java.lang.Deprecated org.yamcs.protobuf.Commanding.CommandHistoryEntryOrBuilder getEntryOrBuilder( int index); /** *
   * Page  of matching commands
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3; */ java.util.List getCommandsList(); /** *
   * Page  of matching commands
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3; */ org.yamcs.protobuf.Commanding.CommandHistoryEntry getCommands(int index); /** *
   * Page  of matching commands
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3; */ int getCommandsCount(); /** *
   * Page  of matching commands
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3; */ java.util.List getCommandsOrBuilderList(); /** *
   * Page  of matching commands
   * 
* * repeated .yamcs.protobuf.commanding.CommandHistoryEntry commands = 3; */ org.yamcs.protobuf.Commanding.CommandHistoryEntryOrBuilder getCommandsOrBuilder( int index); /** *
   * Token indicating the response is only partial. More results can then
   * be obtained by performing the same request (including all original
   * query parameters) and setting the ``next`` parameter to this token.
   * 
* * optional string continuationToken = 2; * @return Whether the continuationToken field is set. */ boolean hasContinuationToken(); /** *
   * Token indicating the response is only partial. More results can then
   * be obtained by performing the same request (including all original
   * query parameters) and setting the ``next`` parameter to this token.
   * 
* * optional string continuationToken = 2; * @return The continuationToken. */ java.lang.String getContinuationToken(); /** *
   * Token indicating the response is only partial. More results can then
   * be obtained by performing the same request (including all original
   * query parameters) and setting the ``next`` parameter to this token.
   * 
* * optional string continuationToken = 2; * @return The bytes for continuationToken. */ com.google.protobuf.ByteString getContinuationTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy