main.java.com.streamlayer.users.admin.ListRequestOrBuilder 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/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();
}