// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ArenaChallengeChildChallengeInfo.proto package emu.grasscutter.net.proto; public final class ArenaChallengeChildChallengeInfoOuterClass { private ArenaChallengeChildChallengeInfoOuterClass() {} 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 ArenaChallengeChildChallengeInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:ArenaChallengeChildChallengeInfo) com.google.protobuf.MessageOrBuilder { /** * bool is_settled = 15; * @return The isSettled. */ boolean getIsSettled(); /** * uint32 challenge_index = 1; * @return The challengeIndex. */ int getChallengeIndex(); /** * bool is_success = 14; * @return The isSuccess. */ boolean getIsSuccess(); /** * uint32 challenge_id = 10; * @return The challengeId. */ int getChallengeId(); /** * uint32 challenge_type = 8; * @return The challengeType. */ int getChallengeType(); } /** *
   * Obf: LCKLGDEIAIO
   * 
* * Protobuf type {@code ArenaChallengeChildChallengeInfo} */ public static final class ArenaChallengeChildChallengeInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:ArenaChallengeChildChallengeInfo) ArenaChallengeChildChallengeInfoOrBuilder { private static final long serialVersionUID = 0L; // Use ArenaChallengeChildChallengeInfo.newBuilder() to construct. private ArenaChallengeChildChallengeInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ArenaChallengeChildChallengeInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ArenaChallengeChildChallengeInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ArenaChallengeChildChallengeInfo( 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 8: { challengeIndex_ = input.readUInt32(); break; } case 64: { challengeType_ = input.readUInt32(); break; } case 80: { challengeId_ = input.readUInt32(); break; } case 112: { isSuccess_ = input.readBool(); break; } case 120: { isSettled_ = 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.ArenaChallengeChildChallengeInfoOuterClass.internal_static_ArenaChallengeChildChallengeInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.internal_static_ArenaChallengeChildChallengeInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo.class, emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo.Builder.class); } public static final int IS_SETTLED_FIELD_NUMBER = 15; private boolean isSettled_; /** * bool is_settled = 15; * @return The isSettled. */ @java.lang.Override public boolean getIsSettled() { return isSettled_; } public static final int CHALLENGE_INDEX_FIELD_NUMBER = 1; private int challengeIndex_; /** * uint32 challenge_index = 1; * @return The challengeIndex. */ @java.lang.Override public int getChallengeIndex() { return challengeIndex_; } public static final int IS_SUCCESS_FIELD_NUMBER = 14; private boolean isSuccess_; /** * bool is_success = 14; * @return The isSuccess. */ @java.lang.Override public boolean getIsSuccess() { return isSuccess_; } public static final int CHALLENGE_ID_FIELD_NUMBER = 10; private int challengeId_; /** * uint32 challenge_id = 10; * @return The challengeId. */ @java.lang.Override public int getChallengeId() { return challengeId_; } public static final int CHALLENGE_TYPE_FIELD_NUMBER = 8; private int challengeType_; /** * uint32 challenge_type = 8; * @return The challengeType. */ @java.lang.Override public int getChallengeType() { return challengeType_; } 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 (challengeIndex_ != 0) { output.writeUInt32(1, challengeIndex_); } if (challengeType_ != 0) { output.writeUInt32(8, challengeType_); } if (challengeId_ != 0) { output.writeUInt32(10, challengeId_); } if (isSuccess_ != false) { output.writeBool(14, isSuccess_); } if (isSettled_ != false) { output.writeBool(15, isSettled_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (challengeIndex_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, challengeIndex_); } if (challengeType_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(8, challengeType_); } if (challengeId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(10, challengeId_); } if (isSuccess_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(14, isSuccess_); } if (isSettled_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(15, isSettled_); } 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo)) { return super.equals(obj); } emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo other = (emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo) obj; if (getIsSettled() != other.getIsSettled()) return false; if (getChallengeIndex() != other.getChallengeIndex()) return false; if (getIsSuccess() != other.getIsSuccess()) return false; if (getChallengeId() != other.getChallengeId()) return false; if (getChallengeType() != other.getChallengeType()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + IS_SETTLED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsSettled()); hash = (37 * hash) + CHALLENGE_INDEX_FIELD_NUMBER; hash = (53 * hash) + getChallengeIndex(); hash = (37 * hash) + IS_SUCCESS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsSuccess()); hash = (37 * hash) + CHALLENGE_ID_FIELD_NUMBER; hash = (53 * hash) + getChallengeId(); hash = (37 * hash) + CHALLENGE_TYPE_FIELD_NUMBER; hash = (53 * hash) + getChallengeType(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo 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; } /** *
     * Obf: LCKLGDEIAIO
     * 
* * Protobuf type {@code ArenaChallengeChildChallengeInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:ArenaChallengeChildChallengeInfo) emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.internal_static_ArenaChallengeChildChallengeInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.internal_static_ArenaChallengeChildChallengeInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo.class, emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo.Builder.class); } // Construct using emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo.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(); isSettled_ = false; challengeIndex_ = 0; isSuccess_ = false; challengeId_ = 0; challengeType_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.internal_static_ArenaChallengeChildChallengeInfo_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo getDefaultInstanceForType() { return emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo build() { emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo buildPartial() { emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo result = new emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo(this); result.isSettled_ = isSettled_; result.challengeIndex_ = challengeIndex_; result.isSuccess_ = isSuccess_; result.challengeId_ = challengeId_; result.challengeType_ = challengeType_; 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo) { return mergeFrom((emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo other) { if (other == emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo.getDefaultInstance()) return this; if (other.getIsSettled() != false) { setIsSettled(other.getIsSettled()); } if (other.getChallengeIndex() != 0) { setChallengeIndex(other.getChallengeIndex()); } if (other.getIsSuccess() != false) { setIsSuccess(other.getIsSuccess()); } if (other.getChallengeId() != 0) { setChallengeId(other.getChallengeId()); } if (other.getChallengeType() != 0) { setChallengeType(other.getChallengeType()); } 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.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private boolean isSettled_ ; /** * bool is_settled = 15; * @return The isSettled. */ @java.lang.Override public boolean getIsSettled() { return isSettled_; } /** * bool is_settled = 15; * @param value The isSettled to set. * @return This builder for chaining. */ public Builder setIsSettled(boolean value) { isSettled_ = value; onChanged(); return this; } /** * bool is_settled = 15; * @return This builder for chaining. */ public Builder clearIsSettled() { isSettled_ = false; onChanged(); return this; } private int challengeIndex_ ; /** * uint32 challenge_index = 1; * @return The challengeIndex. */ @java.lang.Override public int getChallengeIndex() { return challengeIndex_; } /** * uint32 challenge_index = 1; * @param value The challengeIndex to set. * @return This builder for chaining. */ public Builder setChallengeIndex(int value) { challengeIndex_ = value; onChanged(); return this; } /** * uint32 challenge_index = 1; * @return This builder for chaining. */ public Builder clearChallengeIndex() { challengeIndex_ = 0; onChanged(); return this; } private boolean isSuccess_ ; /** * bool is_success = 14; * @return The isSuccess. */ @java.lang.Override public boolean getIsSuccess() { return isSuccess_; } /** * bool is_success = 14; * @param value The isSuccess to set. * @return This builder for chaining. */ public Builder setIsSuccess(boolean value) { isSuccess_ = value; onChanged(); return this; } /** * bool is_success = 14; * @return This builder for chaining. */ public Builder clearIsSuccess() { isSuccess_ = false; onChanged(); return this; } private int challengeId_ ; /** * uint32 challenge_id = 10; * @return The challengeId. */ @java.lang.Override public int getChallengeId() { return challengeId_; } /** * uint32 challenge_id = 10; * @param value The challengeId to set. * @return This builder for chaining. */ public Builder setChallengeId(int value) { challengeId_ = value; onChanged(); return this; } /** * uint32 challenge_id = 10; * @return This builder for chaining. */ public Builder clearChallengeId() { challengeId_ = 0; onChanged(); return this; } private int challengeType_ ; /** * uint32 challenge_type = 8; * @return The challengeType. */ @java.lang.Override public int getChallengeType() { return challengeType_; } /** * uint32 challenge_type = 8; * @param value The challengeType to set. * @return This builder for chaining. */ public Builder setChallengeType(int value) { challengeType_ = value; onChanged(); return this; } /** * uint32 challenge_type = 8; * @return This builder for chaining. */ public Builder clearChallengeType() { challengeType_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:ArenaChallengeChildChallengeInfo) } // @@protoc_insertion_point(class_scope:ArenaChallengeChildChallengeInfo) private static final emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo(); } public static emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ArenaChallengeChildChallengeInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ArenaChallengeChildChallengeInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public emu.grasscutter.net.proto.ArenaChallengeChildChallengeInfoOuterClass.ArenaChallengeChildChallengeInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_ArenaChallengeChildChallengeInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_ArenaChallengeChildChallengeInfo_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&ArenaChallengeChildChallengeInfo.proto" + "\"\221\001\n ArenaChallengeChildChallengeInfo\022\022\n" + "\nis_settled\030\017 \001(\010\022\027\n\017challenge_index\030\001 \001" + "(\r\022\022\n\nis_success\030\016 \001(\010\022\024\n\014challenge_id\030\n" + " \001(\r\022\026\n\016challenge_type\030\010 \001(\rB\033\n\031emu.gras" + "scutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_ArenaChallengeChildChallengeInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_ArenaChallengeChildChallengeInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_ArenaChallengeChildChallengeInfo_descriptor, new java.lang.String[] { "IsSettled", "ChallengeIndex", "IsSuccess", "ChallengeId", "ChallengeType", }); } // @@protoc_insertion_point(outer_class_scope) }