main.java.com.streamlayer.users.admin.ListResponseMetaOrBuilder 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 ListResponseMetaOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.admin.ListResponseMeta)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 page = 1 [json_name = "page"];
* @return The page.
*/
int getPage();
/**
* int32 pages = 2 [json_name = "pages"];
* @return The pages.
*/
int getPages();
/**
* int32 cursor = 3 [json_name = "cursor"];
* @return The cursor.
*/
int getCursor();
/**
* int32 total = 4 [json_name = "total"];
* @return The total.
*/
int getTotal();
}