main.java.com.streamlayer.inplay.common.MetaOrBuilder 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/inplay/common/inplay.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.common;
public interface MetaOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.common.Meta)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 count = 1 [json_name = "count"];
* @return The count.
*/
int getCount();
/**
* int32 page = 2 [json_name = "page"];
* @return The page.
*/
int getPage();
/**
* int32 page_size = 3 [json_name = "pageSize"];
* @return The pageSize.
*/
int getPageSize();
}