Uses of Class
com.google.protobuf.DoubleValue
-
Packages that use DoubleValue Package Description com.google.protobuf -
-
Uses of DoubleValue in com.google.protobuf
Methods in com.google.protobuf that return DoubleValue Modifier and Type Method Description DoubleValueDoubleValue.Builder. build()DoubleValueDoubleValue.Builder. buildPartial()static DoubleValueDoubleValue. getDefaultInstance()DoubleValueDoubleValue.Builder. getDefaultInstanceForType()DoubleValueDoubleValue. getDefaultInstanceForType()static DoubleValueDoubleValue. of(double value)static DoubleValueDoubleValue. parseDelimitedFrom(java.io.InputStream input)static DoubleValueDoubleValue. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DoubleValueDoubleValue. parseFrom(byte[] data)static DoubleValueDoubleValue. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DoubleValueDoubleValue. parseFrom(ByteString data)static DoubleValueDoubleValue. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DoubleValueDoubleValue. parseFrom(CodedInputStream input)static DoubleValueDoubleValue. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DoubleValueDoubleValue. parseFrom(java.io.InputStream input)static DoubleValueDoubleValue. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DoubleValueDoubleValue. parseFrom(java.nio.ByteBuffer data)static DoubleValueDoubleValue. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DoubleValue Modifier and Type Method Description Parser<DoubleValue>DoubleValue. getParserForType()static Parser<DoubleValue>DoubleValue. parser()Methods in com.google.protobuf with parameters of type DoubleValue Modifier and Type Method Description DoubleValue.BuilderDoubleValue.Builder. mergeFrom(DoubleValue other)static DoubleValue.BuilderDoubleValue. newBuilder(DoubleValue prototype)
-