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