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.clear()UInt32Value.Builder.clearValue()uint32 value = 1 [json_name = "value"];UInt32Value.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) UInt32Value.Builder.mergeFrom(UInt32Value other) final UInt32Value.BuilderUInt32Value.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static UInt32Value.BuilderUInt32Value.newBuilder()static UInt32Value.BuilderUInt32Value.newBuilder(UInt32Value prototype) UInt32Value.newBuilderForType()protected UInt32Value.BuilderUInt32Value.newBuilderForType(GeneratedMessageV3.BuilderParent parent) final UInt32Value.BuilderUInt32Value.Builder.setUnknownFields(UnknownFieldSet unknownFields) UInt32Value.Builder.setValue(int value) uint32 value = 1 [json_name = "value"];UInt32Value.toBuilder()