Uses of Class
com.google.protobuf.FloatValue.Builder
Packages that use FloatValue.Builder
-
Uses of FloatValue.Builder in com.google.protobuf
Subclasses with type arguments of type FloatValue.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classWrapper message for `float`.Methods in com.google.protobuf that return FloatValue.BuilderModifier and TypeMethodDescriptionFloatValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) FloatValue.Builder.clear()FloatValue.Builder.clearField(Descriptors.FieldDescriptor field) FloatValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) FloatValue.Builder.clearValue()The float value.FloatValue.Builder.clone()FloatValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) FloatValue.Builder.mergeFrom(FloatValue other) final FloatValue.BuilderFloatValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static FloatValue.BuilderFloatValue.newBuilder()static FloatValue.BuilderFloatValue.newBuilder(FloatValue prototype) FloatValue.newBuilderForType()protected FloatValue.BuilderFloatValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) FloatValue.Builder.setField(Descriptors.FieldDescriptor field, Object value) FloatValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final FloatValue.BuilderFloatValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) FloatValue.Builder.setValue(float value) The float value.FloatValue.toBuilder()