Package org.yamcs.protobuf
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 TypeMethodDescriptiongetClearances
(int index) repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
int
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
getClearancesOrBuilder
(int index) repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
List<? extends ClearanceInfoOrBuilder>
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
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
repeated .yamcs.protobuf.commanding.ClearanceInfo clearances = 1;
-