main.java.com.streamlayer.interactive.common.PaginationOrBuilder 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/interactive/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface PaginationOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.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();
/**
* string cursor = 3 [json_name = "cursor"];
* @return The cursor.
*/
java.lang.String getCursor();
/**
* string cursor = 3 [json_name = "cursor"];
* @return The bytes for cursor.
*/
com.google.protobuf.ByteString
getCursorBytes();
}