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

main.java.com.streamlayer.users.admin.ListRequestOrBuilder 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/users/admin/admin_users.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.users.admin;

public interface ListRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.users.admin.ListRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 offset = 1 [json_name = "offset"];
   * @return The offset.
   */
  int getOffset();

  /**
   * int32 limit = 2 [json_name = "limit"];
   * @return The limit.
   */
  int getLimit();

  /**
   * string order = 3 [json_name = "order"];
   * @return The order.
   */
  java.lang.String getOrder();
  /**
   * string order = 3 [json_name = "order"];
   * @return The bytes for order.
   */
  com.google.protobuf.ByteString
      getOrderBytes();

  /**
   * string criteria = 4 [json_name = "criteria"];
   * @return The criteria.
   */
  java.lang.String getCriteria();
  /**
   * string criteria = 4 [json_name = "criteria"];
   * @return The bytes for criteria.
   */
  com.google.protobuf.ByteString
      getCriteriaBytes();

  /**
   * bool public = 5 [json_name = "public"];
   * @return The public.
   */
  boolean getPublic();

  /**
   * string filter = 6 [json_name = "filter"];
   * @return The filter.
   */
  java.lang.String getFilter();
  /**
   * string filter = 6 [json_name = "filter"];
   * @return The bytes for filter.
   */
  com.google.protobuf.ByteString
      getFilterBytes();

  /**
   * bool user_ids_only = 7 [json_name = "userIdsOnly"];
   * @return The userIdsOnly.
   */
  boolean getUserIdsOnly();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy