com.zepben.protobuf.dc.GetIdentifiedObjectsRequestOrBuilder 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/dc/dc-requests.proto
package com.zepben.protobuf.dc;
public interface GetIdentifiedObjectsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.dc.GetIdentifiedObjectsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* repeated string mrids = 2;
* @return A list containing the mrids.
*/
java.util.List
getMridsList();
/**
* repeated string mrids = 2;
* @return The count of mrids.
*/
int getMridsCount();
/**
* repeated string mrids = 2;
* @param index The index of the element to return.
* @return The mrids at the given index.
*/
java.lang.String getMrids(int index);
/**
* repeated string mrids = 2;
* @param index The index of the value to return.
* @return The bytes of the mrids at the given index.
*/
com.google.protobuf.ByteString
getMridsBytes(int index);
}