com.zepben.protobuf.nc.GetNetworkHierarchyRequestOrBuilder 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 GetNetworkHierarchyRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.nc.GetNetworkHierarchyRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
}