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