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
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UInt32Value.Builder.mergeFrom
(UInt32Value other) static UInt32Value.Builder
UInt32Value.newBuilder()
static UInt32Value.Builder
UInt32Value.newBuilder
(UInt32Value prototype) UInt32Value.newBuilderForType()
protected UInt32Value.Builder
UInt32Value.newBuilderForType
(AbstractMessage.BuilderParent parent) UInt32Value.Builder.setValue
(int value) uint32 value = 1 [json_name = "value"];
UInt32Value.toBuilder()