mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-15 15:42:53 +08:00
* 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
1374 lines
55 KiB
Java
1374 lines
55 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GravenInnocenceDetailInfo.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class GravenInnocenceDetailInfoOuterClass {
|
|
private GravenInnocenceDetailInfoOuterClass() {}
|
|
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 GravenInnocenceDetailInfoOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:GravenInnocenceDetailInfo)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
* @return Whether the raceInfo field is set.
|
|
*/
|
|
boolean hasRaceInfo();
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
* @return The raceInfo.
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo getRaceInfo();
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfoOrBuilder getRaceInfoOrBuilder();
|
|
|
|
/**
|
|
* <code>bool is_content_closed = 15;</code>
|
|
* @return The isContentClosed.
|
|
*/
|
|
boolean getIsContentClosed();
|
|
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
* @return Whether the photoInfo field is set.
|
|
*/
|
|
boolean hasPhotoInfo();
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
* @return The photoInfo.
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo getPhotoInfo();
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfoOrBuilder getPhotoInfoOrBuilder();
|
|
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
* @return Whether the campInfo field is set.
|
|
*/
|
|
boolean hasCampInfo();
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
* @return The campInfo.
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo getCampInfo();
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfoOrBuilder getCampInfoOrBuilder();
|
|
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
* @return Whether the carveInfo field is set.
|
|
*/
|
|
boolean hasCarveInfo();
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
* @return The carveInfo.
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo getCarveInfo();
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfoOrBuilder getCarveInfoOrBuilder();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: PGHJFAEIOEL
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GravenInnocenceDetailInfo}
|
|
*/
|
|
public static final class GravenInnocenceDetailInfo extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:GravenInnocenceDetailInfo)
|
|
GravenInnocenceDetailInfoOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use GravenInnocenceDetailInfo.newBuilder() to construct.
|
|
private GravenInnocenceDetailInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private GravenInnocenceDetailInfo() {
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new GravenInnocenceDetailInfo();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private GravenInnocenceDetailInfo(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
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 34: {
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.Builder subBuilder = null;
|
|
if (carveInfo_ != null) {
|
|
subBuilder = carveInfo_.toBuilder();
|
|
}
|
|
carveInfo_ = input.readMessage(emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(carveInfo_);
|
|
carveInfo_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 50: {
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder subBuilder = null;
|
|
if (photoInfo_ != null) {
|
|
subBuilder = photoInfo_.toBuilder();
|
|
}
|
|
photoInfo_ = input.readMessage(emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(photoInfo_);
|
|
photoInfo_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 90: {
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.Builder subBuilder = null;
|
|
if (campInfo_ != null) {
|
|
subBuilder = campInfo_.toBuilder();
|
|
}
|
|
campInfo_ = input.readMessage(emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(campInfo_);
|
|
campInfo_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 98: {
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.Builder subBuilder = null;
|
|
if (raceInfo_ != null) {
|
|
subBuilder = raceInfo_.toBuilder();
|
|
}
|
|
raceInfo_ = input.readMessage(emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(raceInfo_);
|
|
raceInfo_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 120: {
|
|
|
|
isContentClosed_ = input.readBool();
|
|
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 {
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.internal_static_GravenInnocenceDetailInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.internal_static_GravenInnocenceDetailInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo.class, emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo.Builder.class);
|
|
}
|
|
|
|
public static final int RACE_INFO_FIELD_NUMBER = 12;
|
|
private emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo raceInfo_;
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
* @return Whether the raceInfo field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasRaceInfo() {
|
|
return raceInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
* @return The raceInfo.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo getRaceInfo() {
|
|
return raceInfo_ == null ? emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.getDefaultInstance() : raceInfo_;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfoOrBuilder getRaceInfoOrBuilder() {
|
|
return getRaceInfo();
|
|
}
|
|
|
|
public static final int IS_CONTENT_CLOSED_FIELD_NUMBER = 15;
|
|
private boolean isContentClosed_;
|
|
/**
|
|
* <code>bool is_content_closed = 15;</code>
|
|
* @return The isContentClosed.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsContentClosed() {
|
|
return isContentClosed_;
|
|
}
|
|
|
|
public static final int PHOTO_INFO_FIELD_NUMBER = 6;
|
|
private emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo photoInfo_;
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
* @return Whether the photoInfo field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasPhotoInfo() {
|
|
return photoInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
* @return The photoInfo.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo getPhotoInfo() {
|
|
return photoInfo_ == null ? emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.getDefaultInstance() : photoInfo_;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfoOrBuilder getPhotoInfoOrBuilder() {
|
|
return getPhotoInfo();
|
|
}
|
|
|
|
public static final int CAMP_INFO_FIELD_NUMBER = 11;
|
|
private emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo campInfo_;
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
* @return Whether the campInfo field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasCampInfo() {
|
|
return campInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
* @return The campInfo.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo getCampInfo() {
|
|
return campInfo_ == null ? emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.getDefaultInstance() : campInfo_;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfoOrBuilder getCampInfoOrBuilder() {
|
|
return getCampInfo();
|
|
}
|
|
|
|
public static final int CARVE_INFO_FIELD_NUMBER = 4;
|
|
private emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo carveInfo_;
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
* @return Whether the carveInfo field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasCarveInfo() {
|
|
return carveInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
* @return The carveInfo.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo getCarveInfo() {
|
|
return carveInfo_ == null ? emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.getDefaultInstance() : carveInfo_;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfoOrBuilder getCarveInfoOrBuilder() {
|
|
return getCarveInfo();
|
|
}
|
|
|
|
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 {
|
|
if (carveInfo_ != null) {
|
|
output.writeMessage(4, getCarveInfo());
|
|
}
|
|
if (photoInfo_ != null) {
|
|
output.writeMessage(6, getPhotoInfo());
|
|
}
|
|
if (campInfo_ != null) {
|
|
output.writeMessage(11, getCampInfo());
|
|
}
|
|
if (raceInfo_ != null) {
|
|
output.writeMessage(12, getRaceInfo());
|
|
}
|
|
if (isContentClosed_ != false) {
|
|
output.writeBool(15, isContentClosed_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (carveInfo_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(4, getCarveInfo());
|
|
}
|
|
if (photoInfo_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(6, getPhotoInfo());
|
|
}
|
|
if (campInfo_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(11, getCampInfo());
|
|
}
|
|
if (raceInfo_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(12, getRaceInfo());
|
|
}
|
|
if (isContentClosed_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(15, isContentClosed_);
|
|
}
|
|
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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo other = (emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo) obj;
|
|
|
|
if (hasRaceInfo() != other.hasRaceInfo()) return false;
|
|
if (hasRaceInfo()) {
|
|
if (!getRaceInfo()
|
|
.equals(other.getRaceInfo())) return false;
|
|
}
|
|
if (getIsContentClosed()
|
|
!= other.getIsContentClosed()) return false;
|
|
if (hasPhotoInfo() != other.hasPhotoInfo()) return false;
|
|
if (hasPhotoInfo()) {
|
|
if (!getPhotoInfo()
|
|
.equals(other.getPhotoInfo())) return false;
|
|
}
|
|
if (hasCampInfo() != other.hasCampInfo()) return false;
|
|
if (hasCampInfo()) {
|
|
if (!getCampInfo()
|
|
.equals(other.getCampInfo())) return false;
|
|
}
|
|
if (hasCarveInfo() != other.hasCarveInfo()) return false;
|
|
if (hasCarveInfo()) {
|
|
if (!getCarveInfo()
|
|
.equals(other.getCarveInfo())) 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 (hasRaceInfo()) {
|
|
hash = (37 * hash) + RACE_INFO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getRaceInfo().hashCode();
|
|
}
|
|
hash = (37 * hash) + IS_CONTENT_CLOSED_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getIsContentClosed());
|
|
if (hasPhotoInfo()) {
|
|
hash = (37 * hash) + PHOTO_INFO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPhotoInfo().hashCode();
|
|
}
|
|
if (hasCampInfo()) {
|
|
hash = (37 * hash) + CAMP_INFO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCampInfo().hashCode();
|
|
}
|
|
if (hasCarveInfo()) {
|
|
hash = (37 * hash) + CARVE_INFO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCarveInfo().hashCode();
|
|
}
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo 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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo 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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo 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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo 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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo 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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo 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: PGHJFAEIOEL
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GravenInnocenceDetailInfo}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:GravenInnocenceDetailInfo)
|
|
emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfoOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.internal_static_GravenInnocenceDetailInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.internal_static_GravenInnocenceDetailInfo_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo.class, emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
if (raceInfoBuilder_ == null) {
|
|
raceInfo_ = null;
|
|
} else {
|
|
raceInfo_ = null;
|
|
raceInfoBuilder_ = null;
|
|
}
|
|
isContentClosed_ = false;
|
|
|
|
if (photoInfoBuilder_ == null) {
|
|
photoInfo_ = null;
|
|
} else {
|
|
photoInfo_ = null;
|
|
photoInfoBuilder_ = null;
|
|
}
|
|
if (campInfoBuilder_ == null) {
|
|
campInfo_ = null;
|
|
} else {
|
|
campInfo_ = null;
|
|
campInfoBuilder_ = null;
|
|
}
|
|
if (carveInfoBuilder_ == null) {
|
|
carveInfo_ = null;
|
|
} else {
|
|
carveInfo_ = null;
|
|
carveInfoBuilder_ = null;
|
|
}
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.internal_static_GravenInnocenceDetailInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo build() {
|
|
emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo buildPartial() {
|
|
emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo result = new emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo(this);
|
|
if (raceInfoBuilder_ == null) {
|
|
result.raceInfo_ = raceInfo_;
|
|
} else {
|
|
result.raceInfo_ = raceInfoBuilder_.build();
|
|
}
|
|
result.isContentClosed_ = isContentClosed_;
|
|
if (photoInfoBuilder_ == null) {
|
|
result.photoInfo_ = photoInfo_;
|
|
} else {
|
|
result.photoInfo_ = photoInfoBuilder_.build();
|
|
}
|
|
if (campInfoBuilder_ == null) {
|
|
result.campInfo_ = campInfo_;
|
|
} else {
|
|
result.campInfo_ = campInfoBuilder_.build();
|
|
}
|
|
if (carveInfoBuilder_ == null) {
|
|
result.carveInfo_ = carveInfo_;
|
|
} else {
|
|
result.carveInfo_ = carveInfoBuilder_.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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo) {
|
|
return mergeFrom((emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo other) {
|
|
if (other == emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo.getDefaultInstance()) return this;
|
|
if (other.hasRaceInfo()) {
|
|
mergeRaceInfo(other.getRaceInfo());
|
|
}
|
|
if (other.getIsContentClosed() != false) {
|
|
setIsContentClosed(other.getIsContentClosed());
|
|
}
|
|
if (other.hasPhotoInfo()) {
|
|
mergePhotoInfo(other.getPhotoInfo());
|
|
}
|
|
if (other.hasCampInfo()) {
|
|
mergeCampInfo(other.getCampInfo());
|
|
}
|
|
if (other.hasCarveInfo()) {
|
|
mergeCarveInfo(other.getCarveInfo());
|
|
}
|
|
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.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo raceInfo_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo, emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfoOrBuilder> raceInfoBuilder_;
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
* @return Whether the raceInfo field is set.
|
|
*/
|
|
public boolean hasRaceInfo() {
|
|
return raceInfoBuilder_ != null || raceInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
* @return The raceInfo.
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo getRaceInfo() {
|
|
if (raceInfoBuilder_ == null) {
|
|
return raceInfo_ == null ? emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.getDefaultInstance() : raceInfo_;
|
|
} else {
|
|
return raceInfoBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
public Builder setRaceInfo(emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo value) {
|
|
if (raceInfoBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
raceInfo_ = value;
|
|
onChanged();
|
|
} else {
|
|
raceInfoBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
public Builder setRaceInfo(
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.Builder builderForValue) {
|
|
if (raceInfoBuilder_ == null) {
|
|
raceInfo_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
raceInfoBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
public Builder mergeRaceInfo(emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo value) {
|
|
if (raceInfoBuilder_ == null) {
|
|
if (raceInfo_ != null) {
|
|
raceInfo_ =
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.newBuilder(raceInfo_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
raceInfo_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
raceInfoBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
public Builder clearRaceInfo() {
|
|
if (raceInfoBuilder_ == null) {
|
|
raceInfo_ = null;
|
|
onChanged();
|
|
} else {
|
|
raceInfo_ = null;
|
|
raceInfoBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.Builder getRaceInfoBuilder() {
|
|
|
|
onChanged();
|
|
return getRaceInfoFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfoOrBuilder getRaceInfoOrBuilder() {
|
|
if (raceInfoBuilder_ != null) {
|
|
return raceInfoBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return raceInfo_ == null ?
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.getDefaultInstance() : raceInfo_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceRaceInfo race_info = 12;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo, emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfoOrBuilder>
|
|
getRaceInfoFieldBuilder() {
|
|
if (raceInfoBuilder_ == null) {
|
|
raceInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo, emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.GravenInnocenceRaceInfoOrBuilder>(
|
|
getRaceInfo(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
raceInfo_ = null;
|
|
}
|
|
return raceInfoBuilder_;
|
|
}
|
|
|
|
private boolean isContentClosed_ ;
|
|
/**
|
|
* <code>bool is_content_closed = 15;</code>
|
|
* @return The isContentClosed.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsContentClosed() {
|
|
return isContentClosed_;
|
|
}
|
|
/**
|
|
* <code>bool is_content_closed = 15;</code>
|
|
* @param value The isContentClosed to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsContentClosed(boolean value) {
|
|
|
|
isContentClosed_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_content_closed = 15;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsContentClosed() {
|
|
|
|
isContentClosed_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo photoInfo_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfoOrBuilder> photoInfoBuilder_;
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
* @return Whether the photoInfo field is set.
|
|
*/
|
|
public boolean hasPhotoInfo() {
|
|
return photoInfoBuilder_ != null || photoInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
* @return The photoInfo.
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo getPhotoInfo() {
|
|
if (photoInfoBuilder_ == null) {
|
|
return photoInfo_ == null ? emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.getDefaultInstance() : photoInfo_;
|
|
} else {
|
|
return photoInfoBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
public Builder setPhotoInfo(emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo value) {
|
|
if (photoInfoBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
photoInfo_ = value;
|
|
onChanged();
|
|
} else {
|
|
photoInfoBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
public Builder setPhotoInfo(
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder builderForValue) {
|
|
if (photoInfoBuilder_ == null) {
|
|
photoInfo_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
photoInfoBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
public Builder mergePhotoInfo(emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo value) {
|
|
if (photoInfoBuilder_ == null) {
|
|
if (photoInfo_ != null) {
|
|
photoInfo_ =
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.newBuilder(photoInfo_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
photoInfo_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
photoInfoBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
public Builder clearPhotoInfo() {
|
|
if (photoInfoBuilder_ == null) {
|
|
photoInfo_ = null;
|
|
onChanged();
|
|
} else {
|
|
photoInfo_ = null;
|
|
photoInfoBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder getPhotoInfoBuilder() {
|
|
|
|
onChanged();
|
|
return getPhotoInfoFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfoOrBuilder getPhotoInfoOrBuilder() {
|
|
if (photoInfoBuilder_ != null) {
|
|
return photoInfoBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return photoInfo_ == null ?
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.getDefaultInstance() : photoInfo_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocencePhotoInfo photo_info = 6;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfoOrBuilder>
|
|
getPhotoInfoFieldBuilder() {
|
|
if (photoInfoBuilder_ == null) {
|
|
photoInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfo.Builder, emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.GravenInnocencePhotoInfoOrBuilder>(
|
|
getPhotoInfo(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
photoInfo_ = null;
|
|
}
|
|
return photoInfoBuilder_;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo campInfo_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo, emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfoOrBuilder> campInfoBuilder_;
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
* @return Whether the campInfo field is set.
|
|
*/
|
|
public boolean hasCampInfo() {
|
|
return campInfoBuilder_ != null || campInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
* @return The campInfo.
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo getCampInfo() {
|
|
if (campInfoBuilder_ == null) {
|
|
return campInfo_ == null ? emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.getDefaultInstance() : campInfo_;
|
|
} else {
|
|
return campInfoBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
public Builder setCampInfo(emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo value) {
|
|
if (campInfoBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
campInfo_ = value;
|
|
onChanged();
|
|
} else {
|
|
campInfoBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
public Builder setCampInfo(
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.Builder builderForValue) {
|
|
if (campInfoBuilder_ == null) {
|
|
campInfo_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
campInfoBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
public Builder mergeCampInfo(emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo value) {
|
|
if (campInfoBuilder_ == null) {
|
|
if (campInfo_ != null) {
|
|
campInfo_ =
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.newBuilder(campInfo_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
campInfo_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
campInfoBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
public Builder clearCampInfo() {
|
|
if (campInfoBuilder_ == null) {
|
|
campInfo_ = null;
|
|
onChanged();
|
|
} else {
|
|
campInfo_ = null;
|
|
campInfoBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.Builder getCampInfoBuilder() {
|
|
|
|
onChanged();
|
|
return getCampInfoFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfoOrBuilder getCampInfoOrBuilder() {
|
|
if (campInfoBuilder_ != null) {
|
|
return campInfoBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return campInfo_ == null ?
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.getDefaultInstance() : campInfo_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCampInfo camp_info = 11;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo, emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfoOrBuilder>
|
|
getCampInfoFieldBuilder() {
|
|
if (campInfoBuilder_ == null) {
|
|
campInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo, emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.GravenInnocenceCampInfoOrBuilder>(
|
|
getCampInfo(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
campInfo_ = null;
|
|
}
|
|
return campInfoBuilder_;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo carveInfo_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo, emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfoOrBuilder> carveInfoBuilder_;
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
* @return Whether the carveInfo field is set.
|
|
*/
|
|
public boolean hasCarveInfo() {
|
|
return carveInfoBuilder_ != null || carveInfo_ != null;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
* @return The carveInfo.
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo getCarveInfo() {
|
|
if (carveInfoBuilder_ == null) {
|
|
return carveInfo_ == null ? emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.getDefaultInstance() : carveInfo_;
|
|
} else {
|
|
return carveInfoBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
public Builder setCarveInfo(emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo value) {
|
|
if (carveInfoBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
carveInfo_ = value;
|
|
onChanged();
|
|
} else {
|
|
carveInfoBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
public Builder setCarveInfo(
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.Builder builderForValue) {
|
|
if (carveInfoBuilder_ == null) {
|
|
carveInfo_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
carveInfoBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
public Builder mergeCarveInfo(emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo value) {
|
|
if (carveInfoBuilder_ == null) {
|
|
if (carveInfo_ != null) {
|
|
carveInfo_ =
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.newBuilder(carveInfo_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
carveInfo_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
carveInfoBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
public Builder clearCarveInfo() {
|
|
if (carveInfoBuilder_ == null) {
|
|
carveInfo_ = null;
|
|
onChanged();
|
|
} else {
|
|
carveInfo_ = null;
|
|
carveInfoBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.Builder getCarveInfoBuilder() {
|
|
|
|
onChanged();
|
|
return getCarveInfoFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfoOrBuilder getCarveInfoOrBuilder() {
|
|
if (carveInfoBuilder_ != null) {
|
|
return carveInfoBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return carveInfo_ == null ?
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.getDefaultInstance() : carveInfo_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GravenInnocenceCarveInfo carve_info = 4;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo, emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfoOrBuilder>
|
|
getCarveInfoFieldBuilder() {
|
|
if (carveInfoBuilder_ == null) {
|
|
carveInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo, emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfo.Builder, emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.GravenInnocenceCarveInfoOrBuilder>(
|
|
getCarveInfo(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
carveInfo_ = null;
|
|
}
|
|
return carveInfoBuilder_;
|
|
}
|
|
@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:GravenInnocenceDetailInfo)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:GravenInnocenceDetailInfo)
|
|
private static final emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<GravenInnocenceDetailInfo>
|
|
PARSER = new com.google.protobuf.AbstractParser<GravenInnocenceDetailInfo>() {
|
|
@java.lang.Override
|
|
public GravenInnocenceDetailInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new GravenInnocenceDetailInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<GravenInnocenceDetailInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<GravenInnocenceDetailInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GravenInnocenceDetailInfoOuterClass.GravenInnocenceDetailInfo getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_GravenInnocenceDetailInfo_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_GravenInnocenceDetailInfo_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\037GravenInnocenceDetailInfo.proto\032\035Grave" +
|
|
"nInnocenceRaceInfo.proto\032\036GravenInnocenc" +
|
|
"ePhotoInfo.proto\032\035GravenInnocenceCampInf" +
|
|
"o.proto\032\036GravenInnocenceCarveInfo.proto\"" +
|
|
"\356\001\n\031GravenInnocenceDetailInfo\022+\n\trace_in" +
|
|
"fo\030\014 \001(\0132\030.GravenInnocenceRaceInfo\022\031\n\021is" +
|
|
"_content_closed\030\017 \001(\010\022-\n\nphoto_info\030\006 \001(" +
|
|
"\0132\031.GravenInnocencePhotoInfo\022+\n\tcamp_inf" +
|
|
"o\030\013 \001(\0132\030.GravenInnocenceCampInfo\022-\n\ncar" +
|
|
"ve_info\030\004 \001(\0132\031.GravenInnocenceCarveInfo" +
|
|
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_GravenInnocenceDetailInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_GravenInnocenceDetailInfo_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_GravenInnocenceDetailInfo_descriptor,
|
|
new java.lang.String[] { "RaceInfo", "IsContentClosed", "PhotoInfo", "CampInfo", "CarveInfo", });
|
|
emu.grasscutter.net.proto.GravenInnocenceRaceInfoOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.GravenInnocencePhotoInfoOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.GravenInnocenceCampInfoOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.GravenInnocenceCarveInfoOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|