com.zepben.protobuf.nc.GetTerminalsForNodeResponseOrBuilder 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-responses.proto
package com.zepben.protobuf.nc;
public interface GetTerminalsForNodeResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.nc.GetTerminalsForNodeResponse)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* .zepben.protobuf.cim.iec61970.base.core.Terminal terminal = 2;
* @return Whether the terminal field is set.
*/
boolean hasTerminal();
/**
* .zepben.protobuf.cim.iec61970.base.core.Terminal terminal = 2;
* @return The terminal.
*/
com.zepben.protobuf.cim.iec61970.base.core.Terminal getTerminal();
/**
* .zepben.protobuf.cim.iec61970.base.core.Terminal terminal = 2;
*/
com.zepben.protobuf.cim.iec61970.base.core.TerminalOrBuilder getTerminalOrBuilder();
}