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

    Modifier and Type
    Method
    Description
    getClearances(int index)
    repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
    int
    repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
    repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
    repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
    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 Details

    • 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;