Uses of Class
com.google.protobuf.DoubleValue.Builder
Packages that use DoubleValue.Builder
-
Uses of DoubleValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return DoubleValue.BuilderModifier and TypeMethodDescriptionDoubleValue.Builder.clear()
DoubleValue.Builder.clearValue()
double value = 1 [json_name = "value"];
DoubleValue.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DoubleValue.Builder.mergeFrom
(DoubleValue other) static DoubleValue.Builder
DoubleValue.newBuilder()
static DoubleValue.Builder
DoubleValue.newBuilder
(DoubleValue prototype) DoubleValue.newBuilderForType()
protected DoubleValue.Builder
DoubleValue.newBuilderForType
(AbstractMessage.BuilderParent parent) DoubleValue.Builder.setValue
(double value) double value = 1 [json_name = "value"];
DoubleValue.toBuilder()