Uses of Class
org.yamcs.protobuf.Commanding.CommandHistoryAttribute
-
Packages that use Commanding.CommandHistoryAttribute Package Description org.yamcs.protobuf -
-
Uses of Commanding.CommandHistoryAttribute in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Commanding.CommandHistoryAttribute Modifier and Type Field Description static com.google.protobuf.Parser<Commanding.CommandHistoryAttribute>Commanding.CommandHistoryAttribute. PARSERDeprecated.Methods in org.yamcs.protobuf that return Commanding.CommandHistoryAttribute Modifier and Type Method Description Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute.Builder. build()Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute.Builder. buildPartial()Commanding.CommandHistoryAttributeCommanding.CommandHistoryEntry.Builder. getAttr(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;Commanding.CommandHistoryAttributeCommanding.CommandHistoryEntry. getAttr(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;Commanding.CommandHistoryAttributeCommanding.CommandHistoryEntryOrBuilder. getAttr(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;Commanding.CommandHistoryAttributeUpdateCommandHistoryRequest.Builder. getAttributes(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;Commanding.CommandHistoryAttributeUpdateCommandHistoryRequest. getAttributes(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;Commanding.CommandHistoryAttributeUpdateCommandHistoryRequestOrBuilder. getAttributes(int index)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. getDefaultInstance()Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute.Builder. getDefaultInstanceForType()Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. getDefaultInstanceForType()static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseDelimitedFrom(InputStream input)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(byte[] data)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(com.google.protobuf.ByteString data)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(com.google.protobuf.CodedInputStream input)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(InputStream input)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(ByteBuffer data)static Commanding.CommandHistoryAttributeCommanding.CommandHistoryAttribute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Commanding.CommandHistoryAttribute Modifier and Type Method Description List<Commanding.CommandHistoryAttribute>UpdateCommandHistoryRequest.Builder. getAttributesList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;List<Commanding.CommandHistoryAttribute>UpdateCommandHistoryRequest. getAttributesList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;List<Commanding.CommandHistoryAttribute>UpdateCommandHistoryRequestOrBuilder. getAttributesList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;List<Commanding.CommandHistoryAttribute>Commanding.CommandHistoryEntry.Builder. getAttrList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;List<Commanding.CommandHistoryAttribute>Commanding.CommandHistoryEntry. getAttrList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;List<Commanding.CommandHistoryAttribute>Commanding.CommandHistoryEntryOrBuilder. getAttrList()repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;com.google.protobuf.Parser<Commanding.CommandHistoryAttribute>Commanding.CommandHistoryAttribute. getParserForType()static com.google.protobuf.Parser<Commanding.CommandHistoryAttribute>Commanding.CommandHistoryAttribute. parser()Methods in org.yamcs.protobuf with parameters of type Commanding.CommandHistoryAttribute Modifier and Type Method Description Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. addAttr(int index, Commanding.CommandHistoryAttribute value)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. addAttr(Commanding.CommandHistoryAttribute value)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;UpdateCommandHistoryRequest.BuilderUpdateCommandHistoryRequest.Builder. addAttributes(int index, Commanding.CommandHistoryAttribute value)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;UpdateCommandHistoryRequest.BuilderUpdateCommandHistoryRequest.Builder. addAttributes(Commanding.CommandHistoryAttribute value)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;Commanding.CommandHistoryAttribute.BuilderCommanding.CommandHistoryAttribute.Builder. mergeFrom(Commanding.CommandHistoryAttribute other)static Commanding.CommandHistoryAttribute.BuilderCommanding.CommandHistoryAttribute. newBuilder(Commanding.CommandHistoryAttribute prototype)Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. setAttr(int index, Commanding.CommandHistoryAttribute value)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;UpdateCommandHistoryRequest.BuilderUpdateCommandHistoryRequest.Builder. setAttributes(int index, Commanding.CommandHistoryAttribute value)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;Method parameters in org.yamcs.protobuf with type arguments of type Commanding.CommandHistoryAttribute Modifier and Type Method Description Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. addAllAttr(Iterable<? extends Commanding.CommandHistoryAttribute> values)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attr = 3;UpdateCommandHistoryRequest.BuilderUpdateCommandHistoryRequest.Builder. addAllAttributes(Iterable<? extends Commanding.CommandHistoryAttribute> values)repeated .yamcs.protobuf.commanding.CommandHistoryAttribute attributes = 5;
-