com.zepben.protobuf.mp.ErrorDetailOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/mp/mp-responses.proto
package com.zepben.protobuf.mp;
public interface ErrorDetailOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.mp.ErrorDetail)
com.google.protobuf.MessageOrBuilder {
/**
* .zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue accumulatorValue = 1;
* @return Whether the accumulatorValue field is set.
*/
boolean hasAccumulatorValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue accumulatorValue = 1;
* @return The accumulatorValue.
*/
com.zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue getAccumulatorValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue accumulatorValue = 1;
*/
com.zepben.protobuf.cim.iec61970.base.meas.AccumulatorValueOrBuilder getAccumulatorValueOrBuilder();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
* @return Whether the analogValue field is set.
*/
boolean hasAnalogValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
* @return The analogValue.
*/
com.zepben.protobuf.cim.iec61970.base.meas.AnalogValue getAnalogValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
*/
com.zepben.protobuf.cim.iec61970.base.meas.AnalogValueOrBuilder getAnalogValueOrBuilder();
/**
* .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 3;
* @return Whether the discreteValue field is set.
*/
boolean hasDiscreteValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 3;
* @return The discreteValue.
*/
com.zepben.protobuf.cim.iec61970.base.meas.DiscreteValue getDiscreteValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 3;
*/
com.zepben.protobuf.cim.iec61970.base.meas.DiscreteValueOrBuilder getDiscreteValueOrBuilder();
/**
* string error = 4;
* @return The error.
*/
java.lang.String getError();
/**
* string error = 4;
* @return The bytes for error.
*/
com.google.protobuf.ByteString
getErrorBytes();
com.zepben.protobuf.mp.ErrorDetail.ValueCase getValueCase();
}