Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CodexDataFullNotify.proto
package emu.grasscutter.net.proto;
public final class CodexDataFullNotifyOuterClass {
private CodexDataFullNotifyOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface CodexDataFullNotifyOrBuilder extends
// @@protoc_insertion_point(interface_extends:CodexDataFullNotify)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 last_read_pushtips_type_id = 15;
* @return The lastReadPushtipsTypeId.
*/
int getLastReadPushtipsTypeId();
/**
* repeated .CodexTypeData type_data_list = 13;
*/
java.util.List
getTypeDataListList();
/**
* repeated .CodexTypeData type_data_list = 13;
*/
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData getTypeDataList(int index);
/**
* repeated .CodexTypeData type_data_list = 13;
*/
int getTypeDataListCount();
/**
* repeated .CodexTypeData type_data_list = 13;
*/
java.util.List extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
getTypeDataListOrBuilderList();
/**
* repeated .CodexTypeData type_data_list = 13;
*/
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder getTypeDataListOrBuilder(
int index);
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @return A list containing the recentViewedPushtipsList.
*/
java.util.List getRecentViewedPushtipsListList();
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @return The count of recentViewedPushtipsList.
*/
int getRecentViewedPushtipsListCount();
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @param index The index of the element to return.
* @return The recentViewedPushtipsList at the given index.
*/
int getRecentViewedPushtipsList(int index);
/**
* uint32 last_read_pushtips_codex_id = 7;
* @return The lastReadPushtipsCodexId.
*/
int getLastReadPushtipsCodexId();
}
/**
*
* CmdId: 4202
* Name: DEOFNLAMNKE
*
*
* Protobuf type {@code CodexDataFullNotify}
*/
public static final class CodexDataFullNotify extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:CodexDataFullNotify)
CodexDataFullNotifyOrBuilder {
private static final long serialVersionUID = 0L;
// Use CodexDataFullNotify.newBuilder() to construct.
private CodexDataFullNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CodexDataFullNotify() {
typeDataList_ = java.util.Collections.emptyList();
recentViewedPushtipsList_ = emptyIntList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CodexDataFullNotify();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CodexDataFullNotify(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 56: {
lastReadPushtipsCodexId_ = input.readUInt32();
break;
}
case 106: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
typeDataList_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
typeDataList_.add(
input.readMessage(emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.parser(), extensionRegistry));
break;
}
case 112: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
recentViewedPushtipsList_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
recentViewedPushtipsList_.addInt(input.readUInt32());
break;
}
case 114: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
recentViewedPushtipsList_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
while (input.getBytesUntilLimit() > 0) {
recentViewedPushtipsList_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 120: {
lastReadPushtipsTypeId_ = input.readUInt32();
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
typeDataList_ = java.util.Collections.unmodifiableList(typeDataList_);
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
recentViewedPushtipsList_.makeImmutable(); // C
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.internal_static_CodexDataFullNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.internal_static_CodexDataFullNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify.class, emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify.Builder.class);
}
public static final int LAST_READ_PUSHTIPS_TYPE_ID_FIELD_NUMBER = 15;
private int lastReadPushtipsTypeId_;
/**
* uint32 last_read_pushtips_type_id = 15;
* @return The lastReadPushtipsTypeId.
*/
@java.lang.Override
public int getLastReadPushtipsTypeId() {
return lastReadPushtipsTypeId_;
}
public static final int TYPE_DATA_LIST_FIELD_NUMBER = 13;
private java.util.List typeDataList_;
/**
* repeated .CodexTypeData type_data_list = 13;
*/
@java.lang.Override
public java.util.List getTypeDataListList() {
return typeDataList_;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
@java.lang.Override
public java.util.List extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
getTypeDataListOrBuilderList() {
return typeDataList_;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
@java.lang.Override
public int getTypeDataListCount() {
return typeDataList_.size();
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
@java.lang.Override
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData getTypeDataList(int index) {
return typeDataList_.get(index);
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
@java.lang.Override
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder getTypeDataListOrBuilder(
int index) {
return typeDataList_.get(index);
}
public static final int RECENT_VIEWED_PUSHTIPS_LIST_FIELD_NUMBER = 14;
private com.google.protobuf.Internal.IntList recentViewedPushtipsList_;
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @return A list containing the recentViewedPushtipsList.
*/
@java.lang.Override
public java.util.List
getRecentViewedPushtipsListList() {
return recentViewedPushtipsList_;
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @return The count of recentViewedPushtipsList.
*/
public int getRecentViewedPushtipsListCount() {
return recentViewedPushtipsList_.size();
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @param index The index of the element to return.
* @return The recentViewedPushtipsList at the given index.
*/
public int getRecentViewedPushtipsList(int index) {
return recentViewedPushtipsList_.getInt(index);
}
private int recentViewedPushtipsListMemoizedSerializedSize = -1;
public static final int LAST_READ_PUSHTIPS_CODEX_ID_FIELD_NUMBER = 7;
private int lastReadPushtipsCodexId_;
/**
* uint32 last_read_pushtips_codex_id = 7;
* @return The lastReadPushtipsCodexId.
*/
@java.lang.Override
public int getLastReadPushtipsCodexId() {
return lastReadPushtipsCodexId_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (lastReadPushtipsCodexId_ != 0) {
output.writeUInt32(7, lastReadPushtipsCodexId_);
}
for (int i = 0; i < typeDataList_.size(); i++) {
output.writeMessage(13, typeDataList_.get(i));
}
if (getRecentViewedPushtipsListList().size() > 0) {
output.writeUInt32NoTag(114);
output.writeUInt32NoTag(recentViewedPushtipsListMemoizedSerializedSize);
}
for (int i = 0; i < recentViewedPushtipsList_.size(); i++) {
output.writeUInt32NoTag(recentViewedPushtipsList_.getInt(i));
}
if (lastReadPushtipsTypeId_ != 0) {
output.writeUInt32(15, lastReadPushtipsTypeId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (lastReadPushtipsCodexId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, lastReadPushtipsCodexId_);
}
for (int i = 0; i < typeDataList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(13, typeDataList_.get(i));
}
{
int dataSize = 0;
for (int i = 0; i < recentViewedPushtipsList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(recentViewedPushtipsList_.getInt(i));
}
size += dataSize;
if (!getRecentViewedPushtipsListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
recentViewedPushtipsListMemoizedSerializedSize = dataSize;
}
if (lastReadPushtipsTypeId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(15, lastReadPushtipsTypeId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify other = (emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify) obj;
if (getLastReadPushtipsTypeId()
!= other.getLastReadPushtipsTypeId()) return false;
if (!getTypeDataListList()
.equals(other.getTypeDataListList())) return false;
if (!getRecentViewedPushtipsListList()
.equals(other.getRecentViewedPushtipsListList())) return false;
if (getLastReadPushtipsCodexId()
!= other.getLastReadPushtipsCodexId()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + LAST_READ_PUSHTIPS_TYPE_ID_FIELD_NUMBER;
hash = (53 * hash) + getLastReadPushtipsTypeId();
if (getTypeDataListCount() > 0) {
hash = (37 * hash) + TYPE_DATA_LIST_FIELD_NUMBER;
hash = (53 * hash) + getTypeDataListList().hashCode();
}
if (getRecentViewedPushtipsListCount() > 0) {
hash = (37 * hash) + RECENT_VIEWED_PUSHTIPS_LIST_FIELD_NUMBER;
hash = (53 * hash) + getRecentViewedPushtipsListList().hashCode();
}
hash = (37 * hash) + LAST_READ_PUSHTIPS_CODEX_ID_FIELD_NUMBER;
hash = (53 * hash) + getLastReadPushtipsCodexId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* CmdId: 4202
* Name: DEOFNLAMNKE
*
*
* Protobuf type {@code CodexDataFullNotify}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:CodexDataFullNotify)
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotifyOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.internal_static_CodexDataFullNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.internal_static_CodexDataFullNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify.class, emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify.Builder.class);
}
// Construct using emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getTypeDataListFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
lastReadPushtipsTypeId_ = 0;
if (typeDataListBuilder_ == null) {
typeDataList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
typeDataListBuilder_.clear();
}
recentViewedPushtipsList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
lastReadPushtipsCodexId_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.internal_static_CodexDataFullNotify_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify getDefaultInstanceForType() {
return emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify build() {
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify buildPartial() {
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify result = new emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify(this);
int from_bitField0_ = bitField0_;
result.lastReadPushtipsTypeId_ = lastReadPushtipsTypeId_;
if (typeDataListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
typeDataList_ = java.util.Collections.unmodifiableList(typeDataList_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.typeDataList_ = typeDataList_;
} else {
result.typeDataList_ = typeDataListBuilder_.build();
}
if (((bitField0_ & 0x00000002) != 0)) {
recentViewedPushtipsList_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.recentViewedPushtipsList_ = recentViewedPushtipsList_;
result.lastReadPushtipsCodexId_ = lastReadPushtipsCodexId_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify) {
return mergeFrom((emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify other) {
if (other == emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify.getDefaultInstance()) return this;
if (other.getLastReadPushtipsTypeId() != 0) {
setLastReadPushtipsTypeId(other.getLastReadPushtipsTypeId());
}
if (typeDataListBuilder_ == null) {
if (!other.typeDataList_.isEmpty()) {
if (typeDataList_.isEmpty()) {
typeDataList_ = other.typeDataList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureTypeDataListIsMutable();
typeDataList_.addAll(other.typeDataList_);
}
onChanged();
}
} else {
if (!other.typeDataList_.isEmpty()) {
if (typeDataListBuilder_.isEmpty()) {
typeDataListBuilder_.dispose();
typeDataListBuilder_ = null;
typeDataList_ = other.typeDataList_;
bitField0_ = (bitField0_ & ~0x00000001);
typeDataListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getTypeDataListFieldBuilder() : null;
} else {
typeDataListBuilder_.addAllMessages(other.typeDataList_);
}
}
}
if (!other.recentViewedPushtipsList_.isEmpty()) {
if (recentViewedPushtipsList_.isEmpty()) {
recentViewedPushtipsList_ = other.recentViewedPushtipsList_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureRecentViewedPushtipsListIsMutable();
recentViewedPushtipsList_.addAll(other.recentViewedPushtipsList_);
}
onChanged();
}
if (other.getLastReadPushtipsCodexId() != 0) {
setLastReadPushtipsCodexId(other.getLastReadPushtipsCodexId());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int lastReadPushtipsTypeId_ ;
/**
* uint32 last_read_pushtips_type_id = 15;
* @return The lastReadPushtipsTypeId.
*/
@java.lang.Override
public int getLastReadPushtipsTypeId() {
return lastReadPushtipsTypeId_;
}
/**
* uint32 last_read_pushtips_type_id = 15;
* @param value The lastReadPushtipsTypeId to set.
* @return This builder for chaining.
*/
public Builder setLastReadPushtipsTypeId(int value) {
lastReadPushtipsTypeId_ = value;
onChanged();
return this;
}
/**
* uint32 last_read_pushtips_type_id = 15;
* @return This builder for chaining.
*/
public Builder clearLastReadPushtipsTypeId() {
lastReadPushtipsTypeId_ = 0;
onChanged();
return this;
}
private java.util.List typeDataList_ =
java.util.Collections.emptyList();
private void ensureTypeDataListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
typeDataList_ = new java.util.ArrayList(typeDataList_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder> typeDataListBuilder_;
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public java.util.List getTypeDataListList() {
if (typeDataListBuilder_ == null) {
return java.util.Collections.unmodifiableList(typeDataList_);
} else {
return typeDataListBuilder_.getMessageList();
}
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public int getTypeDataListCount() {
if (typeDataListBuilder_ == null) {
return typeDataList_.size();
} else {
return typeDataListBuilder_.getCount();
}
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData getTypeDataList(int index) {
if (typeDataListBuilder_ == null) {
return typeDataList_.get(index);
} else {
return typeDataListBuilder_.getMessage(index);
}
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder setTypeDataList(
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData value) {
if (typeDataListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTypeDataListIsMutable();
typeDataList_.set(index, value);
onChanged();
} else {
typeDataListBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder setTypeDataList(
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder builderForValue) {
if (typeDataListBuilder_ == null) {
ensureTypeDataListIsMutable();
typeDataList_.set(index, builderForValue.build());
onChanged();
} else {
typeDataListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder addTypeDataList(emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData value) {
if (typeDataListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTypeDataListIsMutable();
typeDataList_.add(value);
onChanged();
} else {
typeDataListBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder addTypeDataList(
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData value) {
if (typeDataListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTypeDataListIsMutable();
typeDataList_.add(index, value);
onChanged();
} else {
typeDataListBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder addTypeDataList(
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder builderForValue) {
if (typeDataListBuilder_ == null) {
ensureTypeDataListIsMutable();
typeDataList_.add(builderForValue.build());
onChanged();
} else {
typeDataListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder addTypeDataList(
int index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder builderForValue) {
if (typeDataListBuilder_ == null) {
ensureTypeDataListIsMutable();
typeDataList_.add(index, builderForValue.build());
onChanged();
} else {
typeDataListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder addAllTypeDataList(
java.lang.Iterable extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData> values) {
if (typeDataListBuilder_ == null) {
ensureTypeDataListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, typeDataList_);
onChanged();
} else {
typeDataListBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder clearTypeDataList() {
if (typeDataListBuilder_ == null) {
typeDataList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
typeDataListBuilder_.clear();
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public Builder removeTypeDataList(int index) {
if (typeDataListBuilder_ == null) {
ensureTypeDataListIsMutable();
typeDataList_.remove(index);
onChanged();
} else {
typeDataListBuilder_.remove(index);
}
return this;
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder getTypeDataListBuilder(
int index) {
return getTypeDataListFieldBuilder().getBuilder(index);
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder getTypeDataListOrBuilder(
int index) {
if (typeDataListBuilder_ == null) {
return typeDataList_.get(index); } else {
return typeDataListBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public java.util.List extends emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
getTypeDataListOrBuilderList() {
if (typeDataListBuilder_ != null) {
return typeDataListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(typeDataList_);
}
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder addTypeDataListBuilder() {
return getTypeDataListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.getDefaultInstance());
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder addTypeDataListBuilder(
int index) {
return getTypeDataListFieldBuilder().addBuilder(
index, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.getDefaultInstance());
}
/**
* repeated .CodexTypeData type_data_list = 13;
*/
public java.util.List
getTypeDataListBuilderList() {
return getTypeDataListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>
getTypeDataListFieldBuilder() {
if (typeDataListBuilder_ == null) {
typeDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeData.Builder, emu.grasscutter.net.proto.CodexTypeDataOuterClass.CodexTypeDataOrBuilder>(
typeDataList_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
typeDataList_ = null;
}
return typeDataListBuilder_;
}
private com.google.protobuf.Internal.IntList recentViewedPushtipsList_ = emptyIntList();
private void ensureRecentViewedPushtipsListIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
recentViewedPushtipsList_ = mutableCopy(recentViewedPushtipsList_);
bitField0_ |= 0x00000002;
}
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @return A list containing the recentViewedPushtipsList.
*/
public java.util.List
getRecentViewedPushtipsListList() {
return ((bitField0_ & 0x00000002) != 0) ?
java.util.Collections.unmodifiableList(recentViewedPushtipsList_) : recentViewedPushtipsList_;
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @return The count of recentViewedPushtipsList.
*/
public int getRecentViewedPushtipsListCount() {
return recentViewedPushtipsList_.size();
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @param index The index of the element to return.
* @return The recentViewedPushtipsList at the given index.
*/
public int getRecentViewedPushtipsList(int index) {
return recentViewedPushtipsList_.getInt(index);
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @param index The index to set the value at.
* @param value The recentViewedPushtipsList to set.
* @return This builder for chaining.
*/
public Builder setRecentViewedPushtipsList(
int index, int value) {
ensureRecentViewedPushtipsListIsMutable();
recentViewedPushtipsList_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @param value The recentViewedPushtipsList to add.
* @return This builder for chaining.
*/
public Builder addRecentViewedPushtipsList(int value) {
ensureRecentViewedPushtipsListIsMutable();
recentViewedPushtipsList_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @param values The recentViewedPushtipsList to add.
* @return This builder for chaining.
*/
public Builder addAllRecentViewedPushtipsList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureRecentViewedPushtipsListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, recentViewedPushtipsList_);
onChanged();
return this;
}
/**
* repeated uint32 recent_viewed_pushtips_list = 14;
* @return This builder for chaining.
*/
public Builder clearRecentViewedPushtipsList() {
recentViewedPushtipsList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private int lastReadPushtipsCodexId_ ;
/**
* uint32 last_read_pushtips_codex_id = 7;
* @return The lastReadPushtipsCodexId.
*/
@java.lang.Override
public int getLastReadPushtipsCodexId() {
return lastReadPushtipsCodexId_;
}
/**
* uint32 last_read_pushtips_codex_id = 7;
* @param value The lastReadPushtipsCodexId to set.
* @return This builder for chaining.
*/
public Builder setLastReadPushtipsCodexId(int value) {
lastReadPushtipsCodexId_ = value;
onChanged();
return this;
}
/**
* uint32 last_read_pushtips_codex_id = 7;
* @return This builder for chaining.
*/
public Builder clearLastReadPushtipsCodexId() {
lastReadPushtipsCodexId_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:CodexDataFullNotify)
}
// @@protoc_insertion_point(class_scope:CodexDataFullNotify)
private static final emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify();
}
public static emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public CodexDataFullNotify parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CodexDataFullNotify(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.CodexDataFullNotifyOuterClass.CodexDataFullNotify getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CodexDataFullNotify_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_CodexDataFullNotify_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\031CodexDataFullNotify.proto\032\023CodexTypeDa" +
"ta.proto\"\253\001\n\023CodexDataFullNotify\022\"\n\032last" +
"_read_pushtips_type_id\030\017 \001(\r\022&\n\016type_dat" +
"a_list\030\r \003(\0132\016.CodexTypeData\022#\n\033recent_v" +
"iewed_pushtips_list\030\016 \003(\r\022#\n\033last_read_p" +
"ushtips_codex_id\030\007 \001(\rB\033\n\031emu.grasscutte" +
"r.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
emu.grasscutter.net.proto.CodexTypeDataOuterClass.getDescriptor(),
});
internal_static_CodexDataFullNotify_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_CodexDataFullNotify_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_CodexDataFullNotify_descriptor,
new java.lang.String[] { "LastReadPushtipsTypeId", "TypeDataList", "RecentViewedPushtipsList", "LastReadPushtipsCodexId", });
emu.grasscutter.net.proto.CodexTypeDataOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}