main.java.com.streamlayer.pushNotification.common.OrganizationListRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/pushNotification/pushNotification.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.pushNotification.common;
public interface OrganizationListRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.OrganizationListRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated string ids = 1 [json_name = "ids"];
* @return A list containing the ids.
*/
java.util.List
getIdsList();
/**
* repeated string ids = 1 [json_name = "ids"];
* @return The count of ids.
*/
int getIdsCount();
/**
* repeated string ids = 1 [json_name = "ids"];
* @param index The index of the element to return.
* @return The ids at the given index.
*/
java.lang.String getIds(int index);
/**
* repeated string ids = 1 [json_name = "ids"];
* @param index The index of the element to return.
* @return The ids at the given index.
*/
com.google.protobuf.ByteString
getIdsBytes(int index);
}