Interface ListAlarmsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getAlarms(int index)
    repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    int
    repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    getAlarmsOrBuilder(int index)
    repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    Token indicating the response is only partial.
    com.google.protobuf.ByteString
    Token indicating the response is only partial.
    boolean
    Token indicating the response is only partial.

    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 Details

    • getAlarmsList

      List<AlarmData> getAlarmsList()
      repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    • getAlarms

      AlarmData getAlarms(int index)
      repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    • getAlarmsCount

      int getAlarmsCount()
      repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    • getAlarmsOrBuilderList

      List<? extends AlarmDataOrBuilder> getAlarmsOrBuilderList()
      repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    • getAlarmsOrBuilder

      AlarmDataOrBuilder getAlarmsOrBuilder(int index)
      repeated .yamcs.protobuf.alarms.AlarmData alarms = 1;
    • hasContinuationToken

      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;
      Returns:
      Whether the continuationToken field is set.
    • getContinuationToken

      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;
      Returns:
      The continuationToken.
    • getContinuationTokenBytes

      com.google.protobuf.ByteString getContinuationTokenBytes()
       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;
      Returns:
      The bytes for continuationToken.