Uses of Class
com.google.protobuf.DoubleValue.Builder
-
Packages that use DoubleValue.Builder Package Description com.google.protobuf -
-
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. clear()DoubleValue.BuilderDoubleValue.Builder. clearValue()double value = 1 [json_name = "value"];DoubleValue.BuilderDoubleValue.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)DoubleValue.BuilderDoubleValue.Builder. mergeFrom(DoubleValue other)DoubleValue.BuilderDoubleValue.Builder. mergeFrom(Message other)static DoubleValue.BuilderDoubleValue. newBuilder()static DoubleValue.BuilderDoubleValue. newBuilder(DoubleValue prototype)DoubleValue.BuilderDoubleValue. newBuilderForType()protected DoubleValue.BuilderDoubleValue. newBuilderForType(AbstractMessage.BuilderParent parent)DoubleValue.BuilderDoubleValue.Builder. setValue(double value)double value = 1 [json_name = "value"];DoubleValue.BuilderDoubleValue. toBuilder()
-