com.signalfx.shaded.google.protobuf.FloatValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signalfx-codahale Show documentation
Show all versions of signalfx-codahale Show documentation
Dropwizard Codahale metrics plugin for signalfx
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package com.signalfx.shaded.google.protobuf;
public interface FloatValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.FloatValue)
com.google.protobuf.MessageOrBuilder {
/**
* float value = 1 [json_name = "value"];
* @return The value.
*/
float getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy