Uses of Class
com.google.protobuf.Int32Value.Builder
-
Packages that use Int32Value.Builder Package Description com.google.protobuf -
-
Uses of Int32Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return Int32Value.Builder Modifier and Type Method Description Int32Value.BuilderInt32Value.Builder. clear()Int32Value.BuilderInt32Value.Builder. clearValue()int32 value = 1 [json_name = "value"];Int32Value.BuilderInt32Value.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Int32Value.BuilderInt32Value.Builder. mergeFrom(Int32Value other)Int32Value.BuilderInt32Value.Builder. mergeFrom(Message other)static Int32Value.BuilderInt32Value. newBuilder()static Int32Value.BuilderInt32Value. newBuilder(Int32Value prototype)Int32Value.BuilderInt32Value. newBuilderForType()protected Int32Value.BuilderInt32Value. newBuilderForType(AbstractMessage.BuilderParent parent)Int32Value.BuilderInt32Value.Builder. setValue(int value)int32 value = 1 [json_name = "value"];Int32Value.BuilderInt32Value. toBuilder()
-