All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.nc.GetTerminalsForNodeRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/nc/nc-requests.proto

package com.zepben.protobuf.nc;

public interface GetTerminalsForNodeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.nc.GetTerminalsForNodeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 messageId = 1;
   * @return The messageId.
   */
  long getMessageId();

  /**
   * 
   * mRID of the ConnectivityNode to retrieve Terminals for.
   * 
* * string mrid = 2; * @return The mrid. */ java.lang.String getMrid(); /** *
   * mRID of the ConnectivityNode to retrieve Terminals for.
   * 
* * string mrid = 2; * @return The bytes for mrid. */ com.google.protobuf.ByteString getMridBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy