Package org.yamcs.protobuf
Interface StateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
State,State.Builder
public interface StateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description State.CallInfogetCalls(int index)repeated .yamcs.api.State.CallInfo calls = 1;intgetCallsCount()repeated .yamcs.api.State.CallInfo calls = 1;List<State.CallInfo>getCallsList()repeated .yamcs.api.State.CallInfo calls = 1;State.CallInfoOrBuildergetCallsOrBuilder(int index)repeated .yamcs.api.State.CallInfo calls = 1;List<? extends State.CallInfoOrBuilder>getCallsOrBuilderList()repeated .yamcs.api.State.CallInfo calls = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCallsList
List<State.CallInfo> getCallsList()
repeated .yamcs.api.State.CallInfo calls = 1;
-
getCalls
State.CallInfo getCalls(int index)
repeated .yamcs.api.State.CallInfo calls = 1;
-
getCallsCount
int getCallsCount()
repeated .yamcs.api.State.CallInfo calls = 1;
-
getCallsOrBuilderList
List<? extends State.CallInfoOrBuilder> getCallsOrBuilderList()
repeated .yamcs.api.State.CallInfo calls = 1;
-
getCallsOrBuilder
State.CallInfoOrBuilder getCallsOrBuilder(int index)
repeated .yamcs.api.State.CallInfo calls = 1;
-
-