Uses of Class
org.yamcs.protobuf.Commanding.CommandAssignment
-
Packages that use Commanding.CommandAssignment Package Description org.yamcs.protobuf -
-
Uses of Commanding.CommandAssignment in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Commanding.CommandAssignment Modifier and Type Field Description static com.google.protobuf.Parser<Commanding.CommandAssignment>Commanding.CommandAssignment. PARSERDeprecated.Methods in org.yamcs.protobuf that return Commanding.CommandAssignment Modifier and Type Method Description Commanding.CommandAssignmentCommanding.CommandAssignment.Builder. build()Commanding.CommandAssignmentCommanding.CommandAssignment.Builder. buildPartial()Commanding.CommandAssignmentCommanding.CommandHistoryEntry.Builder. getAssignment(int index)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;Commanding.CommandAssignmentCommanding.CommandHistoryEntry. getAssignment(int index)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;Commanding.CommandAssignmentCommanding.CommandHistoryEntryOrBuilder. getAssignment(int index)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;static Commanding.CommandAssignmentCommanding.CommandAssignment. getDefaultInstance()Commanding.CommandAssignmentCommanding.CommandAssignment.Builder. getDefaultInstanceForType()Commanding.CommandAssignmentCommanding.CommandAssignment. getDefaultInstanceForType()static Commanding.CommandAssignmentCommanding.CommandAssignment. parseDelimitedFrom(InputStream input)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(byte[] data)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(com.google.protobuf.ByteString data)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(com.google.protobuf.CodedInputStream input)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(InputStream input)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(ByteBuffer data)static Commanding.CommandAssignmentCommanding.CommandAssignment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Commanding.CommandAssignment Modifier and Type Method Description List<Commanding.CommandAssignment>Commanding.CommandHistoryEntry.Builder. getAssignmentList()repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;List<Commanding.CommandAssignment>Commanding.CommandHistoryEntry. getAssignmentList()repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;List<Commanding.CommandAssignment>Commanding.CommandHistoryEntryOrBuilder. getAssignmentList()repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;com.google.protobuf.Parser<Commanding.CommandAssignment>Commanding.CommandAssignment. getParserForType()static com.google.protobuf.Parser<Commanding.CommandAssignment>Commanding.CommandAssignment. parser()Methods in org.yamcs.protobuf with parameters of type Commanding.CommandAssignment Modifier and Type Method Description Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. addAssignment(int index, Commanding.CommandAssignment value)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. addAssignment(Commanding.CommandAssignment value)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;Commanding.CommandAssignment.BuilderCommanding.CommandAssignment.Builder. mergeFrom(Commanding.CommandAssignment other)static Commanding.CommandAssignment.BuilderCommanding.CommandAssignment. newBuilder(Commanding.CommandAssignment prototype)Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. setAssignment(int index, Commanding.CommandAssignment value)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;Method parameters in org.yamcs.protobuf with type arguments of type Commanding.CommandAssignment Modifier and Type Method Description Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. addAllAssignment(Iterable<? extends Commanding.CommandAssignment> values)repeated .yamcs.protobuf.commanding.CommandAssignment assignment = 5;
-