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