All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.pushNotification.common.OrganizationListRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy