com.zepben.protobuf.nc.GetEquipmentForRestrictionRequestOrBuilder 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/nc/nc-requests.proto
package com.zepben.protobuf.nc;
public interface GetEquipmentForRestrictionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.nc.GetEquipmentForRestrictionRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
*
* mRID of the OperationalRestriction to retrieve Equipment for.
*
*
* string mrid = 2;
* @return The mrid.
*/
java.lang.String getMrid();
/**
*
* mRID of the OperationalRestriction to retrieve Equipment for.
*
*
* string mrid = 2;
* @return The bytes for mrid.
*/
com.google.protobuf.ByteString
getMridBytes();
}