com.zepben.protobuf.cim.iec61970.base.scada.RemoteSourceOrBuilder 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/scada/RemoteSource.proto
package com.zepben.protobuf.cim.iec61970.base.scada;
public interface RemoteSourceOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.scada.RemoteSource)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* RemotePoint fields for this RemoteSource.
*
*
* .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1;
* @return Whether the rp field is set.
*/
boolean hasRp();
/**
*
**
* RemotePoint fields for this RemoteSource.
*
*
* .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1;
* @return The rp.
*/
com.zepben.protobuf.cim.iec61970.base.scada.RemotePoint getRp();
/**
*
**
* RemotePoint fields for this RemoteSource.
*
*
* .zepben.protobuf.cim.iec61970.base.scada.RemotePoint rp = 1;
*/
com.zepben.protobuf.cim.iec61970.base.scada.RemotePointOrBuilder getRpOrBuilder();
/**
*
**
* The Measurement for the RemoteSource point.
*
*
* string measurementMRID = 2;
* @return The measurementMRID.
*/
java.lang.String getMeasurementMRID();
/**
*
**
* The Measurement for the RemoteSource point.
*
*
* string measurementMRID = 2;
* @return The bytes for measurementMRID.
*/
com.google.protobuf.ByteString
getMeasurementMRIDBytes();
}