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()double value = 1 [json_name = "value"];static DoubleValue.BuilderDoubleValue. newBuilder()static DoubleValue.BuilderDoubleValue. newBuilder(DoubleValue prototype)DoubleValue.BuilderDoubleValue.Builder. setValue(double value)double value = 1 [json_name = "value"];
-