Grasscutter/src/generated/main/java/emu/grasscutter/net/proto/GravenInnocencePhotoInfoOuterClass.java
Magix 71f6198361
Upgrade to REL3.7 (#2164)
* Remove hardcoded quest data

* Remove deprecated fields

* Try to fix packet

* Apply fix for token exchange

* Upgrade to REL3.7

* Add obfuscated protocol definitions

* Add missing enum (other protos too maybe)

* Re-add field setters and add note on removal
2023-05-27 00:29:02 -04:00

1231 lines
52 KiB
Java

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GravenInnocencePhotoInfo.proto
package emu.grasscutter.net.proto;
public final class GravenInnocencePhotoInfoOuterClass {
private GravenInnocencePhotoInfoOuterClass() {}
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 GravenInnocencePhotoInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:GravenInnocencePhotoInfo)
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo>
getObjectInfoListList();
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo getObjectInfoList(int index);
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
int getObjectInfoListCount();
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder>
getObjectInfoListOrBuilderList();
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder getObjectInfoListOrBuilder(
int index);
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo>
getStageInfoListList();
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo getStageInfoList(int index);
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
int getStageInfoListCount();
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder>
getStageInfoListOrBuilderList();
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder getStageInfoListOrBuilder(
int index);
}
/**
* <pre>
* Obf: KOEBDBCCGLJ
* </pre>
*
* Protobuf type {@code GravenInnocencePhotoInfo}
*/
public static final class GravenInnocencePhotoInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:GravenInnocencePhotoInfo)
GravenInnocencePhotoInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use GravenInnocencePhotoInfo.newBuilder() to construct.
private GravenInnocencePhotoInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private GravenInnocencePhotoInfo() {
objectInfoList_ = java.util.Collections.emptyList();
stageInfoList_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new GravenInnocencePhotoInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private GravenInnocencePhotoInfo(
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 66: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
objectInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo>();
mutable_bitField0_ |= 0x00000001;
}
objectInfoList_.add(
input.readMessage(emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.parser(), extensionRegistry));
break;
}
case 106: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
stageInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo>();
mutable_bitField0_ |= 0x00000002;
}
stageInfoList_.add(
input.readMessage(emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.parser(), extensionRegistry));
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)) {
objectInfoList_ = java.util.Collections.unmodifiableList(objectInfoList_);
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
stageInfoList_ = java.util.Collections.unmodifiableList(stageInfoList_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.internal_static_GravenInnocencePhotoInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.internal_static_GravenInnocencePhotoInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.class, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder.class);
}
public static final int OBJECT_INFO_LIST_FIELD_NUMBER = 8;
private java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo> objectInfoList_;
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo> getObjectInfoListList() {
return objectInfoList_;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder>
getObjectInfoListOrBuilderList() {
return objectInfoList_;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
@java.lang.Override
public int getObjectInfoListCount() {
return objectInfoList_.size();
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo getObjectInfoList(int index) {
return objectInfoList_.get(index);
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder getObjectInfoListOrBuilder(
int index) {
return objectInfoList_.get(index);
}
public static final int STAGE_INFO_LIST_FIELD_NUMBER = 13;
private java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo> stageInfoList_;
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo> getStageInfoListList() {
return stageInfoList_;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder>
getStageInfoListOrBuilderList() {
return stageInfoList_;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
@java.lang.Override
public int getStageInfoListCount() {
return stageInfoList_.size();
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo getStageInfoList(int index) {
return stageInfoList_.get(index);
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder getStageInfoListOrBuilder(
int index) {
return stageInfoList_.get(index);
}
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 {
for (int i = 0; i < objectInfoList_.size(); i++) {
output.writeMessage(8, objectInfoList_.get(i));
}
for (int i = 0; i < stageInfoList_.size(); i++) {
output.writeMessage(13, stageInfoList_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < objectInfoList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(8, objectInfoList_.get(i));
}
for (int i = 0; i < stageInfoList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(13, stageInfoList_.get(i));
}
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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo other = (emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo) obj;
if (!getObjectInfoListList()
.equals(other.getObjectInfoListList())) return false;
if (!getStageInfoListList()
.equals(other.getStageInfoListList())) 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();
if (getObjectInfoListCount() > 0) {
hash = (37 * hash) + OBJECT_INFO_LIST_FIELD_NUMBER;
hash = (53 * hash) + getObjectInfoListList().hashCode();
}
if (getStageInfoListCount() > 0) {
hash = (37 * hash) + STAGE_INFO_LIST_FIELD_NUMBER;
hash = (53 * hash) + getStageInfoListList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo 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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo 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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo 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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo 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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo 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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo 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;
}
/**
* <pre>
* Obf: KOEBDBCCGLJ
* </pre>
*
* Protobuf type {@code GravenInnocencePhotoInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:GravenInnocencePhotoInfo)
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.internal_static_GravenInnocencePhotoInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.internal_static_GravenInnocencePhotoInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.class, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder.class);
}
// Construct using emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getObjectInfoListFieldBuilder();
getStageInfoListFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (objectInfoListBuilder_ == null) {
objectInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
objectInfoListBuilder_.clear();
}
if (stageInfoListBuilder_ == null) {
stageInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
} else {
stageInfoListBuilder_.clear();
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.internal_static_GravenInnocencePhotoInfo_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo getDefaultInstanceForType() {
return emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo build() {
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo buildPartial() {
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo result = new emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo(this);
int from_bitField0_ = bitField0_;
if (objectInfoListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
objectInfoList_ = java.util.Collections.unmodifiableList(objectInfoList_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.objectInfoList_ = objectInfoList_;
} else {
result.objectInfoList_ = objectInfoListBuilder_.build();
}
if (stageInfoListBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0)) {
stageInfoList_ = java.util.Collections.unmodifiableList(stageInfoList_);
bitField0_ = (bitField0_ & ~0x00000002);
}
result.stageInfoList_ = stageInfoList_;
} else {
result.stageInfoList_ = stageInfoListBuilder_.build();
}
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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo) {
return mergeFrom((emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo other) {
if (other == emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.getDefaultInstance()) return this;
if (objectInfoListBuilder_ == null) {
if (!other.objectInfoList_.isEmpty()) {
if (objectInfoList_.isEmpty()) {
objectInfoList_ = other.objectInfoList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureObjectInfoListIsMutable();
objectInfoList_.addAll(other.objectInfoList_);
}
onChanged();
}
} else {
if (!other.objectInfoList_.isEmpty()) {
if (objectInfoListBuilder_.isEmpty()) {
objectInfoListBuilder_.dispose();
objectInfoListBuilder_ = null;
objectInfoList_ = other.objectInfoList_;
bitField0_ = (bitField0_ & ~0x00000001);
objectInfoListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getObjectInfoListFieldBuilder() : null;
} else {
objectInfoListBuilder_.addAllMessages(other.objectInfoList_);
}
}
}
if (stageInfoListBuilder_ == null) {
if (!other.stageInfoList_.isEmpty()) {
if (stageInfoList_.isEmpty()) {
stageInfoList_ = other.stageInfoList_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureStageInfoListIsMutable();
stageInfoList_.addAll(other.stageInfoList_);
}
onChanged();
}
} else {
if (!other.stageInfoList_.isEmpty()) {
if (stageInfoListBuilder_.isEmpty()) {
stageInfoListBuilder_.dispose();
stageInfoListBuilder_ = null;
stageInfoList_ = other.stageInfoList_;
bitField0_ = (bitField0_ & ~0x00000002);
stageInfoListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getStageInfoListFieldBuilder() : null;
} else {
stageInfoListBuilder_.addAllMessages(other.stageInfoList_);
}
}
}
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.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo> objectInfoList_ =
java.util.Collections.emptyList();
private void ensureObjectInfoListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
objectInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo>(objectInfoList_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder> objectInfoListBuilder_;
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo> getObjectInfoListList() {
if (objectInfoListBuilder_ == null) {
return java.util.Collections.unmodifiableList(objectInfoList_);
} else {
return objectInfoListBuilder_.getMessageList();
}
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public int getObjectInfoListCount() {
if (objectInfoListBuilder_ == null) {
return objectInfoList_.size();
} else {
return objectInfoListBuilder_.getCount();
}
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo getObjectInfoList(int index) {
if (objectInfoListBuilder_ == null) {
return objectInfoList_.get(index);
} else {
return objectInfoListBuilder_.getMessage(index);
}
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder setObjectInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo value) {
if (objectInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureObjectInfoListIsMutable();
objectInfoList_.set(index, value);
onChanged();
} else {
objectInfoListBuilder_.setMessage(index, value);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder setObjectInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder builderForValue) {
if (objectInfoListBuilder_ == null) {
ensureObjectInfoListIsMutable();
objectInfoList_.set(index, builderForValue.build());
onChanged();
} else {
objectInfoListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder addObjectInfoList(emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo value) {
if (objectInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureObjectInfoListIsMutable();
objectInfoList_.add(value);
onChanged();
} else {
objectInfoListBuilder_.addMessage(value);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder addObjectInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo value) {
if (objectInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureObjectInfoListIsMutable();
objectInfoList_.add(index, value);
onChanged();
} else {
objectInfoListBuilder_.addMessage(index, value);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder addObjectInfoList(
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder builderForValue) {
if (objectInfoListBuilder_ == null) {
ensureObjectInfoListIsMutable();
objectInfoList_.add(builderForValue.build());
onChanged();
} else {
objectInfoListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder addObjectInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder builderForValue) {
if (objectInfoListBuilder_ == null) {
ensureObjectInfoListIsMutable();
objectInfoList_.add(index, builderForValue.build());
onChanged();
} else {
objectInfoListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder addAllObjectInfoList(
java.lang.Iterable<? extends emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo> values) {
if (objectInfoListBuilder_ == null) {
ensureObjectInfoListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, objectInfoList_);
onChanged();
} else {
objectInfoListBuilder_.addAllMessages(values);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder clearObjectInfoList() {
if (objectInfoListBuilder_ == null) {
objectInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
objectInfoListBuilder_.clear();
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public Builder removeObjectInfoList(int index) {
if (objectInfoListBuilder_ == null) {
ensureObjectInfoListIsMutable();
objectInfoList_.remove(index);
onChanged();
} else {
objectInfoListBuilder_.remove(index);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder getObjectInfoListBuilder(
int index) {
return getObjectInfoListFieldBuilder().getBuilder(index);
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder getObjectInfoListOrBuilder(
int index) {
if (objectInfoListBuilder_ == null) {
return objectInfoList_.get(index); } else {
return objectInfoListBuilder_.getMessageOrBuilder(index);
}
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public java.util.List<? extends emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder>
getObjectInfoListOrBuilderList() {
if (objectInfoListBuilder_ != null) {
return objectInfoListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(objectInfoList_);
}
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder addObjectInfoListBuilder() {
return getObjectInfoListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.getDefaultInstance());
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder addObjectInfoListBuilder(
int index) {
return getObjectInfoListFieldBuilder().addBuilder(
index, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.getDefaultInstance());
}
/**
* <code>repeated .GravenInnocencePhotoObjectInfo object_info_list = 8;</code>
*/
public java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder>
getObjectInfoListBuilderList() {
return getObjectInfoListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder>
getObjectInfoListFieldBuilder() {
if (objectInfoListBuilder_ == null) {
objectInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.GravenInnocencePhotoObjectInfoOrBuilder>(
objectInfoList_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
objectInfoList_ = null;
}
return objectInfoListBuilder_;
}
private java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo> stageInfoList_ =
java.util.Collections.emptyList();
private void ensureStageInfoListIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
stageInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo>(stageInfoList_);
bitField0_ |= 0x00000002;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder> stageInfoListBuilder_;
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo> getStageInfoListList() {
if (stageInfoListBuilder_ == null) {
return java.util.Collections.unmodifiableList(stageInfoList_);
} else {
return stageInfoListBuilder_.getMessageList();
}
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public int getStageInfoListCount() {
if (stageInfoListBuilder_ == null) {
return stageInfoList_.size();
} else {
return stageInfoListBuilder_.getCount();
}
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo getStageInfoList(int index) {
if (stageInfoListBuilder_ == null) {
return stageInfoList_.get(index);
} else {
return stageInfoListBuilder_.getMessage(index);
}
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder setStageInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo value) {
if (stageInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureStageInfoListIsMutable();
stageInfoList_.set(index, value);
onChanged();
} else {
stageInfoListBuilder_.setMessage(index, value);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder setStageInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder builderForValue) {
if (stageInfoListBuilder_ == null) {
ensureStageInfoListIsMutable();
stageInfoList_.set(index, builderForValue.build());
onChanged();
} else {
stageInfoListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder addStageInfoList(emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo value) {
if (stageInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureStageInfoListIsMutable();
stageInfoList_.add(value);
onChanged();
} else {
stageInfoListBuilder_.addMessage(value);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder addStageInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo value) {
if (stageInfoListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureStageInfoListIsMutable();
stageInfoList_.add(index, value);
onChanged();
} else {
stageInfoListBuilder_.addMessage(index, value);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder addStageInfoList(
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder builderForValue) {
if (stageInfoListBuilder_ == null) {
ensureStageInfoListIsMutable();
stageInfoList_.add(builderForValue.build());
onChanged();
} else {
stageInfoListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder addStageInfoList(
int index, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder builderForValue) {
if (stageInfoListBuilder_ == null) {
ensureStageInfoListIsMutable();
stageInfoList_.add(index, builderForValue.build());
onChanged();
} else {
stageInfoListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder addAllStageInfoList(
java.lang.Iterable<? extends emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo> values) {
if (stageInfoListBuilder_ == null) {
ensureStageInfoListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, stageInfoList_);
onChanged();
} else {
stageInfoListBuilder_.addAllMessages(values);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder clearStageInfoList() {
if (stageInfoListBuilder_ == null) {
stageInfoList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
stageInfoListBuilder_.clear();
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public Builder removeStageInfoList(int index) {
if (stageInfoListBuilder_ == null) {
ensureStageInfoListIsMutable();
stageInfoList_.remove(index);
onChanged();
} else {
stageInfoListBuilder_.remove(index);
}
return this;
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder getStageInfoListBuilder(
int index) {
return getStageInfoListFieldBuilder().getBuilder(index);
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder getStageInfoListOrBuilder(
int index) {
if (stageInfoListBuilder_ == null) {
return stageInfoList_.get(index); } else {
return stageInfoListBuilder_.getMessageOrBuilder(index);
}
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public java.util.List<? extends emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder>
getStageInfoListOrBuilderList() {
if (stageInfoListBuilder_ != null) {
return stageInfoListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(stageInfoList_);
}
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder addStageInfoListBuilder() {
return getStageInfoListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.getDefaultInstance());
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder addStageInfoListBuilder(
int index) {
return getStageInfoListFieldBuilder().addBuilder(
index, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.getDefaultInstance());
}
/**
* <code>repeated .GravenInnocencePhotoStageInfo stage_info_list = 13;</code>
*/
public java.util.List<emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder>
getStageInfoListBuilderList() {
return getStageInfoListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder>
getStageInfoListFieldBuilder() {
if (stageInfoListBuilder_ == null) {
stageInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder>(
stageInfoList_,
((bitField0_ & 0x00000002) != 0),
getParentForChildren(),
isClean());
stageInfoList_ = null;
}
return stageInfoListBuilder_;
}
@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:GravenInnocencePhotoInfo)
}
// @@protoc_insertion_point(class_scope:GravenInnocencePhotoInfo)
private static final emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo();
}
public static emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<GravenInnocencePhotoInfo>
PARSER = new com.google.protobuf.AbstractParser<GravenInnocencePhotoInfo>() {
@java.lang.Override
public GravenInnocencePhotoInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new GravenInnocencePhotoInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<GravenInnocencePhotoInfo> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<GravenInnocencePhotoInfo> getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_GravenInnocencePhotoInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_GravenInnocencePhotoInfo_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\036GravenInnocencePhotoInfo.proto\032$Graven" +
"InnocencePhotoObjectInfo.proto\032#GravenIn" +
"nocencePhotoStageInfo.proto\"\216\001\n\030GravenIn" +
"nocencePhotoInfo\0229\n\020object_info_list\030\010 \003" +
"(\0132\037.GravenInnocencePhotoObjectInfo\0227\n\017s" +
"tage_info_list\030\r \003(\0132\036.GravenInnocencePh" +
"otoStageInfoB\033\n\031emu.grasscutter.net.prot" +
"ob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.getDescriptor(),
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.getDescriptor(),
});
internal_static_GravenInnocencePhotoInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_GravenInnocencePhotoInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_GravenInnocencePhotoInfo_descriptor,
new java.lang.String[] { "ObjectInfoList", "StageInfoList", });
emu.grasscutter.net.proto.GravenInnocencePhotoObjectInfoOuterClass.getDescriptor();
emu.grasscutter.net.proto.GravenInnocencePhotoStageInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}