com.zepben.protobuf.cim.iec61970.base.meas.MeasurementValueOrBuilder 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/cim/iec61970/base/meas/MeasurementValue.proto
package com.zepben.protobuf.cim.iec61970.base.meas;
public interface MeasurementValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.meas.MeasurementValue)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The time when the value was last updated.
*
*
* .google.protobuf.Timestamp timeStamp = 1;
* @return Whether the timeStamp field is set.
*/
boolean hasTimeStamp();
/**
*
**
* The time when the value was last updated.
*
*
* .google.protobuf.Timestamp timeStamp = 1;
* @return The timeStamp.
*/
com.google.protobuf.Timestamp getTimeStamp();
/**
*
**
* The time when the value was last updated.
*
*
* .google.protobuf.Timestamp timeStamp = 1;
*/
com.google.protobuf.TimestampOrBuilder getTimeStampOrBuilder();
}