com.zepben.protobuf.cc.GetIdentifiedObjectsResponseOrBuilder 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/cc/cc-responses.proto
package com.zepben.protobuf.cc;
public interface GetIdentifiedObjectsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cc.GetIdentifiedObjectsResponse)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
*/
java.util.List
getIdentifiedObjectsList();
/**
* repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
*/
com.zepben.protobuf.cc.CustomerIdentifiedObject getIdentifiedObjects(int index);
/**
* repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
*/
int getIdentifiedObjectsCount();
/**
* repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
*/
java.util.List extends com.zepben.protobuf.cc.CustomerIdentifiedObjectOrBuilder>
getIdentifiedObjectsOrBuilderList();
/**
* repeated .zepben.protobuf.cc.CustomerIdentifiedObject identifiedObjects = 2;
*/
com.zepben.protobuf.cc.CustomerIdentifiedObjectOrBuilder getIdentifiedObjectsOrBuilder(
int index);
}