com.zepben.protobuf.nc.GetEquipmentForContainersResponseOrBuilder 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 GetEquipmentForContainersResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.nc.GetEquipmentForContainersResponse)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* repeated .zepben.protobuf.nc.NetworkIdentifiedObject identifiedObjects = 2;
*/
java.util.List
getIdentifiedObjectsList();
/**
* repeated .zepben.protobuf.nc.NetworkIdentifiedObject identifiedObjects = 2;
*/
com.zepben.protobuf.nc.NetworkIdentifiedObject getIdentifiedObjects(int index);
/**
* repeated .zepben.protobuf.nc.NetworkIdentifiedObject identifiedObjects = 2;
*/
int getIdentifiedObjectsCount();
/**
* repeated .zepben.protobuf.nc.NetworkIdentifiedObject identifiedObjects = 2;
*/
java.util.List extends com.zepben.protobuf.nc.NetworkIdentifiedObjectOrBuilder>
getIdentifiedObjectsOrBuilderList();
/**
* repeated .zepben.protobuf.nc.NetworkIdentifiedObject identifiedObjects = 2;
*/
com.zepben.protobuf.nc.NetworkIdentifiedObjectOrBuilder getIdentifiedObjectsOrBuilder(
int index);
}