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