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