Uses of Class
org.yamcs.cmdhistory.protobuf.Cmdhistory.Assignment.Builder
Packages that use Cmdhistory.Assignment.Builder
-
Uses of Cmdhistory.Assignment.Builder in org.yamcs.cmdhistory.protobuf
Methods in org.yamcs.cmdhistory.protobuf that return Cmdhistory.Assignment.BuilderModifier and TypeMethodDescriptionCmdhistory.AssignmentInfo.Builder.addAssignmentBuilder()
repeated .Assignment assignment = 1;
Cmdhistory.AssignmentInfo.Builder.addAssignmentBuilder
(int index) repeated .Assignment assignment = 1;
Cmdhistory.Assignment.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Cmdhistory.Assignment.Builder.clear()
Cmdhistory.Assignment.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Cmdhistory.Assignment.Builder.clearName()
optional string name = 1;
Cmdhistory.Assignment.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Cmdhistory.Assignment.Builder.clearUserInput()
optional bool userInput = 3;
Cmdhistory.Assignment.Builder.clearValue()
optional .yamcs.protobuf.Value value = 2;
Cmdhistory.Assignment.Builder.clone()
Cmdhistory.AssignmentInfo.Builder.getAssignmentBuilder
(int index) repeated .Assignment assignment = 1;
Cmdhistory.Assignment.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cmdhistory.Assignment.Builder.mergeFrom
(com.google.protobuf.Message other) Cmdhistory.Assignment.Builder.mergeFrom
(Cmdhistory.Assignment other) Cmdhistory.Assignment.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Cmdhistory.Assignment.Builder.mergeValue
(Yamcs.Value value) optional .yamcs.protobuf.Value value = 2;
Cmdhistory.Assignment.newBuilder()
Cmdhistory.Assignment.newBuilder
(Cmdhistory.Assignment prototype) Cmdhistory.Assignment.newBuilderForType()
protected Cmdhistory.Assignment.Builder
Cmdhistory.Assignment.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Cmdhistory.Assignment.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) optional string name = 1;
Cmdhistory.Assignment.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1;
Cmdhistory.Assignment.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Cmdhistory.Assignment.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Cmdhistory.Assignment.Builder.setUserInput
(boolean value) optional bool userInput = 3;
Cmdhistory.Assignment.Builder.setValue
(Yamcs.Value value) optional .yamcs.protobuf.Value value = 2;
Cmdhistory.Assignment.Builder.setValue
(Yamcs.Value.Builder builderForValue) optional .yamcs.protobuf.Value value = 2;
Cmdhistory.Assignment.toBuilder()
Methods in org.yamcs.cmdhistory.protobuf that return types with arguments of type Cmdhistory.Assignment.BuilderModifier and TypeMethodDescriptionCmdhistory.AssignmentInfo.Builder.getAssignmentBuilderList()
repeated .Assignment assignment = 1;
Methods in org.yamcs.cmdhistory.protobuf with parameters of type Cmdhistory.Assignment.BuilderModifier and TypeMethodDescriptionCmdhistory.AssignmentInfo.Builder.addAssignment
(int index, Cmdhistory.Assignment.Builder builderForValue) repeated .Assignment assignment = 1;
Cmdhistory.AssignmentInfo.Builder.addAssignment
(Cmdhistory.Assignment.Builder builderForValue) repeated .Assignment assignment = 1;
Cmdhistory.AssignmentInfo.Builder.setAssignment
(int index, Cmdhistory.Assignment.Builder builderForValue) repeated .Assignment assignment = 1;