Uses of Class
org.yamcs.protobuf.State.CallInfo
-
Packages that use State.CallInfo Package Description org.yamcs.protobuf -
-
Uses of State.CallInfo in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return State.CallInfo Modifier and Type Method Description State.CallInfoState.CallInfo.Builder. build()State.CallInfoState.CallInfo.Builder. buildPartial()State.CallInfoState.Builder. getCalls(int index)repeated .yamcs.api.State.CallInfo calls = 1;State.CallInfoState. getCalls(int index)repeated .yamcs.api.State.CallInfo calls = 1;State.CallInfoStateOrBuilder. getCalls(int index)repeated .yamcs.api.State.CallInfo calls = 1;static State.CallInfoState.CallInfo. getDefaultInstance()State.CallInfoState.CallInfo.Builder. getDefaultInstanceForType()State.CallInfoState.CallInfo. getDefaultInstanceForType()static State.CallInfoState.CallInfo. parseDelimitedFrom(InputStream input)static State.CallInfoState.CallInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static State.CallInfoState.CallInfo. parseFrom(byte[] data)static State.CallInfoState.CallInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static State.CallInfoState.CallInfo. parseFrom(com.google.protobuf.ByteString data)static State.CallInfoState.CallInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static State.CallInfoState.CallInfo. parseFrom(com.google.protobuf.CodedInputStream input)static State.CallInfoState.CallInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static State.CallInfoState.CallInfo. parseFrom(InputStream input)static State.CallInfoState.CallInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static State.CallInfoState.CallInfo. parseFrom(ByteBuffer data)static State.CallInfoState.CallInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type State.CallInfo Modifier and Type Method Description List<State.CallInfo>State.Builder. getCallsList()repeated .yamcs.api.State.CallInfo calls = 1;List<State.CallInfo>State. getCallsList()repeated .yamcs.api.State.CallInfo calls = 1;List<State.CallInfo>StateOrBuilder. getCallsList()repeated .yamcs.api.State.CallInfo calls = 1;com.google.protobuf.Parser<State.CallInfo>State.CallInfo. getParserForType()static com.google.protobuf.Parser<State.CallInfo>State.CallInfo. parser()Methods in org.yamcs.protobuf with parameters of type State.CallInfo Modifier and Type Method Description State.BuilderState.Builder. addCalls(int index, State.CallInfo value)repeated .yamcs.api.State.CallInfo calls = 1;State.BuilderState.Builder. addCalls(State.CallInfo value)repeated .yamcs.api.State.CallInfo calls = 1;State.CallInfo.BuilderState.CallInfo.Builder. mergeFrom(State.CallInfo other)static State.CallInfo.BuilderState.CallInfo. newBuilder(State.CallInfo prototype)State.BuilderState.Builder. setCalls(int index, State.CallInfo value)repeated .yamcs.api.State.CallInfo calls = 1;Method parameters in org.yamcs.protobuf with type arguments of type State.CallInfo Modifier and Type Method Description State.BuilderState.Builder. addAllCalls(Iterable<? extends State.CallInfo> values)repeated .yamcs.api.State.CallInfo calls = 1;
-