Uses of Class
com.google.protobuf.UInt32Value.Builder
-
Packages that use UInt32Value.Builder Package Description com.google.protobuf -
-
Uses of UInt32Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return UInt32Value.Builder Modifier and Type Method Description UInt32Value.BuilderUInt32Value.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UInt32Value.BuilderUInt32Value.Builder. clear()UInt32Value.BuilderUInt32Value.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)UInt32Value.BuilderUInt32Value.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)UInt32Value.BuilderUInt32Value.Builder. clearValue()The uint32 value.UInt32Value.BuilderUInt32Value.Builder. clone()UInt32Value.BuilderUInt32Value.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UInt32Value.BuilderUInt32Value.Builder. mergeFrom(com.google.protobuf.Message other)UInt32Value.BuilderUInt32Value.Builder. mergeFrom(UInt32Value other)UInt32Value.BuilderUInt32Value.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static UInt32Value.BuilderUInt32Value. newBuilder()static UInt32Value.BuilderUInt32Value. newBuilder(UInt32Value prototype)UInt32Value.BuilderUInt32Value. newBuilderForType()protected UInt32Value.BuilderUInt32Value. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)UInt32Value.BuilderUInt32Value.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)UInt32Value.BuilderUInt32Value.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)UInt32Value.BuilderUInt32Value.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UInt32Value.BuilderUInt32Value.Builder. setValue(int value)The uint32 value.UInt32Value.BuilderUInt32Value. toBuilder()
-