org.apache.comet.shaded.protobuf.FloatValueOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package org.apache.comet.shaded.protobuf;
public interface FloatValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.FloatValue)
org.apache.comet.shaded.protobuf.MessageOrBuilder {
/**
*
* The float value.
*
*
* float value = 1;
* @return The value.
*/
float getValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy