aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/google/protobuf/FloatValueOrBuilder.java
blob: e1965afceb6785ec6ace9d6bc0243888250ae988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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 {

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