Uses of Class
com.google.protobuf.DoubleValue.Builder
-
-
Uses of DoubleValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return DoubleValue.Builder Modifier and Type Method Description DoubleValue.BuilderDoubleValue.Builder. clearValue()The double value.static DoubleValue.BuilderDoubleValue. newBuilder()static DoubleValue.BuilderDoubleValue. newBuilder(DoubleValue prototype)DoubleValue.BuilderDoubleValue.Builder. setValue(double value)The double value.
-