com.diozero.remote.message.protobuf.FloatResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: diozero.proto
// Protobuf Java Version: 4.28.2
package com.diozero.remote.message.protobuf;
public interface FloatResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:diozero.FloatResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .diozero.Status status = 1;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .diozero.Status status = 1;
* @return The status.
*/
com.diozero.remote.message.protobuf.Status getStatus();
/**
* string detail = 2;
* @return The detail.
*/
java.lang.String getDetail();
/**
* string detail = 2;
* @return The bytes for detail.
*/
com.google.protobuf.ByteString
getDetailBytes();
/**
* float data = 3;
* @return The data.
*/
float getData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy