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