Uses of Class
com.google.protobuf.FloatValue.Builder
-
-
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. clearValue()The float value.static FloatValue.BuilderFloatValue. newBuilder()static FloatValue.BuilderFloatValue. newBuilder(FloatValue prototype)FloatValue.BuilderFloatValue.Builder. setValue(float value)The float value.
-