com.zepben.protobuf.mp.CreateDiscreteValueRequestOrBuilder 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-requests.proto
package com.zepben.protobuf.mp;
public interface CreateDiscreteValueRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.mp.CreateDiscreteValueRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 2;
* @return Whether the discreteValue field is set.
*/
boolean hasDiscreteValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 2;
* @return The discreteValue.
*/
com.zepben.protobuf.cim.iec61970.base.meas.DiscreteValue getDiscreteValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.DiscreteValue discreteValue = 2;
*/
com.zepben.protobuf.cim.iec61970.base.meas.DiscreteValueOrBuilder getDiscreteValueOrBuilder();
}