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

main.java.com.streamlayer.sportsdata.common.PaginationOrBuilder 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/sportsdata/sportsdata_common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sportsdata.common;

public interface PaginationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.Pagination)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * int32 page_size = 2 [json_name = "pageSize"];
   * @return The pageSize.
   */
  int getPageSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy