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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy