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