Uses of Class
org.yamcs.protobuf.State
-
Packages that use State Package Description org.yamcs.protobuf -
-
Uses of State in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return State Modifier and Type Method Description StateState.Builder. build()StateState.Builder. buildPartial()static StateState. getDefaultInstance()StateState.Builder. getDefaultInstanceForType()StateState. getDefaultInstanceForType()static StateState. parseDelimitedFrom(InputStream input)static StateState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StateState. parseFrom(byte[] data)static StateState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StateState. parseFrom(com.google.protobuf.ByteString data)static StateState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StateState. parseFrom(com.google.protobuf.CodedInputStream input)static StateState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StateState. parseFrom(InputStream input)static StateState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StateState. parseFrom(ByteBuffer data)static StateState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type State Modifier and Type Method Description com.google.protobuf.Parser<State>State. getParserForType()static com.google.protobuf.Parser<State>State. parser()Methods in org.yamcs.protobuf with parameters of type State Modifier and Type Method Description State.BuilderState.Builder. mergeFrom(State other)static State.BuilderState. newBuilder(State prototype)
-