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
Modifier and TypeMethodDescriptiongetCalls
(int index) repeated .yamcs.api.State.CallInfo calls = 1;
int
repeated .yamcs.api.State.CallInfo calls = 1;
repeated .yamcs.api.State.CallInfo calls = 1;
getCallsOrBuilder
(int index) repeated .yamcs.api.State.CallInfo calls = 1;
List<? extends State.CallInfoOrBuilder>
repeated .yamcs.api.State.CallInfo calls = 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
-
getCallsList
List<State.CallInfo> getCallsList()repeated .yamcs.api.State.CallInfo calls = 1;
-
getCalls
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
repeated .yamcs.api.State.CallInfo calls = 1;
-