Uses of Class
edu.stanford.slac.archiverappliance.PB.EPICSEvent.VectorChar.Builder
Packages that use EPICSEvent.VectorChar.Builder
-
Uses of EPICSEvent.VectorChar.Builder in edu.stanford.slac.archiverappliance.PB
Methods in edu.stanford.slac.archiverappliance.PB that return EPICSEvent.VectorChar.BuilderModifier and TypeMethodDescriptionEPICSEvent.VectorChar.Builder.addAllFieldvalues(Iterable<? extends EPICSEvent.FieldValue> values) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.addFieldvalues(int index, EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.addFieldvalues(int index, EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.addFieldvalues(EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.addFieldvalues(EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EPICSEvent.VectorChar.Builder.clear()EPICSEvent.VectorChar.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) EPICSEvent.VectorChar.Builder.clearFieldactualchange()optional bool fieldactualchange = 8;EPICSEvent.VectorChar.Builder.clearFieldvalues()repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.clearNano()required uint32 nano = 2;EPICSEvent.VectorChar.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) EPICSEvent.VectorChar.Builder.clearRepeatcount()optional uint32 repeatcount = 6;EPICSEvent.VectorChar.Builder.clearSecondsintoyear()required uint32 secondsintoyear = 1;EPICSEvent.VectorChar.Builder.clearSeverity()optional int32 severity = 4 [default = 0];EPICSEvent.VectorChar.Builder.clearStatus()optional int32 status = 5 [default = 0];EPICSEvent.VectorChar.Builder.clearVal()required bytes val = 3;EPICSEvent.VectorChar.Builder.clone()EPICSEvent.VectorChar.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EPICSEvent.VectorChar.Builder.mergeFrom(com.google.protobuf.Message other) EPICSEvent.VectorChar.Builder.mergeFrom(EPICSEvent.VectorChar other) EPICSEvent.VectorChar.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EPICSEvent.VectorChar.newBuilder()EPICSEvent.VectorChar.newBuilder(EPICSEvent.VectorChar prototype) EPICSEvent.VectorChar.newBuilderForType()protected EPICSEvent.VectorChar.BuilderEPICSEvent.VectorChar.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EPICSEvent.VectorChar.Builder.removeFieldvalues(int index) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EPICSEvent.VectorChar.Builder.setFieldactualchange(boolean value) optional bool fieldactualchange = 8;EPICSEvent.VectorChar.Builder.setFieldvalues(int index, EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.setFieldvalues(int index, EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorChar.Builder.setNano(int value) required uint32 nano = 2;EPICSEvent.VectorChar.Builder.setRepeatcount(int value) optional uint32 repeatcount = 6;EPICSEvent.VectorChar.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) EPICSEvent.VectorChar.Builder.setSecondsintoyear(int value) required uint32 secondsintoyear = 1;EPICSEvent.VectorChar.Builder.setSeverity(int value) optional int32 severity = 4 [default = 0];EPICSEvent.VectorChar.Builder.setStatus(int value) optional int32 status = 5 [default = 0];EPICSEvent.VectorChar.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EPICSEvent.VectorChar.Builder.setVal(com.google.protobuf.ByteString value) required bytes val = 3;EPICSEvent.VectorChar.toBuilder()