com.zepben.protobuf.mc.GetDiscreteValueRequestOrBuilder 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/mc/mc-requests.proto
package com.zepben.protobuf.mc;
public interface GetDiscreteValueRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.mc.GetDiscreteValueRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* string mRID = 2;
* @return The mRID.
*/
java.lang.String getMRID();
/**
* string mRID = 2;
* @return The bytes for mRID.
*/
com.google.protobuf.ByteString
getMRIDBytes();
/**
* .google.protobuf.Timestamp start = 3;
* @return Whether the start field is set.
*/
boolean hasStart();
/**
* .google.protobuf.Timestamp start = 3;
* @return The start.
*/
com.google.protobuf.Timestamp getStart();
/**
* .google.protobuf.Timestamp start = 3;
*/
com.google.protobuf.TimestampOrBuilder getStartOrBuilder();
/**
* .google.protobuf.Timestamp end = 4;
* @return Whether the end field is set.
*/
boolean hasEnd();
/**
* .google.protobuf.Timestamp end = 4;
* @return The end.
*/
com.google.protobuf.Timestamp getEnd();
/**
* .google.protobuf.Timestamp end = 4;
*/
com.google.protobuf.TimestampOrBuilder getEndOrBuilder();
}