Interface ListClearancesResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ClearanceInfo getClearances​(int index)
      repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      int getClearancesCount()
      repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      List<ClearanceInfo> getClearancesList()
      repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      ClearanceInfoOrBuilder getClearancesOrBuilder​(int index)
      repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      List<? extends ClearanceInfoOrBuilder> getClearancesOrBuilderList()
      repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 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

      • getClearancesList

        List<ClearanceInfo> getClearancesList()
        repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      • getClearances

        ClearanceInfo getClearances​(int index)
        repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      • getClearancesCount

        int getClearancesCount()
        repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      • getClearancesOrBuilderList

        List<? extends ClearanceInfoOrBuilder> getClearancesOrBuilderList()
        repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
      • getClearancesOrBuilder

        ClearanceInfoOrBuilder getClearancesOrBuilder​(int index)
        repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;