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