Uses of Interface
org.yamcs.protobuf.State.CallInfoOrBuilder
-
Packages that use State.CallInfoOrBuilder Package Description org.yamcs.protobuf -
-
Uses of State.CallInfoOrBuilder in org.yamcs.protobuf
Classes in org.yamcs.protobuf that implement State.CallInfoOrBuilder Modifier and Type Class Description static classState.CallInfoProtobuf typeyamcs.api.State.CallInfostatic classState.CallInfo.BuilderProtobuf typeyamcs.api.State.CallInfoMethods in org.yamcs.protobuf that return State.CallInfoOrBuilder Modifier and Type Method Description State.CallInfoOrBuilderState.Builder. getCallsOrBuilder(int index)repeated .yamcs.api.State.CallInfo calls = 1;State.CallInfoOrBuilderState. getCallsOrBuilder(int index)repeated .yamcs.api.State.CallInfo calls = 1;State.CallInfoOrBuilderStateOrBuilder. getCallsOrBuilder(int index)repeated .yamcs.api.State.CallInfo calls = 1;Methods in org.yamcs.protobuf that return types with arguments of type State.CallInfoOrBuilder Modifier and Type Method Description List<? extends State.CallInfoOrBuilder>State.Builder. getCallsOrBuilderList()repeated .yamcs.api.State.CallInfo calls = 1;List<? extends State.CallInfoOrBuilder>State. getCallsOrBuilderList()repeated .yamcs.api.State.CallInfo calls = 1;List<? extends State.CallInfoOrBuilder>StateOrBuilder. getCallsOrBuilderList()repeated .yamcs.api.State.CallInfo calls = 1;
-