main.java.com.streamlayer.inplay.common.Meta 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;
/**
* Protobuf type {@code streamlayer.inplay.common.Meta}
*/
public final class Meta extends
com.google.protobuf.GeneratedMessageLite<
Meta, Meta.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.inplay.common.Meta)
MetaOrBuilder {
private Meta() {
}
public static final int COUNT_FIELD_NUMBER = 1;
private int count_;
/**
* int32 count = 1 [json_name = "count"];
* @return The count.
*/
@java.lang.Override
public int getCount() {
return count_;
}
/**
* int32 count = 1 [json_name = "count"];
* @param value The count to set.
*/
private void setCount(int value) {
count_ = value;
}
/**
* int32 count = 1 [json_name = "count"];
*/
private void clearCount() {
count_ = 0;
}
public static final int PAGE_FIELD_NUMBER = 2;
private int page_;
/**
* int32 page = 2 [json_name = "page"];
* @return The page.
*/
@java.lang.Override
public int getPage() {
return page_;
}
/**
* int32 page = 2 [json_name = "page"];
* @param value The page to set.
*/
private void setPage(int value) {
page_ = value;
}
/**
* int32 page = 2 [json_name = "page"];
*/
private void clearPage() {
page_ = 0;
}
public static final int PAGE_SIZE_FIELD_NUMBER = 3;
private int pageSize_;
/**
* int32 page_size = 3 [json_name = "pageSize"];
* @return The pageSize.
*/
@java.lang.Override
public int getPageSize() {
return pageSize_;
}
/**
* int32 page_size = 3 [json_name = "pageSize"];
* @param value The pageSize to set.
*/
private void setPageSize(int value) {
pageSize_ = value;
}
/**
* int32 page_size = 3 [json_name = "pageSize"];
*/
private void clearPageSize() {
pageSize_ = 0;
}
public static com.streamlayer.inplay.common.Meta parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Meta parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.inplay.common.Meta parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Meta parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.inplay.common.Meta parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Meta parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.inplay.common.Meta parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Meta parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.inplay.common.Meta parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Meta parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.inplay.common.Meta parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Meta parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(com.streamlayer.inplay.common.Meta prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.inplay.common.Meta}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.inplay.common.Meta, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.inplay.common.Meta)
com.streamlayer.inplay.common.MetaOrBuilder {
// Construct using com.streamlayer.inplay.common.Meta.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* int32 count = 1 [json_name = "count"];
* @return The count.
*/
@java.lang.Override
public int getCount() {
return instance.getCount();
}
/**
* int32 count = 1 [json_name = "count"];
* @param value The count to set.
* @return This builder for chaining.
*/
public Builder setCount(int value) {
copyOnWrite();
instance.setCount(value);
return this;
}
/**
* int32 count = 1 [json_name = "count"];
* @return This builder for chaining.
*/
public Builder clearCount() {
copyOnWrite();
instance.clearCount();
return this;
}
/**
* int32 page = 2 [json_name = "page"];
* @return The page.
*/
@java.lang.Override
public int getPage() {
return instance.getPage();
}
/**
* int32 page = 2 [json_name = "page"];
* @param value The page to set.
* @return This builder for chaining.
*/
public Builder setPage(int value) {
copyOnWrite();
instance.setPage(value);
return this;
}
/**
* int32 page = 2 [json_name = "page"];
* @return This builder for chaining.
*/
public Builder clearPage() {
copyOnWrite();
instance.clearPage();
return this;
}
/**
* int32 page_size = 3 [json_name = "pageSize"];
* @return The pageSize.
*/
@java.lang.Override
public int getPageSize() {
return instance.getPageSize();
}
/**
* int32 page_size = 3 [json_name = "pageSize"];
* @param value The pageSize to set.
* @return This builder for chaining.
*/
public Builder setPageSize(int value) {
copyOnWrite();
instance.setPageSize(value);
return this;
}
/**
* int32 page_size = 3 [json_name = "pageSize"];
* @return This builder for chaining.
*/
public Builder clearPageSize() {
copyOnWrite();
instance.clearPageSize();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.inplay.common.Meta)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new com.streamlayer.inplay.common.Meta();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"count_",
"page_",
"pageSize_",
};
java.lang.String info =
"\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0004\u0002\u0004" +
"\u0003\u0004";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser parser = PARSER;
if (parser == null) {
synchronized (com.streamlayer.inplay.common.Meta.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:streamlayer.inplay.common.Meta)
private static final com.streamlayer.inplay.common.Meta DEFAULT_INSTANCE;
static {
Meta defaultInstance = new Meta();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
Meta.class, defaultInstance);
}
public static com.streamlayer.inplay.common.Meta getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}