// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/wrappers.proto

package com.google.protobuf;

public interface FloatValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.FloatValue)
    com.google.protobuf.MessageOrBuilder {

  
The float value.
float value = 1;
Returns:The value.
/** * <pre> * The float value. * </pre> * * <code>float value = 1;</code> * @return The value. */
float getValue(); }