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.Builder
DoubleValue.Builder. clear()
DoubleValue.Builder
DoubleValue.Builder. clearValue()
The double value.DoubleValue.Builder
DoubleValue.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
DoubleValue.Builder
DoubleValue.Builder. mergeFrom(DoubleValue other)
DoubleValue.Builder
DoubleValue.Builder. mergeFrom(Message other)
static DoubleValue.Builder
DoubleValue. newBuilder()
static DoubleValue.Builder
DoubleValue. newBuilder(DoubleValue prototype)
DoubleValue.Builder
DoubleValue. newBuilderForType()
protected DoubleValue.Builder
DoubleValue. newBuilderForType(AbstractMessage.BuilderParent parent)
DoubleValue.Builder
DoubleValue.Builder. setValue(double value)
The double value.DoubleValue.Builder
DoubleValue. toBuilder()
-