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