All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skadistats.clarity.wire.shared.s2.proto.S2NetMessages Maven / Gradle / Ivy

Go to download

Clarity is an open source replay parser for Dota 2 and CSGO 1 and 2 written in Java. This JAR contains the protobuf classes for clarity.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: netmessages-s2.proto

package skadistats.clarity.wire.shared.s2.proto;

public final class S2NetMessages {
  private S2NetMessages() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
  }
  public interface CSVCMsg_CreateStringTableOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_CreateStringTable)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional string name = 1;
     */
    boolean hasName();
    /**
     * optional string name = 1;
     */
    java.lang.String getName();
    /**
     * optional string name = 1;
     */
    com.google.protobuf.ByteString
        getNameBytes();

    /**
     * optional int32 num_entries = 2;
     */
    boolean hasNumEntries();
    /**
     * optional int32 num_entries = 2;
     */
    int getNumEntries();

    /**
     * optional bool user_data_fixed_size = 3;
     */
    boolean hasUserDataFixedSize();
    /**
     * optional bool user_data_fixed_size = 3;
     */
    boolean getUserDataFixedSize();

    /**
     * optional int32 user_data_size = 4;
     */
    boolean hasUserDataSize();
    /**
     * optional int32 user_data_size = 4;
     */
    int getUserDataSize();

    /**
     * optional int32 user_data_size_bits = 5;
     */
    boolean hasUserDataSizeBits();
    /**
     * optional int32 user_data_size_bits = 5;
     */
    int getUserDataSizeBits();

    /**
     * optional int32 flags = 6;
     */
    boolean hasFlags();
    /**
     * optional int32 flags = 6;
     */
    int getFlags();

    /**
     * optional bytes string_data = 7;
     */
    boolean hasStringData();
    /**
     * optional bytes string_data = 7;
     */
    com.google.protobuf.ByteString getStringData();

    /**
     * optional int32 uncompressed_size = 8;
     */
    boolean hasUncompressedSize();
    /**
     * optional int32 uncompressed_size = 8;
     */
    int getUncompressedSize();

    /**
     * optional bool data_compressed = 9;
     */
    boolean hasDataCompressed();
    /**
     * optional bool data_compressed = 9;
     */
    boolean getDataCompressed();

    /**
     * optional bool using_varint_bitcounts = 10;
     */
    boolean hasUsingVarintBitcounts();
    /**
     * optional bool using_varint_bitcounts = 10;
     */
    boolean getUsingVarintBitcounts();
  }
  /**
   * Protobuf type {@code CSVCMsg_CreateStringTable}
   */
  public static final class CSVCMsg_CreateStringTable extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_CreateStringTable)
      CSVCMsg_CreateStringTableOrBuilder {
    // Use CSVCMsg_CreateStringTable.newBuilder() to construct.
    private CSVCMsg_CreateStringTable(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_CreateStringTable(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_CreateStringTable defaultInstance;
    public static CSVCMsg_CreateStringTable getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_CreateStringTable getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_CreateStringTable(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              com.google.protobuf.ByteString bs = input.readBytes();
              bitField0_ |= 0x00000001;
              name_ = bs;
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              numEntries_ = input.readInt32();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              userDataFixedSize_ = input.readBool();
              break;
            }
            case 32: {
              bitField0_ |= 0x00000008;
              userDataSize_ = input.readInt32();
              break;
            }
            case 40: {
              bitField0_ |= 0x00000010;
              userDataSizeBits_ = input.readInt32();
              break;
            }
            case 48: {
              bitField0_ |= 0x00000020;
              flags_ = input.readInt32();
              break;
            }
            case 58: {
              bitField0_ |= 0x00000040;
              stringData_ = input.readBytes();
              break;
            }
            case 64: {
              bitField0_ |= 0x00000080;
              uncompressedSize_ = input.readInt32();
              break;
            }
            case 72: {
              bitField0_ |= 0x00000100;
              dataCompressed_ = input.readBool();
              break;
            }
            case 80: {
              bitField0_ |= 0x00000200;
              usingVarintBitcounts_ = input.readBool();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_CreateStringTable parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_CreateStringTable(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int NAME_FIELD_NUMBER = 1;
    private java.lang.Object name_;
    /**
     * optional string name = 1;
     */
    public boolean hasName() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional string name = 1;
     */
    public java.lang.String getName() {
      java.lang.Object ref = name_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          name_ = s;
        }
        return s;
      }
    }
    /**
     * optional string name = 1;
     */
    public com.google.protobuf.ByteString
        getNameBytes() {
      java.lang.Object ref = name_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        name_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int NUM_ENTRIES_FIELD_NUMBER = 2;
    private int numEntries_;
    /**
     * optional int32 num_entries = 2;
     */
    public boolean hasNumEntries() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional int32 num_entries = 2;
     */
    public int getNumEntries() {
      return numEntries_;
    }

    public static final int USER_DATA_FIXED_SIZE_FIELD_NUMBER = 3;
    private boolean userDataFixedSize_;
    /**
     * optional bool user_data_fixed_size = 3;
     */
    public boolean hasUserDataFixedSize() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional bool user_data_fixed_size = 3;
     */
    public boolean getUserDataFixedSize() {
      return userDataFixedSize_;
    }

    public static final int USER_DATA_SIZE_FIELD_NUMBER = 4;
    private int userDataSize_;
    /**
     * optional int32 user_data_size = 4;
     */
    public boolean hasUserDataSize() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * optional int32 user_data_size = 4;
     */
    public int getUserDataSize() {
      return userDataSize_;
    }

    public static final int USER_DATA_SIZE_BITS_FIELD_NUMBER = 5;
    private int userDataSizeBits_;
    /**
     * optional int32 user_data_size_bits = 5;
     */
    public boolean hasUserDataSizeBits() {
      return ((bitField0_ & 0x00000010) == 0x00000010);
    }
    /**
     * optional int32 user_data_size_bits = 5;
     */
    public int getUserDataSizeBits() {
      return userDataSizeBits_;
    }

    public static final int FLAGS_FIELD_NUMBER = 6;
    private int flags_;
    /**
     * optional int32 flags = 6;
     */
    public boolean hasFlags() {
      return ((bitField0_ & 0x00000020) == 0x00000020);
    }
    /**
     * optional int32 flags = 6;
     */
    public int getFlags() {
      return flags_;
    }

    public static final int STRING_DATA_FIELD_NUMBER = 7;
    private com.google.protobuf.ByteString stringData_;
    /**
     * optional bytes string_data = 7;
     */
    public boolean hasStringData() {
      return ((bitField0_ & 0x00000040) == 0x00000040);
    }
    /**
     * optional bytes string_data = 7;
     */
    public com.google.protobuf.ByteString getStringData() {
      return stringData_;
    }

    public static final int UNCOMPRESSED_SIZE_FIELD_NUMBER = 8;
    private int uncompressedSize_;
    /**
     * optional int32 uncompressed_size = 8;
     */
    public boolean hasUncompressedSize() {
      return ((bitField0_ & 0x00000080) == 0x00000080);
    }
    /**
     * optional int32 uncompressed_size = 8;
     */
    public int getUncompressedSize() {
      return uncompressedSize_;
    }

    public static final int DATA_COMPRESSED_FIELD_NUMBER = 9;
    private boolean dataCompressed_;
    /**
     * optional bool data_compressed = 9;
     */
    public boolean hasDataCompressed() {
      return ((bitField0_ & 0x00000100) == 0x00000100);
    }
    /**
     * optional bool data_compressed = 9;
     */
    public boolean getDataCompressed() {
      return dataCompressed_;
    }

    public static final int USING_VARINT_BITCOUNTS_FIELD_NUMBER = 10;
    private boolean usingVarintBitcounts_;
    /**
     * optional bool using_varint_bitcounts = 10;
     */
    public boolean hasUsingVarintBitcounts() {
      return ((bitField0_ & 0x00000200) == 0x00000200);
    }
    /**
     * optional bool using_varint_bitcounts = 10;
     */
    public boolean getUsingVarintBitcounts() {
      return usingVarintBitcounts_;
    }

    private void initFields() {
      name_ = "";
      numEntries_ = 0;
      userDataFixedSize_ = false;
      userDataSize_ = 0;
      userDataSizeBits_ = 0;
      flags_ = 0;
      stringData_ = com.google.protobuf.ByteString.EMPTY;
      uncompressedSize_ = 0;
      dataCompressed_ = false;
      usingVarintBitcounts_ = false;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, getNameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeInt32(2, numEntries_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeBool(3, userDataFixedSize_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeInt32(4, userDataSize_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        output.writeInt32(5, userDataSizeBits_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        output.writeInt32(6, flags_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        output.writeBytes(7, stringData_);
      }
      if (((bitField0_ & 0x00000080) == 0x00000080)) {
        output.writeInt32(8, uncompressedSize_);
      }
      if (((bitField0_ & 0x00000100) == 0x00000100)) {
        output.writeBool(9, dataCompressed_);
      }
      if (((bitField0_ & 0x00000200) == 0x00000200)) {
        output.writeBool(10, usingVarintBitcounts_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, getNameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(2, numEntries_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(3, userDataFixedSize_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(4, userDataSize_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(5, userDataSizeBits_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(6, flags_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(7, stringData_);
      }
      if (((bitField0_ & 0x00000080) == 0x00000080)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(8, uncompressedSize_);
      }
      if (((bitField0_ & 0x00000100) == 0x00000100)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(9, dataCompressed_);
      }
      if (((bitField0_ & 0x00000200) == 0x00000200)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(10, usingVarintBitcounts_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_CreateStringTable}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_CreateStringTable)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTableOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        name_ = "";
        bitField0_ = (bitField0_ & ~0x00000001);
        numEntries_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        userDataFixedSize_ = false;
        bitField0_ = (bitField0_ & ~0x00000004);
        userDataSize_ = 0;
        bitField0_ = (bitField0_ & ~0x00000008);
        userDataSizeBits_ = 0;
        bitField0_ = (bitField0_ & ~0x00000010);
        flags_ = 0;
        bitField0_ = (bitField0_ & ~0x00000020);
        stringData_ = com.google.protobuf.ByteString.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000040);
        uncompressedSize_ = 0;
        bitField0_ = (bitField0_ & ~0x00000080);
        dataCompressed_ = false;
        bitField0_ = (bitField0_ & ~0x00000100);
        usingVarintBitcounts_ = false;
        bitField0_ = (bitField0_ & ~0x00000200);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.name_ = name_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.numEntries_ = numEntries_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.userDataFixedSize_ = userDataFixedSize_;
        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
          to_bitField0_ |= 0x00000008;
        }
        result.userDataSize_ = userDataSize_;
        if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
          to_bitField0_ |= 0x00000010;
        }
        result.userDataSizeBits_ = userDataSizeBits_;
        if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
          to_bitField0_ |= 0x00000020;
        }
        result.flags_ = flags_;
        if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
          to_bitField0_ |= 0x00000040;
        }
        result.stringData_ = stringData_;
        if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
          to_bitField0_ |= 0x00000080;
        }
        result.uncompressedSize_ = uncompressedSize_;
        if (((from_bitField0_ & 0x00000100) == 0x00000100)) {
          to_bitField0_ |= 0x00000100;
        }
        result.dataCompressed_ = dataCompressed_;
        if (((from_bitField0_ & 0x00000200) == 0x00000200)) {
          to_bitField0_ |= 0x00000200;
        }
        result.usingVarintBitcounts_ = usingVarintBitcounts_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.getDefaultInstance()) return this;
        if (other.hasName()) {
          bitField0_ |= 0x00000001;
          name_ = other.name_;
          onChanged();
        }
        if (other.hasNumEntries()) {
          setNumEntries(other.getNumEntries());
        }
        if (other.hasUserDataFixedSize()) {
          setUserDataFixedSize(other.getUserDataFixedSize());
        }
        if (other.hasUserDataSize()) {
          setUserDataSize(other.getUserDataSize());
        }
        if (other.hasUserDataSizeBits()) {
          setUserDataSizeBits(other.getUserDataSizeBits());
        }
        if (other.hasFlags()) {
          setFlags(other.getFlags());
        }
        if (other.hasStringData()) {
          setStringData(other.getStringData());
        }
        if (other.hasUncompressedSize()) {
          setUncompressedSize(other.getUncompressedSize());
        }
        if (other.hasDataCompressed()) {
          setDataCompressed(other.getDataCompressed());
        }
        if (other.hasUsingVarintBitcounts()) {
          setUsingVarintBitcounts(other.getUsingVarintBitcounts());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.lang.Object name_ = "";
      /**
       * optional string name = 1;
       */
      public boolean hasName() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional string name = 1;
       */
      public java.lang.String getName() {
        java.lang.Object ref = name_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          if (bs.isValidUtf8()) {
            name_ = s;
          }
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string name = 1;
       */
      public com.google.protobuf.ByteString
          getNameBytes() {
        java.lang.Object ref = name_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          name_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string name = 1;
       */
      public Builder setName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        name_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string name = 1;
       */
      public Builder clearName() {
        bitField0_ = (bitField0_ & ~0x00000001);
        name_ = getDefaultInstance().getName();
        onChanged();
        return this;
      }
      /**
       * optional string name = 1;
       */
      public Builder setNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        name_ = value;
        onChanged();
        return this;
      }

      private int numEntries_ ;
      /**
       * optional int32 num_entries = 2;
       */
      public boolean hasNumEntries() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional int32 num_entries = 2;
       */
      public int getNumEntries() {
        return numEntries_;
      }
      /**
       * optional int32 num_entries = 2;
       */
      public Builder setNumEntries(int value) {
        bitField0_ |= 0x00000002;
        numEntries_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 num_entries = 2;
       */
      public Builder clearNumEntries() {
        bitField0_ = (bitField0_ & ~0x00000002);
        numEntries_ = 0;
        onChanged();
        return this;
      }

      private boolean userDataFixedSize_ ;
      /**
       * optional bool user_data_fixed_size = 3;
       */
      public boolean hasUserDataFixedSize() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional bool user_data_fixed_size = 3;
       */
      public boolean getUserDataFixedSize() {
        return userDataFixedSize_;
      }
      /**
       * optional bool user_data_fixed_size = 3;
       */
      public Builder setUserDataFixedSize(boolean value) {
        bitField0_ |= 0x00000004;
        userDataFixedSize_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool user_data_fixed_size = 3;
       */
      public Builder clearUserDataFixedSize() {
        bitField0_ = (bitField0_ & ~0x00000004);
        userDataFixedSize_ = false;
        onChanged();
        return this;
      }

      private int userDataSize_ ;
      /**
       * optional int32 user_data_size = 4;
       */
      public boolean hasUserDataSize() {
        return ((bitField0_ & 0x00000008) == 0x00000008);
      }
      /**
       * optional int32 user_data_size = 4;
       */
      public int getUserDataSize() {
        return userDataSize_;
      }
      /**
       * optional int32 user_data_size = 4;
       */
      public Builder setUserDataSize(int value) {
        bitField0_ |= 0x00000008;
        userDataSize_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 user_data_size = 4;
       */
      public Builder clearUserDataSize() {
        bitField0_ = (bitField0_ & ~0x00000008);
        userDataSize_ = 0;
        onChanged();
        return this;
      }

      private int userDataSizeBits_ ;
      /**
       * optional int32 user_data_size_bits = 5;
       */
      public boolean hasUserDataSizeBits() {
        return ((bitField0_ & 0x00000010) == 0x00000010);
      }
      /**
       * optional int32 user_data_size_bits = 5;
       */
      public int getUserDataSizeBits() {
        return userDataSizeBits_;
      }
      /**
       * optional int32 user_data_size_bits = 5;
       */
      public Builder setUserDataSizeBits(int value) {
        bitField0_ |= 0x00000010;
        userDataSizeBits_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 user_data_size_bits = 5;
       */
      public Builder clearUserDataSizeBits() {
        bitField0_ = (bitField0_ & ~0x00000010);
        userDataSizeBits_ = 0;
        onChanged();
        return this;
      }

      private int flags_ ;
      /**
       * optional int32 flags = 6;
       */
      public boolean hasFlags() {
        return ((bitField0_ & 0x00000020) == 0x00000020);
      }
      /**
       * optional int32 flags = 6;
       */
      public int getFlags() {
        return flags_;
      }
      /**
       * optional int32 flags = 6;
       */
      public Builder setFlags(int value) {
        bitField0_ |= 0x00000020;
        flags_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 flags = 6;
       */
      public Builder clearFlags() {
        bitField0_ = (bitField0_ & ~0x00000020);
        flags_ = 0;
        onChanged();
        return this;
      }

      private com.google.protobuf.ByteString stringData_ = com.google.protobuf.ByteString.EMPTY;
      /**
       * optional bytes string_data = 7;
       */
      public boolean hasStringData() {
        return ((bitField0_ & 0x00000040) == 0x00000040);
      }
      /**
       * optional bytes string_data = 7;
       */
      public com.google.protobuf.ByteString getStringData() {
        return stringData_;
      }
      /**
       * optional bytes string_data = 7;
       */
      public Builder setStringData(com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000040;
        stringData_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bytes string_data = 7;
       */
      public Builder clearStringData() {
        bitField0_ = (bitField0_ & ~0x00000040);
        stringData_ = getDefaultInstance().getStringData();
        onChanged();
        return this;
      }

      private int uncompressedSize_ ;
      /**
       * optional int32 uncompressed_size = 8;
       */
      public boolean hasUncompressedSize() {
        return ((bitField0_ & 0x00000080) == 0x00000080);
      }
      /**
       * optional int32 uncompressed_size = 8;
       */
      public int getUncompressedSize() {
        return uncompressedSize_;
      }
      /**
       * optional int32 uncompressed_size = 8;
       */
      public Builder setUncompressedSize(int value) {
        bitField0_ |= 0x00000080;
        uncompressedSize_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 uncompressed_size = 8;
       */
      public Builder clearUncompressedSize() {
        bitField0_ = (bitField0_ & ~0x00000080);
        uncompressedSize_ = 0;
        onChanged();
        return this;
      }

      private boolean dataCompressed_ ;
      /**
       * optional bool data_compressed = 9;
       */
      public boolean hasDataCompressed() {
        return ((bitField0_ & 0x00000100) == 0x00000100);
      }
      /**
       * optional bool data_compressed = 9;
       */
      public boolean getDataCompressed() {
        return dataCompressed_;
      }
      /**
       * optional bool data_compressed = 9;
       */
      public Builder setDataCompressed(boolean value) {
        bitField0_ |= 0x00000100;
        dataCompressed_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool data_compressed = 9;
       */
      public Builder clearDataCompressed() {
        bitField0_ = (bitField0_ & ~0x00000100);
        dataCompressed_ = false;
        onChanged();
        return this;
      }

      private boolean usingVarintBitcounts_ ;
      /**
       * optional bool using_varint_bitcounts = 10;
       */
      public boolean hasUsingVarintBitcounts() {
        return ((bitField0_ & 0x00000200) == 0x00000200);
      }
      /**
       * optional bool using_varint_bitcounts = 10;
       */
      public boolean getUsingVarintBitcounts() {
        return usingVarintBitcounts_;
      }
      /**
       * optional bool using_varint_bitcounts = 10;
       */
      public Builder setUsingVarintBitcounts(boolean value) {
        bitField0_ |= 0x00000200;
        usingVarintBitcounts_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool using_varint_bitcounts = 10;
       */
      public Builder clearUsingVarintBitcounts() {
        bitField0_ = (bitField0_ & ~0x00000200);
        usingVarintBitcounts_ = false;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_CreateStringTable)
    }

    static {
      defaultInstance = new CSVCMsg_CreateStringTable(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_CreateStringTable)
  }

  public interface CSVCMsg_VoiceDataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_VoiceData)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional .CMsgVoiceAudio audio = 1;
     */
    boolean hasAudio();
    /**
     * optional .CMsgVoiceAudio audio = 1;
     */
    skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio getAudio();
    /**
     * optional .CMsgVoiceAudio audio = 1;
     */
    skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudioOrBuilder getAudioOrBuilder();

    /**
     * optional int32 client = 2;
     */
    boolean hasClient();
    /**
     * optional int32 client = 2;
     */
    int getClient();

    /**
     * optional bool proximity = 3;
     */
    boolean hasProximity();
    /**
     * optional bool proximity = 3;
     */
    boolean getProximity();

    /**
     * optional fixed64 xuid = 4;
     */
    boolean hasXuid();
    /**
     * optional fixed64 xuid = 4;
     */
    long getXuid();

    /**
     * optional int32 audible_mask = 5;
     */
    boolean hasAudibleMask();
    /**
     * optional int32 audible_mask = 5;
     */
    int getAudibleMask();

    /**
     * optional uint32 tick = 6;
     */
    boolean hasTick();
    /**
     * optional uint32 tick = 6;
     */
    int getTick();

    /**
     * optional int32 passthrough = 7;
     */
    boolean hasPassthrough();
    /**
     * optional int32 passthrough = 7;
     */
    int getPassthrough();
  }
  /**
   * Protobuf type {@code CSVCMsg_VoiceData}
   */
  public static final class CSVCMsg_VoiceData extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_VoiceData)
      CSVCMsg_VoiceDataOrBuilder {
    // Use CSVCMsg_VoiceData.newBuilder() to construct.
    private CSVCMsg_VoiceData(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_VoiceData(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_VoiceData defaultInstance;
    public static CSVCMsg_VoiceData getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_VoiceData getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_VoiceData(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.Builder subBuilder = null;
              if (((bitField0_ & 0x00000001) == 0x00000001)) {
                subBuilder = audio_.toBuilder();
              }
              audio_ = input.readMessage(skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(audio_);
                audio_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000001;
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              client_ = input.readInt32();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              proximity_ = input.readBool();
              break;
            }
            case 33: {
              bitField0_ |= 0x00000008;
              xuid_ = input.readFixed64();
              break;
            }
            case 40: {
              bitField0_ |= 0x00000010;
              audibleMask_ = input.readInt32();
              break;
            }
            case 48: {
              bitField0_ |= 0x00000020;
              tick_ = input.readUInt32();
              break;
            }
            case 56: {
              bitField0_ |= 0x00000040;
              passthrough_ = input.readInt32();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_VoiceData parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_VoiceData(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int AUDIO_FIELD_NUMBER = 1;
    private skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio audio_;
    /**
     * optional .CMsgVoiceAudio audio = 1;
     */
    public boolean hasAudio() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional .CMsgVoiceAudio audio = 1;
     */
    public skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio getAudio() {
      return audio_;
    }
    /**
     * optional .CMsgVoiceAudio audio = 1;
     */
    public skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudioOrBuilder getAudioOrBuilder() {
      return audio_;
    }

    public static final int CLIENT_FIELD_NUMBER = 2;
    private int client_;
    /**
     * optional int32 client = 2;
     */
    public boolean hasClient() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional int32 client = 2;
     */
    public int getClient() {
      return client_;
    }

    public static final int PROXIMITY_FIELD_NUMBER = 3;
    private boolean proximity_;
    /**
     * optional bool proximity = 3;
     */
    public boolean hasProximity() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional bool proximity = 3;
     */
    public boolean getProximity() {
      return proximity_;
    }

    public static final int XUID_FIELD_NUMBER = 4;
    private long xuid_;
    /**
     * optional fixed64 xuid = 4;
     */
    public boolean hasXuid() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * optional fixed64 xuid = 4;
     */
    public long getXuid() {
      return xuid_;
    }

    public static final int AUDIBLE_MASK_FIELD_NUMBER = 5;
    private int audibleMask_;
    /**
     * optional int32 audible_mask = 5;
     */
    public boolean hasAudibleMask() {
      return ((bitField0_ & 0x00000010) == 0x00000010);
    }
    /**
     * optional int32 audible_mask = 5;
     */
    public int getAudibleMask() {
      return audibleMask_;
    }

    public static final int TICK_FIELD_NUMBER = 6;
    private int tick_;
    /**
     * optional uint32 tick = 6;
     */
    public boolean hasTick() {
      return ((bitField0_ & 0x00000020) == 0x00000020);
    }
    /**
     * optional uint32 tick = 6;
     */
    public int getTick() {
      return tick_;
    }

    public static final int PASSTHROUGH_FIELD_NUMBER = 7;
    private int passthrough_;
    /**
     * optional int32 passthrough = 7;
     */
    public boolean hasPassthrough() {
      return ((bitField0_ & 0x00000040) == 0x00000040);
    }
    /**
     * optional int32 passthrough = 7;
     */
    public int getPassthrough() {
      return passthrough_;
    }

    private void initFields() {
      audio_ = skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.getDefaultInstance();
      client_ = 0;
      proximity_ = false;
      xuid_ = 0L;
      audibleMask_ = 0;
      tick_ = 0;
      passthrough_ = 0;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeMessage(1, audio_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeInt32(2, client_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeBool(3, proximity_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeFixed64(4, xuid_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        output.writeInt32(5, audibleMask_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        output.writeUInt32(6, tick_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        output.writeInt32(7, passthrough_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, audio_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(2, client_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(3, proximity_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeFixed64Size(4, xuid_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(5, audibleMask_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        size += com.google.protobuf.CodedOutputStream
          .computeUInt32Size(6, tick_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(7, passthrough_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_VoiceData}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_VoiceData)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceDataOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getAudioFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        if (audioBuilder_ == null) {
          audio_ = skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.getDefaultInstance();
        } else {
          audioBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000001);
        client_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        proximity_ = false;
        bitField0_ = (bitField0_ & ~0x00000004);
        xuid_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000008);
        audibleMask_ = 0;
        bitField0_ = (bitField0_ & ~0x00000010);
        tick_ = 0;
        bitField0_ = (bitField0_ & ~0x00000020);
        passthrough_ = 0;
        bitField0_ = (bitField0_ & ~0x00000040);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        if (audioBuilder_ == null) {
          result.audio_ = audio_;
        } else {
          result.audio_ = audioBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.client_ = client_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.proximity_ = proximity_;
        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
          to_bitField0_ |= 0x00000008;
        }
        result.xuid_ = xuid_;
        if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
          to_bitField0_ |= 0x00000010;
        }
        result.audibleMask_ = audibleMask_;
        if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
          to_bitField0_ |= 0x00000020;
        }
        result.tick_ = tick_;
        if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
          to_bitField0_ |= 0x00000040;
        }
        result.passthrough_ = passthrough_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData.getDefaultInstance()) return this;
        if (other.hasAudio()) {
          mergeAudio(other.getAudio());
        }
        if (other.hasClient()) {
          setClient(other.getClient());
        }
        if (other.hasProximity()) {
          setProximity(other.getProximity());
        }
        if (other.hasXuid()) {
          setXuid(other.getXuid());
        }
        if (other.hasAudibleMask()) {
          setAudibleMask(other.getAudibleMask());
        }
        if (other.hasTick()) {
          setTick(other.getTick());
        }
        if (other.hasPassthrough()) {
          setPassthrough(other.getPassthrough());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_VoiceData) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio audio_ = skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio, skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.Builder, skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudioOrBuilder> audioBuilder_;
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public boolean hasAudio() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio getAudio() {
        if (audioBuilder_ == null) {
          return audio_;
        } else {
          return audioBuilder_.getMessage();
        }
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public Builder setAudio(skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio value) {
        if (audioBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          audio_ = value;
          onChanged();
        } else {
          audioBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public Builder setAudio(
          skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.Builder builderForValue) {
        if (audioBuilder_ == null) {
          audio_ = builderForValue.build();
          onChanged();
        } else {
          audioBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public Builder mergeAudio(skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio value) {
        if (audioBuilder_ == null) {
          if (((bitField0_ & 0x00000001) == 0x00000001) &&
              audio_ != skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.getDefaultInstance()) {
            audio_ =
              skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.newBuilder(audio_).mergeFrom(value).buildPartial();
          } else {
            audio_ = value;
          }
          onChanged();
        } else {
          audioBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public Builder clearAudio() {
        if (audioBuilder_ == null) {
          audio_ = skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.getDefaultInstance();
          onChanged();
        } else {
          audioBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000001);
        return this;
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.Builder getAudioBuilder() {
        bitField0_ |= 0x00000001;
        onChanged();
        return getAudioFieldBuilder().getBuilder();
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      public skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudioOrBuilder getAudioOrBuilder() {
        if (audioBuilder_ != null) {
          return audioBuilder_.getMessageOrBuilder();
        } else {
          return audio_;
        }
      }
      /**
       * optional .CMsgVoiceAudio audio = 1;
       */
      private com.google.protobuf.SingleFieldBuilder<
          skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio, skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.Builder, skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudioOrBuilder> 
          getAudioFieldBuilder() {
        if (audioBuilder_ == null) {
          audioBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio, skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudio.Builder, skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.CMsgVoiceAudioOrBuilder>(
                  getAudio(),
                  getParentForChildren(),
                  isClean());
          audio_ = null;
        }
        return audioBuilder_;
      }

      private int client_ ;
      /**
       * optional int32 client = 2;
       */
      public boolean hasClient() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional int32 client = 2;
       */
      public int getClient() {
        return client_;
      }
      /**
       * optional int32 client = 2;
       */
      public Builder setClient(int value) {
        bitField0_ |= 0x00000002;
        client_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 client = 2;
       */
      public Builder clearClient() {
        bitField0_ = (bitField0_ & ~0x00000002);
        client_ = 0;
        onChanged();
        return this;
      }

      private boolean proximity_ ;
      /**
       * optional bool proximity = 3;
       */
      public boolean hasProximity() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional bool proximity = 3;
       */
      public boolean getProximity() {
        return proximity_;
      }
      /**
       * optional bool proximity = 3;
       */
      public Builder setProximity(boolean value) {
        bitField0_ |= 0x00000004;
        proximity_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool proximity = 3;
       */
      public Builder clearProximity() {
        bitField0_ = (bitField0_ & ~0x00000004);
        proximity_ = false;
        onChanged();
        return this;
      }

      private long xuid_ ;
      /**
       * optional fixed64 xuid = 4;
       */
      public boolean hasXuid() {
        return ((bitField0_ & 0x00000008) == 0x00000008);
      }
      /**
       * optional fixed64 xuid = 4;
       */
      public long getXuid() {
        return xuid_;
      }
      /**
       * optional fixed64 xuid = 4;
       */
      public Builder setXuid(long value) {
        bitField0_ |= 0x00000008;
        xuid_ = value;
        onChanged();
        return this;
      }
      /**
       * optional fixed64 xuid = 4;
       */
      public Builder clearXuid() {
        bitField0_ = (bitField0_ & ~0x00000008);
        xuid_ = 0L;
        onChanged();
        return this;
      }

      private int audibleMask_ ;
      /**
       * optional int32 audible_mask = 5;
       */
      public boolean hasAudibleMask() {
        return ((bitField0_ & 0x00000010) == 0x00000010);
      }
      /**
       * optional int32 audible_mask = 5;
       */
      public int getAudibleMask() {
        return audibleMask_;
      }
      /**
       * optional int32 audible_mask = 5;
       */
      public Builder setAudibleMask(int value) {
        bitField0_ |= 0x00000010;
        audibleMask_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 audible_mask = 5;
       */
      public Builder clearAudibleMask() {
        bitField0_ = (bitField0_ & ~0x00000010);
        audibleMask_ = 0;
        onChanged();
        return this;
      }

      private int tick_ ;
      /**
       * optional uint32 tick = 6;
       */
      public boolean hasTick() {
        return ((bitField0_ & 0x00000020) == 0x00000020);
      }
      /**
       * optional uint32 tick = 6;
       */
      public int getTick() {
        return tick_;
      }
      /**
       * optional uint32 tick = 6;
       */
      public Builder setTick(int value) {
        bitField0_ |= 0x00000020;
        tick_ = value;
        onChanged();
        return this;
      }
      /**
       * optional uint32 tick = 6;
       */
      public Builder clearTick() {
        bitField0_ = (bitField0_ & ~0x00000020);
        tick_ = 0;
        onChanged();
        return this;
      }

      private int passthrough_ ;
      /**
       * optional int32 passthrough = 7;
       */
      public boolean hasPassthrough() {
        return ((bitField0_ & 0x00000040) == 0x00000040);
      }
      /**
       * optional int32 passthrough = 7;
       */
      public int getPassthrough() {
        return passthrough_;
      }
      /**
       * optional int32 passthrough = 7;
       */
      public Builder setPassthrough(int value) {
        bitField0_ |= 0x00000040;
        passthrough_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 passthrough = 7;
       */
      public Builder clearPassthrough() {
        bitField0_ = (bitField0_ & ~0x00000040);
        passthrough_ = 0;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_VoiceData)
    }

    static {
      defaultInstance = new CSVCMsg_VoiceData(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_VoiceData)
  }

  public interface CSVCMsg_ClearAllStringTablesOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_ClearAllStringTables)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional string mapname = 1;
     */
    boolean hasMapname();
    /**
     * optional string mapname = 1;
     */
    java.lang.String getMapname();
    /**
     * optional string mapname = 1;
     */
    com.google.protobuf.ByteString
        getMapnameBytes();

    /**
     * optional uint32 map_crc = 2;
     */
    boolean hasMapCrc();
    /**
     * optional uint32 map_crc = 2;
     */
    int getMapCrc();

    /**
     * optional bool create_tables_skipped = 3;
     */
    boolean hasCreateTablesSkipped();
    /**
     * optional bool create_tables_skipped = 3;
     */
    boolean getCreateTablesSkipped();
  }
  /**
   * Protobuf type {@code CSVCMsg_ClearAllStringTables}
   */
  public static final class CSVCMsg_ClearAllStringTables extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_ClearAllStringTables)
      CSVCMsg_ClearAllStringTablesOrBuilder {
    // Use CSVCMsg_ClearAllStringTables.newBuilder() to construct.
    private CSVCMsg_ClearAllStringTables(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_ClearAllStringTables(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_ClearAllStringTables defaultInstance;
    public static CSVCMsg_ClearAllStringTables getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_ClearAllStringTables getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_ClearAllStringTables(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              com.google.protobuf.ByteString bs = input.readBytes();
              bitField0_ |= 0x00000001;
              mapname_ = bs;
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              mapCrc_ = input.readUInt32();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              createTablesSkipped_ = input.readBool();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_ClearAllStringTables parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_ClearAllStringTables(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int MAPNAME_FIELD_NUMBER = 1;
    private java.lang.Object mapname_;
    /**
     * optional string mapname = 1;
     */
    public boolean hasMapname() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional string mapname = 1;
     */
    public java.lang.String getMapname() {
      java.lang.Object ref = mapname_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          mapname_ = s;
        }
        return s;
      }
    }
    /**
     * optional string mapname = 1;
     */
    public com.google.protobuf.ByteString
        getMapnameBytes() {
      java.lang.Object ref = mapname_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        mapname_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int MAP_CRC_FIELD_NUMBER = 2;
    private int mapCrc_;
    /**
     * optional uint32 map_crc = 2;
     */
    public boolean hasMapCrc() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional uint32 map_crc = 2;
     */
    public int getMapCrc() {
      return mapCrc_;
    }

    public static final int CREATE_TABLES_SKIPPED_FIELD_NUMBER = 3;
    private boolean createTablesSkipped_;
    /**
     * optional bool create_tables_skipped = 3;
     */
    public boolean hasCreateTablesSkipped() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional bool create_tables_skipped = 3;
     */
    public boolean getCreateTablesSkipped() {
      return createTablesSkipped_;
    }

    private void initFields() {
      mapname_ = "";
      mapCrc_ = 0;
      createTablesSkipped_ = false;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, getMapnameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeUInt32(2, mapCrc_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeBool(3, createTablesSkipped_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, getMapnameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeUInt32Size(2, mapCrc_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(3, createTablesSkipped_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_ClearAllStringTables}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_ClearAllStringTables)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTablesOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        mapname_ = "";
        bitField0_ = (bitField0_ & ~0x00000001);
        mapCrc_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        createTablesSkipped_ = false;
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.mapname_ = mapname_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.mapCrc_ = mapCrc_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.createTablesSkipped_ = createTablesSkipped_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.getDefaultInstance()) return this;
        if (other.hasMapname()) {
          bitField0_ |= 0x00000001;
          mapname_ = other.mapname_;
          onChanged();
        }
        if (other.hasMapCrc()) {
          setMapCrc(other.getMapCrc());
        }
        if (other.hasCreateTablesSkipped()) {
          setCreateTablesSkipped(other.getCreateTablesSkipped());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.lang.Object mapname_ = "";
      /**
       * optional string mapname = 1;
       */
      public boolean hasMapname() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional string mapname = 1;
       */
      public java.lang.String getMapname() {
        java.lang.Object ref = mapname_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          if (bs.isValidUtf8()) {
            mapname_ = s;
          }
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string mapname = 1;
       */
      public com.google.protobuf.ByteString
          getMapnameBytes() {
        java.lang.Object ref = mapname_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          mapname_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string mapname = 1;
       */
      public Builder setMapname(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        mapname_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string mapname = 1;
       */
      public Builder clearMapname() {
        bitField0_ = (bitField0_ & ~0x00000001);
        mapname_ = getDefaultInstance().getMapname();
        onChanged();
        return this;
      }
      /**
       * optional string mapname = 1;
       */
      public Builder setMapnameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        mapname_ = value;
        onChanged();
        return this;
      }

      private int mapCrc_ ;
      /**
       * optional uint32 map_crc = 2;
       */
      public boolean hasMapCrc() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional uint32 map_crc = 2;
       */
      public int getMapCrc() {
        return mapCrc_;
      }
      /**
       * optional uint32 map_crc = 2;
       */
      public Builder setMapCrc(int value) {
        bitField0_ |= 0x00000002;
        mapCrc_ = value;
        onChanged();
        return this;
      }
      /**
       * optional uint32 map_crc = 2;
       */
      public Builder clearMapCrc() {
        bitField0_ = (bitField0_ & ~0x00000002);
        mapCrc_ = 0;
        onChanged();
        return this;
      }

      private boolean createTablesSkipped_ ;
      /**
       * optional bool create_tables_skipped = 3;
       */
      public boolean hasCreateTablesSkipped() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional bool create_tables_skipped = 3;
       */
      public boolean getCreateTablesSkipped() {
        return createTablesSkipped_;
      }
      /**
       * optional bool create_tables_skipped = 3;
       */
      public Builder setCreateTablesSkipped(boolean value) {
        bitField0_ |= 0x00000004;
        createTablesSkipped_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool create_tables_skipped = 3;
       */
      public Builder clearCreateTablesSkipped() {
        bitField0_ = (bitField0_ & ~0x00000004);
        createTablesSkipped_ = false;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_ClearAllStringTables)
    }

    static {
      defaultInstance = new CSVCMsg_ClearAllStringTables(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_ClearAllStringTables)
  }

  public interface ProtoFlattenedSerializerField_tOrBuilder extends
      // @@protoc_insertion_point(interface_extends:ProtoFlattenedSerializerField_t)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional int32 var_type_sym = 1;
     */
    boolean hasVarTypeSym();
    /**
     * optional int32 var_type_sym = 1;
     */
    int getVarTypeSym();

    /**
     * optional int32 var_name_sym = 2;
     */
    boolean hasVarNameSym();
    /**
     * optional int32 var_name_sym = 2;
     */
    int getVarNameSym();

    /**
     * optional int32 bit_count = 3;
     */
    boolean hasBitCount();
    /**
     * optional int32 bit_count = 3;
     */
    int getBitCount();

    /**
     * optional float low_value = 4;
     */
    boolean hasLowValue();
    /**
     * optional float low_value = 4;
     */
    float getLowValue();

    /**
     * optional float high_value = 5;
     */
    boolean hasHighValue();
    /**
     * optional float high_value = 5;
     */
    float getHighValue();

    /**
     * optional int32 encode_flags = 6;
     */
    boolean hasEncodeFlags();
    /**
     * optional int32 encode_flags = 6;
     */
    int getEncodeFlags();

    /**
     * optional int32 field_serializer_name_sym = 7;
     */
    boolean hasFieldSerializerNameSym();
    /**
     * optional int32 field_serializer_name_sym = 7;
     */
    int getFieldSerializerNameSym();

    /**
     * optional int32 field_serializer_version = 8;
     */
    boolean hasFieldSerializerVersion();
    /**
     * optional int32 field_serializer_version = 8;
     */
    int getFieldSerializerVersion();

    /**
     * optional int32 send_node_sym = 9;
     */
    boolean hasSendNodeSym();
    /**
     * optional int32 send_node_sym = 9;
     */
    int getSendNodeSym();

    /**
     * optional int32 var_encoder_sym = 10;
     */
    boolean hasVarEncoderSym();
    /**
     * optional int32 var_encoder_sym = 10;
     */
    int getVarEncoderSym();

    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    java.util.List 
        getPolymorphicTypesList();
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t getPolymorphicTypes(int index);
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    int getPolymorphicTypesCount();
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    java.util.List 
        getPolymorphicTypesOrBuilderList();
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_tOrBuilder getPolymorphicTypesOrBuilder(
        int index);

    /**
     * optional int32 var_serializer_sym = 12;
     */
    boolean hasVarSerializerSym();
    /**
     * optional int32 var_serializer_sym = 12;
     */
    int getVarSerializerSym();
  }
  /**
   * Protobuf type {@code ProtoFlattenedSerializerField_t}
   */
  public static final class ProtoFlattenedSerializerField_t extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:ProtoFlattenedSerializerField_t)
      ProtoFlattenedSerializerField_tOrBuilder {
    // Use ProtoFlattenedSerializerField_t.newBuilder() to construct.
    private ProtoFlattenedSerializerField_t(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private ProtoFlattenedSerializerField_t(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final ProtoFlattenedSerializerField_t defaultInstance;
    public static ProtoFlattenedSerializerField_t getDefaultInstance() {
      return defaultInstance;
    }

    public ProtoFlattenedSerializerField_t getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private ProtoFlattenedSerializerField_t(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 8: {
              bitField0_ |= 0x00000001;
              varTypeSym_ = input.readInt32();
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              varNameSym_ = input.readInt32();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              bitCount_ = input.readInt32();
              break;
            }
            case 37: {
              bitField0_ |= 0x00000008;
              lowValue_ = input.readFloat();
              break;
            }
            case 45: {
              bitField0_ |= 0x00000010;
              highValue_ = input.readFloat();
              break;
            }
            case 48: {
              bitField0_ |= 0x00000020;
              encodeFlags_ = input.readInt32();
              break;
            }
            case 56: {
              bitField0_ |= 0x00000040;
              fieldSerializerNameSym_ = input.readInt32();
              break;
            }
            case 64: {
              bitField0_ |= 0x00000080;
              fieldSerializerVersion_ = input.readInt32();
              break;
            }
            case 72: {
              bitField0_ |= 0x00000100;
              sendNodeSym_ = input.readInt32();
              break;
            }
            case 80: {
              bitField0_ |= 0x00000200;
              varEncoderSym_ = input.readInt32();
              break;
            }
            case 90: {
              if (!((mutable_bitField0_ & 0x00000400) == 0x00000400)) {
                polymorphicTypes_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000400;
              }
              polymorphicTypes_.add(input.readMessage(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.PARSER, extensionRegistry));
              break;
            }
            case 96: {
              bitField0_ |= 0x00000400;
              varSerializerSym_ = input.readInt32();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000400) == 0x00000400)) {
          polymorphicTypes_ = java.util.Collections.unmodifiableList(polymorphicTypes_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public ProtoFlattenedSerializerField_t parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ProtoFlattenedSerializerField_t(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    public interface polymorphic_field_tOrBuilder extends
        // @@protoc_insertion_point(interface_extends:ProtoFlattenedSerializerField_t.polymorphic_field_t)
        com.google.protobuf.MessageOrBuilder {

      /**
       * optional int32 polymorphic_field_serializer_name_sym = 1;
       */
      boolean hasPolymorphicFieldSerializerNameSym();
      /**
       * optional int32 polymorphic_field_serializer_name_sym = 1;
       */
      int getPolymorphicFieldSerializerNameSym();

      /**
       * optional int32 polymorphic_field_serializer_version = 2;
       */
      boolean hasPolymorphicFieldSerializerVersion();
      /**
       * optional int32 polymorphic_field_serializer_version = 2;
       */
      int getPolymorphicFieldSerializerVersion();
    }
    /**
     * Protobuf type {@code ProtoFlattenedSerializerField_t.polymorphic_field_t}
     */
    public static final class polymorphic_field_t extends
        com.google.protobuf.GeneratedMessage implements
        // @@protoc_insertion_point(message_implements:ProtoFlattenedSerializerField_t.polymorphic_field_t)
        polymorphic_field_tOrBuilder {
      // Use polymorphic_field_t.newBuilder() to construct.
      private polymorphic_field_t(com.google.protobuf.GeneratedMessage.Builder builder) {
        super(builder);
        this.unknownFields = builder.getUnknownFields();
      }
      private polymorphic_field_t(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

      private static final polymorphic_field_t defaultInstance;
      public static polymorphic_field_t getDefaultInstance() {
        return defaultInstance;
      }

      public polymorphic_field_t getDefaultInstanceForType() {
        return defaultInstance;
      }

      private final com.google.protobuf.UnknownFieldSet unknownFields;
      @java.lang.Override
      public final com.google.protobuf.UnknownFieldSet
          getUnknownFields() {
        return this.unknownFields;
      }
      private polymorphic_field_t(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        initFields();
        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;
              default: {
                if (!parseUnknownField(input, unknownFields,
                                       extensionRegistry, tag)) {
                  done = true;
                }
                break;
              }
              case 8: {
                bitField0_ |= 0x00000001;
                polymorphicFieldSerializerNameSym_ = input.readInt32();
                break;
              }
              case 16: {
                bitField0_ |= 0x00000002;
                polymorphicFieldSerializerVersion_ = input.readInt32();
                break;
              }
            }
          }
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.setUnfinishedMessage(this);
        } catch (java.io.IOException e) {
          throw new com.google.protobuf.InvalidProtocolBufferException(
              e.getMessage()).setUnfinishedMessage(this);
        } finally {
          this.unknownFields = unknownFields.build();
          makeExtensionsImmutable();
        }
      }
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder.class);
      }

      public static com.google.protobuf.Parser PARSER =
          new com.google.protobuf.AbstractParser() {
        public polymorphic_field_t parsePartialFrom(
            com.google.protobuf.CodedInputStream input,
            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
            throws com.google.protobuf.InvalidProtocolBufferException {
          return new polymorphic_field_t(input, extensionRegistry);
        }
      };

      @java.lang.Override
      public com.google.protobuf.Parser getParserForType() {
        return PARSER;
      }

      private int bitField0_;
      public static final int POLYMORPHIC_FIELD_SERIALIZER_NAME_SYM_FIELD_NUMBER = 1;
      private int polymorphicFieldSerializerNameSym_;
      /**
       * optional int32 polymorphic_field_serializer_name_sym = 1;
       */
      public boolean hasPolymorphicFieldSerializerNameSym() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional int32 polymorphic_field_serializer_name_sym = 1;
       */
      public int getPolymorphicFieldSerializerNameSym() {
        return polymorphicFieldSerializerNameSym_;
      }

      public static final int POLYMORPHIC_FIELD_SERIALIZER_VERSION_FIELD_NUMBER = 2;
      private int polymorphicFieldSerializerVersion_;
      /**
       * optional int32 polymorphic_field_serializer_version = 2;
       */
      public boolean hasPolymorphicFieldSerializerVersion() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional int32 polymorphic_field_serializer_version = 2;
       */
      public int getPolymorphicFieldSerializerVersion() {
        return polymorphicFieldSerializerVersion_;
      }

      private void initFields() {
        polymorphicFieldSerializerNameSym_ = 0;
        polymorphicFieldSerializerVersion_ = 0;
      }
      private byte memoizedIsInitialized = -1;
      public final boolean isInitialized() {
        byte isInitialized = memoizedIsInitialized;
        if (isInitialized == 1) return true;
        if (isInitialized == 0) return false;

        memoizedIsInitialized = 1;
        return true;
      }

      public void writeTo(com.google.protobuf.CodedOutputStream output)
                          throws java.io.IOException {
        getSerializedSize();
        if (((bitField0_ & 0x00000001) == 0x00000001)) {
          output.writeInt32(1, polymorphicFieldSerializerNameSym_);
        }
        if (((bitField0_ & 0x00000002) == 0x00000002)) {
          output.writeInt32(2, polymorphicFieldSerializerVersion_);
        }
        getUnknownFields().writeTo(output);
      }

      private int memoizedSerializedSize = -1;
      public int getSerializedSize() {
        int size = memoizedSerializedSize;
        if (size != -1) return size;

        size = 0;
        if (((bitField0_ & 0x00000001) == 0x00000001)) {
          size += com.google.protobuf.CodedOutputStream
            .computeInt32Size(1, polymorphicFieldSerializerNameSym_);
        }
        if (((bitField0_ & 0x00000002) == 0x00000002)) {
          size += com.google.protobuf.CodedOutputStream
            .computeInt32Size(2, polymorphicFieldSerializerVersion_);
        }
        size += getUnknownFields().getSerializedSize();
        memoizedSerializedSize = size;
        return size;
      }

      private static final long serialVersionUID = 0L;
      @java.lang.Override
      protected java.lang.Object writeReplace()
          throws java.io.ObjectStreamException {
        return super.writeReplace();
      }

      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(
          com.google.protobuf.ByteString data)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(
          com.google.protobuf.ByteString data,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data, extensionRegistry);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(byte[] data)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(
          byte[] data,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return PARSER.parseFrom(data, extensionRegistry);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(java.io.InputStream input)
          throws java.io.IOException {
        return PARSER.parseFrom(input);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(
          java.io.InputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        return PARSER.parseFrom(input, extensionRegistry);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseDelimitedFrom(java.io.InputStream input)
          throws java.io.IOException {
        return PARSER.parseDelimitedFrom(input);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseDelimitedFrom(
          java.io.InputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        return PARSER.parseDelimitedFrom(input, extensionRegistry);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(
          com.google.protobuf.CodedInputStream input)
          throws java.io.IOException {
        return PARSER.parseFrom(input);
      }
      public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parseFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        return PARSER.parseFrom(input, extensionRegistry);
      }

      public static Builder newBuilder() { return Builder.create(); }
      public Builder newBuilderForType() { return newBuilder(); }
      public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t prototype) {
        return newBuilder().mergeFrom(prototype);
      }
      public Builder toBuilder() { return newBuilder(this); }

      @java.lang.Override
      protected Builder newBuilderForType(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        Builder builder = new Builder(parent);
        return builder;
      }
      /**
       * Protobuf type {@code ProtoFlattenedSerializerField_t.polymorphic_field_t}
       */
      public static final class Builder extends
          com.google.protobuf.GeneratedMessage.Builder implements
          // @@protoc_insertion_point(builder_implements:ProtoFlattenedSerializerField_t.polymorphic_field_t)
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_tOrBuilder {
        public static final com.google.protobuf.Descriptors.Descriptor
            getDescriptor() {
          return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_descriptor;
        }

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
            internalGetFieldAccessorTable() {
          return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_fieldAccessorTable
              .ensureFieldAccessorsInitialized(
                  skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder.class);
        }

        // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.newBuilder()
        private Builder() {
          maybeForceBuilderInitialization();
        }

        private Builder(
            com.google.protobuf.GeneratedMessage.BuilderParent parent) {
          super(parent);
          maybeForceBuilderInitialization();
        }
        private void maybeForceBuilderInitialization() {
          if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          }
        }
        private static Builder create() {
          return new Builder();
        }

        public Builder clear() {
          super.clear();
          polymorphicFieldSerializerNameSym_ = 0;
          bitField0_ = (bitField0_ & ~0x00000001);
          polymorphicFieldSerializerVersion_ = 0;
          bitField0_ = (bitField0_ & ~0x00000002);
          return this;
        }

        public Builder clone() {
          return create().mergeFrom(buildPartial());
        }

        public com.google.protobuf.Descriptors.Descriptor
            getDescriptorForType() {
          return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_descriptor;
        }

        public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t getDefaultInstanceForType() {
          return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.getDefaultInstance();
        }

        public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t build() {
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t result = buildPartial();
          if (!result.isInitialized()) {
            throw newUninitializedMessageException(result);
          }
          return result;
        }

        public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t buildPartial() {
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t(this);
          int from_bitField0_ = bitField0_;
          int to_bitField0_ = 0;
          if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
            to_bitField0_ |= 0x00000001;
          }
          result.polymorphicFieldSerializerNameSym_ = polymorphicFieldSerializerNameSym_;
          if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
            to_bitField0_ |= 0x00000002;
          }
          result.polymorphicFieldSerializerVersion_ = polymorphicFieldSerializerVersion_;
          result.bitField0_ = to_bitField0_;
          onBuilt();
          return result;
        }

        public Builder mergeFrom(com.google.protobuf.Message other) {
          if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t) {
            return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t)other);
          } else {
            super.mergeFrom(other);
            return this;
          }
        }

        public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t other) {
          if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.getDefaultInstance()) return this;
          if (other.hasPolymorphicFieldSerializerNameSym()) {
            setPolymorphicFieldSerializerNameSym(other.getPolymorphicFieldSerializerNameSym());
          }
          if (other.hasPolymorphicFieldSerializerVersion()) {
            setPolymorphicFieldSerializerVersion(other.getPolymorphicFieldSerializerVersion());
          }
          this.mergeUnknownFields(other.getUnknownFields());
          return this;
        }

        public final boolean isInitialized() {
          return true;
        }

        public Builder mergeFrom(
            com.google.protobuf.CodedInputStream input,
            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
            throws java.io.IOException {
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t parsedMessage = null;
          try {
            parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
            parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t) e.getUnfinishedMessage();
            throw e;
          } finally {
            if (parsedMessage != null) {
              mergeFrom(parsedMessage);
            }
          }
          return this;
        }
        private int bitField0_;

        private int polymorphicFieldSerializerNameSym_ ;
        /**
         * optional int32 polymorphic_field_serializer_name_sym = 1;
         */
        public boolean hasPolymorphicFieldSerializerNameSym() {
          return ((bitField0_ & 0x00000001) == 0x00000001);
        }
        /**
         * optional int32 polymorphic_field_serializer_name_sym = 1;
         */
        public int getPolymorphicFieldSerializerNameSym() {
          return polymorphicFieldSerializerNameSym_;
        }
        /**
         * optional int32 polymorphic_field_serializer_name_sym = 1;
         */
        public Builder setPolymorphicFieldSerializerNameSym(int value) {
          bitField0_ |= 0x00000001;
          polymorphicFieldSerializerNameSym_ = value;
          onChanged();
          return this;
        }
        /**
         * optional int32 polymorphic_field_serializer_name_sym = 1;
         */
        public Builder clearPolymorphicFieldSerializerNameSym() {
          bitField0_ = (bitField0_ & ~0x00000001);
          polymorphicFieldSerializerNameSym_ = 0;
          onChanged();
          return this;
        }

        private int polymorphicFieldSerializerVersion_ ;
        /**
         * optional int32 polymorphic_field_serializer_version = 2;
         */
        public boolean hasPolymorphicFieldSerializerVersion() {
          return ((bitField0_ & 0x00000002) == 0x00000002);
        }
        /**
         * optional int32 polymorphic_field_serializer_version = 2;
         */
        public int getPolymorphicFieldSerializerVersion() {
          return polymorphicFieldSerializerVersion_;
        }
        /**
         * optional int32 polymorphic_field_serializer_version = 2;
         */
        public Builder setPolymorphicFieldSerializerVersion(int value) {
          bitField0_ |= 0x00000002;
          polymorphicFieldSerializerVersion_ = value;
          onChanged();
          return this;
        }
        /**
         * optional int32 polymorphic_field_serializer_version = 2;
         */
        public Builder clearPolymorphicFieldSerializerVersion() {
          bitField0_ = (bitField0_ & ~0x00000002);
          polymorphicFieldSerializerVersion_ = 0;
          onChanged();
          return this;
        }

        // @@protoc_insertion_point(builder_scope:ProtoFlattenedSerializerField_t.polymorphic_field_t)
      }

      static {
        defaultInstance = new polymorphic_field_t(true);
        defaultInstance.initFields();
      }

      // @@protoc_insertion_point(class_scope:ProtoFlattenedSerializerField_t.polymorphic_field_t)
    }

    private int bitField0_;
    public static final int VAR_TYPE_SYM_FIELD_NUMBER = 1;
    private int varTypeSym_;
    /**
     * optional int32 var_type_sym = 1;
     */
    public boolean hasVarTypeSym() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional int32 var_type_sym = 1;
     */
    public int getVarTypeSym() {
      return varTypeSym_;
    }

    public static final int VAR_NAME_SYM_FIELD_NUMBER = 2;
    private int varNameSym_;
    /**
     * optional int32 var_name_sym = 2;
     */
    public boolean hasVarNameSym() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional int32 var_name_sym = 2;
     */
    public int getVarNameSym() {
      return varNameSym_;
    }

    public static final int BIT_COUNT_FIELD_NUMBER = 3;
    private int bitCount_;
    /**
     * optional int32 bit_count = 3;
     */
    public boolean hasBitCount() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional int32 bit_count = 3;
     */
    public int getBitCount() {
      return bitCount_;
    }

    public static final int LOW_VALUE_FIELD_NUMBER = 4;
    private float lowValue_;
    /**
     * optional float low_value = 4;
     */
    public boolean hasLowValue() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * optional float low_value = 4;
     */
    public float getLowValue() {
      return lowValue_;
    }

    public static final int HIGH_VALUE_FIELD_NUMBER = 5;
    private float highValue_;
    /**
     * optional float high_value = 5;
     */
    public boolean hasHighValue() {
      return ((bitField0_ & 0x00000010) == 0x00000010);
    }
    /**
     * optional float high_value = 5;
     */
    public float getHighValue() {
      return highValue_;
    }

    public static final int ENCODE_FLAGS_FIELD_NUMBER = 6;
    private int encodeFlags_;
    /**
     * optional int32 encode_flags = 6;
     */
    public boolean hasEncodeFlags() {
      return ((bitField0_ & 0x00000020) == 0x00000020);
    }
    /**
     * optional int32 encode_flags = 6;
     */
    public int getEncodeFlags() {
      return encodeFlags_;
    }

    public static final int FIELD_SERIALIZER_NAME_SYM_FIELD_NUMBER = 7;
    private int fieldSerializerNameSym_;
    /**
     * optional int32 field_serializer_name_sym = 7;
     */
    public boolean hasFieldSerializerNameSym() {
      return ((bitField0_ & 0x00000040) == 0x00000040);
    }
    /**
     * optional int32 field_serializer_name_sym = 7;
     */
    public int getFieldSerializerNameSym() {
      return fieldSerializerNameSym_;
    }

    public static final int FIELD_SERIALIZER_VERSION_FIELD_NUMBER = 8;
    private int fieldSerializerVersion_;
    /**
     * optional int32 field_serializer_version = 8;
     */
    public boolean hasFieldSerializerVersion() {
      return ((bitField0_ & 0x00000080) == 0x00000080);
    }
    /**
     * optional int32 field_serializer_version = 8;
     */
    public int getFieldSerializerVersion() {
      return fieldSerializerVersion_;
    }

    public static final int SEND_NODE_SYM_FIELD_NUMBER = 9;
    private int sendNodeSym_;
    /**
     * optional int32 send_node_sym = 9;
     */
    public boolean hasSendNodeSym() {
      return ((bitField0_ & 0x00000100) == 0x00000100);
    }
    /**
     * optional int32 send_node_sym = 9;
     */
    public int getSendNodeSym() {
      return sendNodeSym_;
    }

    public static final int VAR_ENCODER_SYM_FIELD_NUMBER = 10;
    private int varEncoderSym_;
    /**
     * optional int32 var_encoder_sym = 10;
     */
    public boolean hasVarEncoderSym() {
      return ((bitField0_ & 0x00000200) == 0x00000200);
    }
    /**
     * optional int32 var_encoder_sym = 10;
     */
    public int getVarEncoderSym() {
      return varEncoderSym_;
    }

    public static final int POLYMORPHIC_TYPES_FIELD_NUMBER = 11;
    private java.util.List polymorphicTypes_;
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    public java.util.List getPolymorphicTypesList() {
      return polymorphicTypes_;
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    public java.util.List 
        getPolymorphicTypesOrBuilderList() {
      return polymorphicTypes_;
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    public int getPolymorphicTypesCount() {
      return polymorphicTypes_.size();
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t getPolymorphicTypes(int index) {
      return polymorphicTypes_.get(index);
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_tOrBuilder getPolymorphicTypesOrBuilder(
        int index) {
      return polymorphicTypes_.get(index);
    }

    public static final int VAR_SERIALIZER_SYM_FIELD_NUMBER = 12;
    private int varSerializerSym_;
    /**
     * optional int32 var_serializer_sym = 12;
     */
    public boolean hasVarSerializerSym() {
      return ((bitField0_ & 0x00000400) == 0x00000400);
    }
    /**
     * optional int32 var_serializer_sym = 12;
     */
    public int getVarSerializerSym() {
      return varSerializerSym_;
    }

    private void initFields() {
      varTypeSym_ = 0;
      varNameSym_ = 0;
      bitCount_ = 0;
      lowValue_ = 0F;
      highValue_ = 0F;
      encodeFlags_ = 0;
      fieldSerializerNameSym_ = 0;
      fieldSerializerVersion_ = 0;
      sendNodeSym_ = 0;
      varEncoderSym_ = 0;
      polymorphicTypes_ = java.util.Collections.emptyList();
      varSerializerSym_ = 0;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeInt32(1, varTypeSym_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeInt32(2, varNameSym_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeInt32(3, bitCount_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeFloat(4, lowValue_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        output.writeFloat(5, highValue_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        output.writeInt32(6, encodeFlags_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        output.writeInt32(7, fieldSerializerNameSym_);
      }
      if (((bitField0_ & 0x00000080) == 0x00000080)) {
        output.writeInt32(8, fieldSerializerVersion_);
      }
      if (((bitField0_ & 0x00000100) == 0x00000100)) {
        output.writeInt32(9, sendNodeSym_);
      }
      if (((bitField0_ & 0x00000200) == 0x00000200)) {
        output.writeInt32(10, varEncoderSym_);
      }
      for (int i = 0; i < polymorphicTypes_.size(); i++) {
        output.writeMessage(11, polymorphicTypes_.get(i));
      }
      if (((bitField0_ & 0x00000400) == 0x00000400)) {
        output.writeInt32(12, varSerializerSym_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(1, varTypeSym_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(2, varNameSym_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(3, bitCount_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(4, lowValue_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        size += com.google.protobuf.CodedOutputStream
          .computeFloatSize(5, highValue_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(6, encodeFlags_);
      }
      if (((bitField0_ & 0x00000040) == 0x00000040)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(7, fieldSerializerNameSym_);
      }
      if (((bitField0_ & 0x00000080) == 0x00000080)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(8, fieldSerializerVersion_);
      }
      if (((bitField0_ & 0x00000100) == 0x00000100)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(9, sendNodeSym_);
      }
      if (((bitField0_ & 0x00000200) == 0x00000200)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(10, varEncoderSym_);
      }
      for (int i = 0; i < polymorphicTypes_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(11, polymorphicTypes_.get(i));
      }
      if (((bitField0_ & 0x00000400) == 0x00000400)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(12, varSerializerSym_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code ProtoFlattenedSerializerField_t}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:ProtoFlattenedSerializerField_t)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getPolymorphicTypesFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        varTypeSym_ = 0;
        bitField0_ = (bitField0_ & ~0x00000001);
        varNameSym_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        bitCount_ = 0;
        bitField0_ = (bitField0_ & ~0x00000004);
        lowValue_ = 0F;
        bitField0_ = (bitField0_ & ~0x00000008);
        highValue_ = 0F;
        bitField0_ = (bitField0_ & ~0x00000010);
        encodeFlags_ = 0;
        bitField0_ = (bitField0_ & ~0x00000020);
        fieldSerializerNameSym_ = 0;
        bitField0_ = (bitField0_ & ~0x00000040);
        fieldSerializerVersion_ = 0;
        bitField0_ = (bitField0_ & ~0x00000080);
        sendNodeSym_ = 0;
        bitField0_ = (bitField0_ & ~0x00000100);
        varEncoderSym_ = 0;
        bitField0_ = (bitField0_ & ~0x00000200);
        if (polymorphicTypesBuilder_ == null) {
          polymorphicTypes_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000400);
        } else {
          polymorphicTypesBuilder_.clear();
        }
        varSerializerSym_ = 0;
        bitField0_ = (bitField0_ & ~0x00000800);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.varTypeSym_ = varTypeSym_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.varNameSym_ = varNameSym_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.bitCount_ = bitCount_;
        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
          to_bitField0_ |= 0x00000008;
        }
        result.lowValue_ = lowValue_;
        if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
          to_bitField0_ |= 0x00000010;
        }
        result.highValue_ = highValue_;
        if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
          to_bitField0_ |= 0x00000020;
        }
        result.encodeFlags_ = encodeFlags_;
        if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
          to_bitField0_ |= 0x00000040;
        }
        result.fieldSerializerNameSym_ = fieldSerializerNameSym_;
        if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
          to_bitField0_ |= 0x00000080;
        }
        result.fieldSerializerVersion_ = fieldSerializerVersion_;
        if (((from_bitField0_ & 0x00000100) == 0x00000100)) {
          to_bitField0_ |= 0x00000100;
        }
        result.sendNodeSym_ = sendNodeSym_;
        if (((from_bitField0_ & 0x00000200) == 0x00000200)) {
          to_bitField0_ |= 0x00000200;
        }
        result.varEncoderSym_ = varEncoderSym_;
        if (polymorphicTypesBuilder_ == null) {
          if (((bitField0_ & 0x00000400) == 0x00000400)) {
            polymorphicTypes_ = java.util.Collections.unmodifiableList(polymorphicTypes_);
            bitField0_ = (bitField0_ & ~0x00000400);
          }
          result.polymorphicTypes_ = polymorphicTypes_;
        } else {
          result.polymorphicTypes_ = polymorphicTypesBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000800) == 0x00000800)) {
          to_bitField0_ |= 0x00000400;
        }
        result.varSerializerSym_ = varSerializerSym_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance()) return this;
        if (other.hasVarTypeSym()) {
          setVarTypeSym(other.getVarTypeSym());
        }
        if (other.hasVarNameSym()) {
          setVarNameSym(other.getVarNameSym());
        }
        if (other.hasBitCount()) {
          setBitCount(other.getBitCount());
        }
        if (other.hasLowValue()) {
          setLowValue(other.getLowValue());
        }
        if (other.hasHighValue()) {
          setHighValue(other.getHighValue());
        }
        if (other.hasEncodeFlags()) {
          setEncodeFlags(other.getEncodeFlags());
        }
        if (other.hasFieldSerializerNameSym()) {
          setFieldSerializerNameSym(other.getFieldSerializerNameSym());
        }
        if (other.hasFieldSerializerVersion()) {
          setFieldSerializerVersion(other.getFieldSerializerVersion());
        }
        if (other.hasSendNodeSym()) {
          setSendNodeSym(other.getSendNodeSym());
        }
        if (other.hasVarEncoderSym()) {
          setVarEncoderSym(other.getVarEncoderSym());
        }
        if (polymorphicTypesBuilder_ == null) {
          if (!other.polymorphicTypes_.isEmpty()) {
            if (polymorphicTypes_.isEmpty()) {
              polymorphicTypes_ = other.polymorphicTypes_;
              bitField0_ = (bitField0_ & ~0x00000400);
            } else {
              ensurePolymorphicTypesIsMutable();
              polymorphicTypes_.addAll(other.polymorphicTypes_);
            }
            onChanged();
          }
        } else {
          if (!other.polymorphicTypes_.isEmpty()) {
            if (polymorphicTypesBuilder_.isEmpty()) {
              polymorphicTypesBuilder_.dispose();
              polymorphicTypesBuilder_ = null;
              polymorphicTypes_ = other.polymorphicTypes_;
              bitField0_ = (bitField0_ & ~0x00000400);
              polymorphicTypesBuilder_ = 
                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
                   getPolymorphicTypesFieldBuilder() : null;
            } else {
              polymorphicTypesBuilder_.addAllMessages(other.polymorphicTypes_);
            }
          }
        }
        if (other.hasVarSerializerSym()) {
          setVarSerializerSym(other.getVarSerializerSym());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private int varTypeSym_ ;
      /**
       * optional int32 var_type_sym = 1;
       */
      public boolean hasVarTypeSym() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional int32 var_type_sym = 1;
       */
      public int getVarTypeSym() {
        return varTypeSym_;
      }
      /**
       * optional int32 var_type_sym = 1;
       */
      public Builder setVarTypeSym(int value) {
        bitField0_ |= 0x00000001;
        varTypeSym_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 var_type_sym = 1;
       */
      public Builder clearVarTypeSym() {
        bitField0_ = (bitField0_ & ~0x00000001);
        varTypeSym_ = 0;
        onChanged();
        return this;
      }

      private int varNameSym_ ;
      /**
       * optional int32 var_name_sym = 2;
       */
      public boolean hasVarNameSym() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional int32 var_name_sym = 2;
       */
      public int getVarNameSym() {
        return varNameSym_;
      }
      /**
       * optional int32 var_name_sym = 2;
       */
      public Builder setVarNameSym(int value) {
        bitField0_ |= 0x00000002;
        varNameSym_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 var_name_sym = 2;
       */
      public Builder clearVarNameSym() {
        bitField0_ = (bitField0_ & ~0x00000002);
        varNameSym_ = 0;
        onChanged();
        return this;
      }

      private int bitCount_ ;
      /**
       * optional int32 bit_count = 3;
       */
      public boolean hasBitCount() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional int32 bit_count = 3;
       */
      public int getBitCount() {
        return bitCount_;
      }
      /**
       * optional int32 bit_count = 3;
       */
      public Builder setBitCount(int value) {
        bitField0_ |= 0x00000004;
        bitCount_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 bit_count = 3;
       */
      public Builder clearBitCount() {
        bitField0_ = (bitField0_ & ~0x00000004);
        bitCount_ = 0;
        onChanged();
        return this;
      }

      private float lowValue_ ;
      /**
       * optional float low_value = 4;
       */
      public boolean hasLowValue() {
        return ((bitField0_ & 0x00000008) == 0x00000008);
      }
      /**
       * optional float low_value = 4;
       */
      public float getLowValue() {
        return lowValue_;
      }
      /**
       * optional float low_value = 4;
       */
      public Builder setLowValue(float value) {
        bitField0_ |= 0x00000008;
        lowValue_ = value;
        onChanged();
        return this;
      }
      /**
       * optional float low_value = 4;
       */
      public Builder clearLowValue() {
        bitField0_ = (bitField0_ & ~0x00000008);
        lowValue_ = 0F;
        onChanged();
        return this;
      }

      private float highValue_ ;
      /**
       * optional float high_value = 5;
       */
      public boolean hasHighValue() {
        return ((bitField0_ & 0x00000010) == 0x00000010);
      }
      /**
       * optional float high_value = 5;
       */
      public float getHighValue() {
        return highValue_;
      }
      /**
       * optional float high_value = 5;
       */
      public Builder setHighValue(float value) {
        bitField0_ |= 0x00000010;
        highValue_ = value;
        onChanged();
        return this;
      }
      /**
       * optional float high_value = 5;
       */
      public Builder clearHighValue() {
        bitField0_ = (bitField0_ & ~0x00000010);
        highValue_ = 0F;
        onChanged();
        return this;
      }

      private int encodeFlags_ ;
      /**
       * optional int32 encode_flags = 6;
       */
      public boolean hasEncodeFlags() {
        return ((bitField0_ & 0x00000020) == 0x00000020);
      }
      /**
       * optional int32 encode_flags = 6;
       */
      public int getEncodeFlags() {
        return encodeFlags_;
      }
      /**
       * optional int32 encode_flags = 6;
       */
      public Builder setEncodeFlags(int value) {
        bitField0_ |= 0x00000020;
        encodeFlags_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 encode_flags = 6;
       */
      public Builder clearEncodeFlags() {
        bitField0_ = (bitField0_ & ~0x00000020);
        encodeFlags_ = 0;
        onChanged();
        return this;
      }

      private int fieldSerializerNameSym_ ;
      /**
       * optional int32 field_serializer_name_sym = 7;
       */
      public boolean hasFieldSerializerNameSym() {
        return ((bitField0_ & 0x00000040) == 0x00000040);
      }
      /**
       * optional int32 field_serializer_name_sym = 7;
       */
      public int getFieldSerializerNameSym() {
        return fieldSerializerNameSym_;
      }
      /**
       * optional int32 field_serializer_name_sym = 7;
       */
      public Builder setFieldSerializerNameSym(int value) {
        bitField0_ |= 0x00000040;
        fieldSerializerNameSym_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 field_serializer_name_sym = 7;
       */
      public Builder clearFieldSerializerNameSym() {
        bitField0_ = (bitField0_ & ~0x00000040);
        fieldSerializerNameSym_ = 0;
        onChanged();
        return this;
      }

      private int fieldSerializerVersion_ ;
      /**
       * optional int32 field_serializer_version = 8;
       */
      public boolean hasFieldSerializerVersion() {
        return ((bitField0_ & 0x00000080) == 0x00000080);
      }
      /**
       * optional int32 field_serializer_version = 8;
       */
      public int getFieldSerializerVersion() {
        return fieldSerializerVersion_;
      }
      /**
       * optional int32 field_serializer_version = 8;
       */
      public Builder setFieldSerializerVersion(int value) {
        bitField0_ |= 0x00000080;
        fieldSerializerVersion_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 field_serializer_version = 8;
       */
      public Builder clearFieldSerializerVersion() {
        bitField0_ = (bitField0_ & ~0x00000080);
        fieldSerializerVersion_ = 0;
        onChanged();
        return this;
      }

      private int sendNodeSym_ ;
      /**
       * optional int32 send_node_sym = 9;
       */
      public boolean hasSendNodeSym() {
        return ((bitField0_ & 0x00000100) == 0x00000100);
      }
      /**
       * optional int32 send_node_sym = 9;
       */
      public int getSendNodeSym() {
        return sendNodeSym_;
      }
      /**
       * optional int32 send_node_sym = 9;
       */
      public Builder setSendNodeSym(int value) {
        bitField0_ |= 0x00000100;
        sendNodeSym_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 send_node_sym = 9;
       */
      public Builder clearSendNodeSym() {
        bitField0_ = (bitField0_ & ~0x00000100);
        sendNodeSym_ = 0;
        onChanged();
        return this;
      }

      private int varEncoderSym_ ;
      /**
       * optional int32 var_encoder_sym = 10;
       */
      public boolean hasVarEncoderSym() {
        return ((bitField0_ & 0x00000200) == 0x00000200);
      }
      /**
       * optional int32 var_encoder_sym = 10;
       */
      public int getVarEncoderSym() {
        return varEncoderSym_;
      }
      /**
       * optional int32 var_encoder_sym = 10;
       */
      public Builder setVarEncoderSym(int value) {
        bitField0_ |= 0x00000200;
        varEncoderSym_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 var_encoder_sym = 10;
       */
      public Builder clearVarEncoderSym() {
        bitField0_ = (bitField0_ & ~0x00000200);
        varEncoderSym_ = 0;
        onChanged();
        return this;
      }

      private java.util.List polymorphicTypes_ =
        java.util.Collections.emptyList();
      private void ensurePolymorphicTypesIsMutable() {
        if (!((bitField0_ & 0x00000400) == 0x00000400)) {
          polymorphicTypes_ = new java.util.ArrayList(polymorphicTypes_);
          bitField0_ |= 0x00000400;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_tOrBuilder> polymorphicTypesBuilder_;

      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public java.util.List getPolymorphicTypesList() {
        if (polymorphicTypesBuilder_ == null) {
          return java.util.Collections.unmodifiableList(polymorphicTypes_);
        } else {
          return polymorphicTypesBuilder_.getMessageList();
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public int getPolymorphicTypesCount() {
        if (polymorphicTypesBuilder_ == null) {
          return polymorphicTypes_.size();
        } else {
          return polymorphicTypesBuilder_.getCount();
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t getPolymorphicTypes(int index) {
        if (polymorphicTypesBuilder_ == null) {
          return polymorphicTypes_.get(index);
        } else {
          return polymorphicTypesBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder setPolymorphicTypes(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t value) {
        if (polymorphicTypesBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensurePolymorphicTypesIsMutable();
          polymorphicTypes_.set(index, value);
          onChanged();
        } else {
          polymorphicTypesBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder setPolymorphicTypes(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder builderForValue) {
        if (polymorphicTypesBuilder_ == null) {
          ensurePolymorphicTypesIsMutable();
          polymorphicTypes_.set(index, builderForValue.build());
          onChanged();
        } else {
          polymorphicTypesBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder addPolymorphicTypes(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t value) {
        if (polymorphicTypesBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensurePolymorphicTypesIsMutable();
          polymorphicTypes_.add(value);
          onChanged();
        } else {
          polymorphicTypesBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder addPolymorphicTypes(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t value) {
        if (polymorphicTypesBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensurePolymorphicTypesIsMutable();
          polymorphicTypes_.add(index, value);
          onChanged();
        } else {
          polymorphicTypesBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder addPolymorphicTypes(
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder builderForValue) {
        if (polymorphicTypesBuilder_ == null) {
          ensurePolymorphicTypesIsMutable();
          polymorphicTypes_.add(builderForValue.build());
          onChanged();
        } else {
          polymorphicTypesBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder addPolymorphicTypes(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder builderForValue) {
        if (polymorphicTypesBuilder_ == null) {
          ensurePolymorphicTypesIsMutable();
          polymorphicTypes_.add(index, builderForValue.build());
          onChanged();
        } else {
          polymorphicTypesBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder addAllPolymorphicTypes(
          java.lang.Iterable values) {
        if (polymorphicTypesBuilder_ == null) {
          ensurePolymorphicTypesIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, polymorphicTypes_);
          onChanged();
        } else {
          polymorphicTypesBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder clearPolymorphicTypes() {
        if (polymorphicTypesBuilder_ == null) {
          polymorphicTypes_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000400);
          onChanged();
        } else {
          polymorphicTypesBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public Builder removePolymorphicTypes(int index) {
        if (polymorphicTypesBuilder_ == null) {
          ensurePolymorphicTypesIsMutable();
          polymorphicTypes_.remove(index);
          onChanged();
        } else {
          polymorphicTypesBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder getPolymorphicTypesBuilder(
          int index) {
        return getPolymorphicTypesFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_tOrBuilder getPolymorphicTypesOrBuilder(
          int index) {
        if (polymorphicTypesBuilder_ == null) {
          return polymorphicTypes_.get(index);  } else {
          return polymorphicTypesBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public java.util.List 
           getPolymorphicTypesOrBuilderList() {
        if (polymorphicTypesBuilder_ != null) {
          return polymorphicTypesBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(polymorphicTypes_);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder addPolymorphicTypesBuilder() {
        return getPolymorphicTypesFieldBuilder().addBuilder(
            skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.getDefaultInstance());
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder addPolymorphicTypesBuilder(
          int index) {
        return getPolymorphicTypesFieldBuilder().addBuilder(
            index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.getDefaultInstance());
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t.polymorphic_field_t polymorphic_types = 11;
       */
      public java.util.List 
           getPolymorphicTypesBuilderList() {
        return getPolymorphicTypesFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_tOrBuilder> 
          getPolymorphicTypesFieldBuilder() {
        if (polymorphicTypesBuilder_ == null) {
          polymorphicTypesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.polymorphic_field_tOrBuilder>(
                  polymorphicTypes_,
                  ((bitField0_ & 0x00000400) == 0x00000400),
                  getParentForChildren(),
                  isClean());
          polymorphicTypes_ = null;
        }
        return polymorphicTypesBuilder_;
      }

      private int varSerializerSym_ ;
      /**
       * optional int32 var_serializer_sym = 12;
       */
      public boolean hasVarSerializerSym() {
        return ((bitField0_ & 0x00000800) == 0x00000800);
      }
      /**
       * optional int32 var_serializer_sym = 12;
       */
      public int getVarSerializerSym() {
        return varSerializerSym_;
      }
      /**
       * optional int32 var_serializer_sym = 12;
       */
      public Builder setVarSerializerSym(int value) {
        bitField0_ |= 0x00000800;
        varSerializerSym_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 var_serializer_sym = 12;
       */
      public Builder clearVarSerializerSym() {
        bitField0_ = (bitField0_ & ~0x00000800);
        varSerializerSym_ = 0;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:ProtoFlattenedSerializerField_t)
    }

    static {
      defaultInstance = new ProtoFlattenedSerializerField_t(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:ProtoFlattenedSerializerField_t)
  }

  public interface ProtoFlattenedSerializer_tOrBuilder extends
      // @@protoc_insertion_point(interface_extends:ProtoFlattenedSerializer_t)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional int32 serializer_name_sym = 1;
     */
    boolean hasSerializerNameSym();
    /**
     * optional int32 serializer_name_sym = 1;
     */
    int getSerializerNameSym();

    /**
     * optional int32 serializer_version = 2;
     */
    boolean hasSerializerVersion();
    /**
     * optional int32 serializer_version = 2;
     */
    int getSerializerVersion();

    /**
     * repeated int32 fields_index = 3;
     */
    java.util.List getFieldsIndexList();
    /**
     * repeated int32 fields_index = 3;
     */
    int getFieldsIndexCount();
    /**
     * repeated int32 fields_index = 3;
     */
    int getFieldsIndex(int index);
  }
  /**
   * Protobuf type {@code ProtoFlattenedSerializer_t}
   */
  public static final class ProtoFlattenedSerializer_t extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:ProtoFlattenedSerializer_t)
      ProtoFlattenedSerializer_tOrBuilder {
    // Use ProtoFlattenedSerializer_t.newBuilder() to construct.
    private ProtoFlattenedSerializer_t(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private ProtoFlattenedSerializer_t(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final ProtoFlattenedSerializer_t defaultInstance;
    public static ProtoFlattenedSerializer_t getDefaultInstance() {
      return defaultInstance;
    }

    public ProtoFlattenedSerializer_t getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private ProtoFlattenedSerializer_t(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 8: {
              bitField0_ |= 0x00000001;
              serializerNameSym_ = input.readInt32();
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              serializerVersion_ = input.readInt32();
              break;
            }
            case 24: {
              if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
                fieldsIndex_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000004;
              }
              fieldsIndex_.add(input.readInt32());
              break;
            }
            case 26: {
              int length = input.readRawVarint32();
              int limit = input.pushLimit(length);
              if (!((mutable_bitField0_ & 0x00000004) == 0x00000004) && input.getBytesUntilLimit() > 0) {
                fieldsIndex_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000004;
              }
              while (input.getBytesUntilLimit() > 0) {
                fieldsIndex_.add(input.readInt32());
              }
              input.popLimit(limit);
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
          fieldsIndex_ = java.util.Collections.unmodifiableList(fieldsIndex_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public ProtoFlattenedSerializer_t parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ProtoFlattenedSerializer_t(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int SERIALIZER_NAME_SYM_FIELD_NUMBER = 1;
    private int serializerNameSym_;
    /**
     * optional int32 serializer_name_sym = 1;
     */
    public boolean hasSerializerNameSym() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional int32 serializer_name_sym = 1;
     */
    public int getSerializerNameSym() {
      return serializerNameSym_;
    }

    public static final int SERIALIZER_VERSION_FIELD_NUMBER = 2;
    private int serializerVersion_;
    /**
     * optional int32 serializer_version = 2;
     */
    public boolean hasSerializerVersion() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional int32 serializer_version = 2;
     */
    public int getSerializerVersion() {
      return serializerVersion_;
    }

    public static final int FIELDS_INDEX_FIELD_NUMBER = 3;
    private java.util.List fieldsIndex_;
    /**
     * repeated int32 fields_index = 3;
     */
    public java.util.List
        getFieldsIndexList() {
      return fieldsIndex_;
    }
    /**
     * repeated int32 fields_index = 3;
     */
    public int getFieldsIndexCount() {
      return fieldsIndex_.size();
    }
    /**
     * repeated int32 fields_index = 3;
     */
    public int getFieldsIndex(int index) {
      return fieldsIndex_.get(index);
    }

    private void initFields() {
      serializerNameSym_ = 0;
      serializerVersion_ = 0;
      fieldsIndex_ = java.util.Collections.emptyList();
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeInt32(1, serializerNameSym_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeInt32(2, serializerVersion_);
      }
      for (int i = 0; i < fieldsIndex_.size(); i++) {
        output.writeInt32(3, fieldsIndex_.get(i));
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(1, serializerNameSym_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(2, serializerVersion_);
      }
      {
        int dataSize = 0;
        for (int i = 0; i < fieldsIndex_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeInt32SizeNoTag(fieldsIndex_.get(i));
        }
        size += dataSize;
        size += 1 * getFieldsIndexList().size();
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code ProtoFlattenedSerializer_t}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:ProtoFlattenedSerializer_t)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        serializerNameSym_ = 0;
        bitField0_ = (bitField0_ & ~0x00000001);
        serializerVersion_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        fieldsIndex_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.serializerNameSym_ = serializerNameSym_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.serializerVersion_ = serializerVersion_;
        if (((bitField0_ & 0x00000004) == 0x00000004)) {
          fieldsIndex_ = java.util.Collections.unmodifiableList(fieldsIndex_);
          bitField0_ = (bitField0_ & ~0x00000004);
        }
        result.fieldsIndex_ = fieldsIndex_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance()) return this;
        if (other.hasSerializerNameSym()) {
          setSerializerNameSym(other.getSerializerNameSym());
        }
        if (other.hasSerializerVersion()) {
          setSerializerVersion(other.getSerializerVersion());
        }
        if (!other.fieldsIndex_.isEmpty()) {
          if (fieldsIndex_.isEmpty()) {
            fieldsIndex_ = other.fieldsIndex_;
            bitField0_ = (bitField0_ & ~0x00000004);
          } else {
            ensureFieldsIndexIsMutable();
            fieldsIndex_.addAll(other.fieldsIndex_);
          }
          onChanged();
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private int serializerNameSym_ ;
      /**
       * optional int32 serializer_name_sym = 1;
       */
      public boolean hasSerializerNameSym() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional int32 serializer_name_sym = 1;
       */
      public int getSerializerNameSym() {
        return serializerNameSym_;
      }
      /**
       * optional int32 serializer_name_sym = 1;
       */
      public Builder setSerializerNameSym(int value) {
        bitField0_ |= 0x00000001;
        serializerNameSym_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 serializer_name_sym = 1;
       */
      public Builder clearSerializerNameSym() {
        bitField0_ = (bitField0_ & ~0x00000001);
        serializerNameSym_ = 0;
        onChanged();
        return this;
      }

      private int serializerVersion_ ;
      /**
       * optional int32 serializer_version = 2;
       */
      public boolean hasSerializerVersion() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional int32 serializer_version = 2;
       */
      public int getSerializerVersion() {
        return serializerVersion_;
      }
      /**
       * optional int32 serializer_version = 2;
       */
      public Builder setSerializerVersion(int value) {
        bitField0_ |= 0x00000002;
        serializerVersion_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 serializer_version = 2;
       */
      public Builder clearSerializerVersion() {
        bitField0_ = (bitField0_ & ~0x00000002);
        serializerVersion_ = 0;
        onChanged();
        return this;
      }

      private java.util.List fieldsIndex_ = java.util.Collections.emptyList();
      private void ensureFieldsIndexIsMutable() {
        if (!((bitField0_ & 0x00000004) == 0x00000004)) {
          fieldsIndex_ = new java.util.ArrayList(fieldsIndex_);
          bitField0_ |= 0x00000004;
         }
      }
      /**
       * repeated int32 fields_index = 3;
       */
      public java.util.List
          getFieldsIndexList() {
        return java.util.Collections.unmodifiableList(fieldsIndex_);
      }
      /**
       * repeated int32 fields_index = 3;
       */
      public int getFieldsIndexCount() {
        return fieldsIndex_.size();
      }
      /**
       * repeated int32 fields_index = 3;
       */
      public int getFieldsIndex(int index) {
        return fieldsIndex_.get(index);
      }
      /**
       * repeated int32 fields_index = 3;
       */
      public Builder setFieldsIndex(
          int index, int value) {
        ensureFieldsIndexIsMutable();
        fieldsIndex_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated int32 fields_index = 3;
       */
      public Builder addFieldsIndex(int value) {
        ensureFieldsIndexIsMutable();
        fieldsIndex_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated int32 fields_index = 3;
       */
      public Builder addAllFieldsIndex(
          java.lang.Iterable values) {
        ensureFieldsIndexIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, fieldsIndex_);
        onChanged();
        return this;
      }
      /**
       * repeated int32 fields_index = 3;
       */
      public Builder clearFieldsIndex() {
        fieldsIndex_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000004);
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:ProtoFlattenedSerializer_t)
    }

    static {
      defaultInstance = new ProtoFlattenedSerializer_t(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:ProtoFlattenedSerializer_t)
  }

  public interface CSVCMsg_FlattenedSerializerOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_FlattenedSerializer)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    java.util.List 
        getSerializersList();
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getSerializers(int index);
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    int getSerializersCount();
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    java.util.List 
        getSerializersOrBuilderList();
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder getSerializersOrBuilder(
        int index);

    /**
     * repeated string symbols = 2;
     */
    com.google.protobuf.ProtocolStringList
        getSymbolsList();
    /**
     * repeated string symbols = 2;
     */
    int getSymbolsCount();
    /**
     * repeated string symbols = 2;
     */
    java.lang.String getSymbols(int index);
    /**
     * repeated string symbols = 2;
     */
    com.google.protobuf.ByteString
        getSymbolsBytes(int index);

    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    java.util.List 
        getFieldsList();
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getFields(int index);
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    int getFieldsCount();
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    java.util.List 
        getFieldsOrBuilderList();
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder getFieldsOrBuilder(
        int index);
  }
  /**
   * Protobuf type {@code CSVCMsg_FlattenedSerializer}
   */
  public static final class CSVCMsg_FlattenedSerializer extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_FlattenedSerializer)
      CSVCMsg_FlattenedSerializerOrBuilder {
    // Use CSVCMsg_FlattenedSerializer.newBuilder() to construct.
    private CSVCMsg_FlattenedSerializer(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_FlattenedSerializer(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_FlattenedSerializer defaultInstance;
    public static CSVCMsg_FlattenedSerializer getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_FlattenedSerializer getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_FlattenedSerializer(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
                serializers_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000001;
              }
              serializers_.add(input.readMessage(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.PARSER, extensionRegistry));
              break;
            }
            case 18: {
              com.google.protobuf.ByteString bs = input.readBytes();
              if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
                symbols_ = new com.google.protobuf.LazyStringArrayList();
                mutable_bitField0_ |= 0x00000002;
              }
              symbols_.add(bs);
              break;
            }
            case 26: {
              if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
                fields_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000004;
              }
              fields_.add(input.readMessage(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.PARSER, extensionRegistry));
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
          serializers_ = java.util.Collections.unmodifiableList(serializers_);
        }
        if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
          symbols_ = symbols_.getUnmodifiableView();
        }
        if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
          fields_ = java.util.Collections.unmodifiableList(fields_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_FlattenedSerializer parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_FlattenedSerializer(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    public static final int SERIALIZERS_FIELD_NUMBER = 1;
    private java.util.List serializers_;
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    public java.util.List getSerializersList() {
      return serializers_;
    }
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    public java.util.List 
        getSerializersOrBuilderList() {
      return serializers_;
    }
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    public int getSerializersCount() {
      return serializers_.size();
    }
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getSerializers(int index) {
      return serializers_.get(index);
    }
    /**
     * repeated .ProtoFlattenedSerializer_t serializers = 1;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder getSerializersOrBuilder(
        int index) {
      return serializers_.get(index);
    }

    public static final int SYMBOLS_FIELD_NUMBER = 2;
    private com.google.protobuf.LazyStringList symbols_;
    /**
     * repeated string symbols = 2;
     */
    public com.google.protobuf.ProtocolStringList
        getSymbolsList() {
      return symbols_;
    }
    /**
     * repeated string symbols = 2;
     */
    public int getSymbolsCount() {
      return symbols_.size();
    }
    /**
     * repeated string symbols = 2;
     */
    public java.lang.String getSymbols(int index) {
      return symbols_.get(index);
    }
    /**
     * repeated string symbols = 2;
     */
    public com.google.protobuf.ByteString
        getSymbolsBytes(int index) {
      return symbols_.getByteString(index);
    }

    public static final int FIELDS_FIELD_NUMBER = 3;
    private java.util.List fields_;
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    public java.util.List getFieldsList() {
      return fields_;
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    public java.util.List 
        getFieldsOrBuilderList() {
      return fields_;
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    public int getFieldsCount() {
      return fields_.size();
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getFields(int index) {
      return fields_.get(index);
    }
    /**
     * repeated .ProtoFlattenedSerializerField_t fields = 3;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder getFieldsOrBuilder(
        int index) {
      return fields_.get(index);
    }

    private void initFields() {
      serializers_ = java.util.Collections.emptyList();
      symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      fields_ = java.util.Collections.emptyList();
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      for (int i = 0; i < serializers_.size(); i++) {
        output.writeMessage(1, serializers_.get(i));
      }
      for (int i = 0; i < symbols_.size(); i++) {
        output.writeBytes(2, symbols_.getByteString(i));
      }
      for (int i = 0; i < fields_.size(); i++) {
        output.writeMessage(3, fields_.get(i));
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      for (int i = 0; i < serializers_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, serializers_.get(i));
      }
      {
        int dataSize = 0;
        for (int i = 0; i < symbols_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeBytesSizeNoTag(symbols_.getByteString(i));
        }
        size += dataSize;
        size += 1 * getSymbolsList().size();
      }
      for (int i = 0; i < fields_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, fields_.get(i));
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_FlattenedSerializer}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_FlattenedSerializer)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializerOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getSerializersFieldBuilder();
          getFieldsFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        if (serializersBuilder_ == null) {
          serializers_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
        } else {
          serializersBuilder_.clear();
        }
        symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000002);
        if (fieldsBuilder_ == null) {
          fields_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000004);
        } else {
          fieldsBuilder_.clear();
        }
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer(this);
        int from_bitField0_ = bitField0_;
        if (serializersBuilder_ == null) {
          if (((bitField0_ & 0x00000001) == 0x00000001)) {
            serializers_ = java.util.Collections.unmodifiableList(serializers_);
            bitField0_ = (bitField0_ & ~0x00000001);
          }
          result.serializers_ = serializers_;
        } else {
          result.serializers_ = serializersBuilder_.build();
        }
        if (((bitField0_ & 0x00000002) == 0x00000002)) {
          symbols_ = symbols_.getUnmodifiableView();
          bitField0_ = (bitField0_ & ~0x00000002);
        }
        result.symbols_ = symbols_;
        if (fieldsBuilder_ == null) {
          if (((bitField0_ & 0x00000004) == 0x00000004)) {
            fields_ = java.util.Collections.unmodifiableList(fields_);
            bitField0_ = (bitField0_ & ~0x00000004);
          }
          result.fields_ = fields_;
        } else {
          result.fields_ = fieldsBuilder_.build();
        }
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.getDefaultInstance()) return this;
        if (serializersBuilder_ == null) {
          if (!other.serializers_.isEmpty()) {
            if (serializers_.isEmpty()) {
              serializers_ = other.serializers_;
              bitField0_ = (bitField0_ & ~0x00000001);
            } else {
              ensureSerializersIsMutable();
              serializers_.addAll(other.serializers_);
            }
            onChanged();
          }
        } else {
          if (!other.serializers_.isEmpty()) {
            if (serializersBuilder_.isEmpty()) {
              serializersBuilder_.dispose();
              serializersBuilder_ = null;
              serializers_ = other.serializers_;
              bitField0_ = (bitField0_ & ~0x00000001);
              serializersBuilder_ = 
                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
                   getSerializersFieldBuilder() : null;
            } else {
              serializersBuilder_.addAllMessages(other.serializers_);
            }
          }
        }
        if (!other.symbols_.isEmpty()) {
          if (symbols_.isEmpty()) {
            symbols_ = other.symbols_;
            bitField0_ = (bitField0_ & ~0x00000002);
          } else {
            ensureSymbolsIsMutable();
            symbols_.addAll(other.symbols_);
          }
          onChanged();
        }
        if (fieldsBuilder_ == null) {
          if (!other.fields_.isEmpty()) {
            if (fields_.isEmpty()) {
              fields_ = other.fields_;
              bitField0_ = (bitField0_ & ~0x00000004);
            } else {
              ensureFieldsIsMutable();
              fields_.addAll(other.fields_);
            }
            onChanged();
          }
        } else {
          if (!other.fields_.isEmpty()) {
            if (fieldsBuilder_.isEmpty()) {
              fieldsBuilder_.dispose();
              fieldsBuilder_ = null;
              fields_ = other.fields_;
              bitField0_ = (bitField0_ & ~0x00000004);
              fieldsBuilder_ = 
                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
                   getFieldsFieldBuilder() : null;
            } else {
              fieldsBuilder_.addAllMessages(other.fields_);
            }
          }
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.util.List serializers_ =
        java.util.Collections.emptyList();
      private void ensureSerializersIsMutable() {
        if (!((bitField0_ & 0x00000001) == 0x00000001)) {
          serializers_ = new java.util.ArrayList(serializers_);
          bitField0_ |= 0x00000001;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder> serializersBuilder_;

      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public java.util.List getSerializersList() {
        if (serializersBuilder_ == null) {
          return java.util.Collections.unmodifiableList(serializers_);
        } else {
          return serializersBuilder_.getMessageList();
        }
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public int getSerializersCount() {
        if (serializersBuilder_ == null) {
          return serializers_.size();
        } else {
          return serializersBuilder_.getCount();
        }
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getSerializers(int index) {
        if (serializersBuilder_ == null) {
          return serializers_.get(index);
        } else {
          return serializersBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder setSerializers(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t value) {
        if (serializersBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSerializersIsMutable();
          serializers_.set(index, value);
          onChanged();
        } else {
          serializersBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder setSerializers(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder builderForValue) {
        if (serializersBuilder_ == null) {
          ensureSerializersIsMutable();
          serializers_.set(index, builderForValue.build());
          onChanged();
        } else {
          serializersBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder addSerializers(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t value) {
        if (serializersBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSerializersIsMutable();
          serializers_.add(value);
          onChanged();
        } else {
          serializersBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder addSerializers(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t value) {
        if (serializersBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureSerializersIsMutable();
          serializers_.add(index, value);
          onChanged();
        } else {
          serializersBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder addSerializers(
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder builderForValue) {
        if (serializersBuilder_ == null) {
          ensureSerializersIsMutable();
          serializers_.add(builderForValue.build());
          onChanged();
        } else {
          serializersBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder addSerializers(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder builderForValue) {
        if (serializersBuilder_ == null) {
          ensureSerializersIsMutable();
          serializers_.add(index, builderForValue.build());
          onChanged();
        } else {
          serializersBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder addAllSerializers(
          java.lang.Iterable values) {
        if (serializersBuilder_ == null) {
          ensureSerializersIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, serializers_);
          onChanged();
        } else {
          serializersBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder clearSerializers() {
        if (serializersBuilder_ == null) {
          serializers_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
          onChanged();
        } else {
          serializersBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public Builder removeSerializers(int index) {
        if (serializersBuilder_ == null) {
          ensureSerializersIsMutable();
          serializers_.remove(index);
          onChanged();
        } else {
          serializersBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder getSerializersBuilder(
          int index) {
        return getSerializersFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder getSerializersOrBuilder(
          int index) {
        if (serializersBuilder_ == null) {
          return serializers_.get(index);  } else {
          return serializersBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public java.util.List 
           getSerializersOrBuilderList() {
        if (serializersBuilder_ != null) {
          return serializersBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(serializers_);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder addSerializersBuilder() {
        return getSerializersFieldBuilder().addBuilder(
            skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance());
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder addSerializersBuilder(
          int index) {
        return getSerializersFieldBuilder().addBuilder(
            index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance());
      }
      /**
       * repeated .ProtoFlattenedSerializer_t serializers = 1;
       */
      public java.util.List 
           getSerializersBuilderList() {
        return getSerializersFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder> 
          getSerializersFieldBuilder() {
        if (serializersBuilder_ == null) {
          serializersBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder>(
                  serializers_,
                  ((bitField0_ & 0x00000001) == 0x00000001),
                  getParentForChildren(),
                  isClean());
          serializers_ = null;
        }
        return serializersBuilder_;
      }

      private com.google.protobuf.LazyStringList symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      private void ensureSymbolsIsMutable() {
        if (!((bitField0_ & 0x00000002) == 0x00000002)) {
          symbols_ = new com.google.protobuf.LazyStringArrayList(symbols_);
          bitField0_ |= 0x00000002;
         }
      }
      /**
       * repeated string symbols = 2;
       */
      public com.google.protobuf.ProtocolStringList
          getSymbolsList() {
        return symbols_.getUnmodifiableView();
      }
      /**
       * repeated string symbols = 2;
       */
      public int getSymbolsCount() {
        return symbols_.size();
      }
      /**
       * repeated string symbols = 2;
       */
      public java.lang.String getSymbols(int index) {
        return symbols_.get(index);
      }
      /**
       * repeated string symbols = 2;
       */
      public com.google.protobuf.ByteString
          getSymbolsBytes(int index) {
        return symbols_.getByteString(index);
      }
      /**
       * repeated string symbols = 2;
       */
      public Builder setSymbols(
          int index, java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureSymbolsIsMutable();
        symbols_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated string symbols = 2;
       */
      public Builder addSymbols(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureSymbolsIsMutable();
        symbols_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated string symbols = 2;
       */
      public Builder addAllSymbols(
          java.lang.Iterable values) {
        ensureSymbolsIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, symbols_);
        onChanged();
        return this;
      }
      /**
       * repeated string symbols = 2;
       */
      public Builder clearSymbols() {
        symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000002);
        onChanged();
        return this;
      }
      /**
       * repeated string symbols = 2;
       */
      public Builder addSymbolsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureSymbolsIsMutable();
        symbols_.add(value);
        onChanged();
        return this;
      }

      private java.util.List fields_ =
        java.util.Collections.emptyList();
      private void ensureFieldsIsMutable() {
        if (!((bitField0_ & 0x00000004) == 0x00000004)) {
          fields_ = new java.util.ArrayList(fields_);
          bitField0_ |= 0x00000004;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder> fieldsBuilder_;

      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public java.util.List getFieldsList() {
        if (fieldsBuilder_ == null) {
          return java.util.Collections.unmodifiableList(fields_);
        } else {
          return fieldsBuilder_.getMessageList();
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public int getFieldsCount() {
        if (fieldsBuilder_ == null) {
          return fields_.size();
        } else {
          return fieldsBuilder_.getCount();
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getFields(int index) {
        if (fieldsBuilder_ == null) {
          return fields_.get(index);
        } else {
          return fieldsBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder setFields(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t value) {
        if (fieldsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureFieldsIsMutable();
          fields_.set(index, value);
          onChanged();
        } else {
          fieldsBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder setFields(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder builderForValue) {
        if (fieldsBuilder_ == null) {
          ensureFieldsIsMutable();
          fields_.set(index, builderForValue.build());
          onChanged();
        } else {
          fieldsBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder addFields(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t value) {
        if (fieldsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureFieldsIsMutable();
          fields_.add(value);
          onChanged();
        } else {
          fieldsBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder addFields(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t value) {
        if (fieldsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureFieldsIsMutable();
          fields_.add(index, value);
          onChanged();
        } else {
          fieldsBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder addFields(
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder builderForValue) {
        if (fieldsBuilder_ == null) {
          ensureFieldsIsMutable();
          fields_.add(builderForValue.build());
          onChanged();
        } else {
          fieldsBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder addFields(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder builderForValue) {
        if (fieldsBuilder_ == null) {
          ensureFieldsIsMutable();
          fields_.add(index, builderForValue.build());
          onChanged();
        } else {
          fieldsBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder addAllFields(
          java.lang.Iterable values) {
        if (fieldsBuilder_ == null) {
          ensureFieldsIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, fields_);
          onChanged();
        } else {
          fieldsBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder clearFields() {
        if (fieldsBuilder_ == null) {
          fields_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000004);
          onChanged();
        } else {
          fieldsBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public Builder removeFields(int index) {
        if (fieldsBuilder_ == null) {
          ensureFieldsIsMutable();
          fields_.remove(index);
          onChanged();
        } else {
          fieldsBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder getFieldsBuilder(
          int index) {
        return getFieldsFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder getFieldsOrBuilder(
          int index) {
        if (fieldsBuilder_ == null) {
          return fields_.get(index);  } else {
          return fieldsBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public java.util.List 
           getFieldsOrBuilderList() {
        if (fieldsBuilder_ != null) {
          return fieldsBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(fields_);
        }
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder addFieldsBuilder() {
        return getFieldsFieldBuilder().addBuilder(
            skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance());
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder addFieldsBuilder(
          int index) {
        return getFieldsFieldBuilder().addBuilder(
            index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance());
      }
      /**
       * repeated .ProtoFlattenedSerializerField_t fields = 3;
       */
      public java.util.List 
           getFieldsBuilderList() {
        return getFieldsFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder> 
          getFieldsFieldBuilder() {
        if (fieldsBuilder_ == null) {
          fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder>(
                  fields_,
                  ((bitField0_ & 0x00000004) == 0x00000004),
                  getParentForChildren(),
                  isClean());
          fields_ = null;
        }
        return fieldsBuilder_;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_FlattenedSerializer)
    }

    static {
      defaultInstance = new CSVCMsg_FlattenedSerializer(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_FlattenedSerializer)
  }

  public interface CMsgIPCAddressOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CMsgIPCAddress)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional fixed64 computer_guid = 1;
     */
    boolean hasComputerGuid();
    /**
     * optional fixed64 computer_guid = 1;
     */
    long getComputerGuid();

    /**
     * optional uint32 process_id = 2;
     */
    boolean hasProcessId();
    /**
     * optional uint32 process_id = 2;
     */
    int getProcessId();
  }
  /**
   * Protobuf type {@code CMsgIPCAddress}
   */
  public static final class CMsgIPCAddress extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CMsgIPCAddress)
      CMsgIPCAddressOrBuilder {
    // Use CMsgIPCAddress.newBuilder() to construct.
    private CMsgIPCAddress(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CMsgIPCAddress(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CMsgIPCAddress defaultInstance;
    public static CMsgIPCAddress getDefaultInstance() {
      return defaultInstance;
    }

    public CMsgIPCAddress getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CMsgIPCAddress(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 9: {
              bitField0_ |= 0x00000001;
              computerGuid_ = input.readFixed64();
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              processId_ = input.readUInt32();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CMsgIPCAddress parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CMsgIPCAddress(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int COMPUTER_GUID_FIELD_NUMBER = 1;
    private long computerGuid_;
    /**
     * optional fixed64 computer_guid = 1;
     */
    public boolean hasComputerGuid() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional fixed64 computer_guid = 1;
     */
    public long getComputerGuid() {
      return computerGuid_;
    }

    public static final int PROCESS_ID_FIELD_NUMBER = 2;
    private int processId_;
    /**
     * optional uint32 process_id = 2;
     */
    public boolean hasProcessId() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional uint32 process_id = 2;
     */
    public int getProcessId() {
      return processId_;
    }

    private void initFields() {
      computerGuid_ = 0L;
      processId_ = 0;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeFixed64(1, computerGuid_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeUInt32(2, processId_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeFixed64Size(1, computerGuid_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeUInt32Size(2, processId_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CMsgIPCAddress}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CMsgIPCAddress)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        computerGuid_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000001);
        processId_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.computerGuid_ = computerGuid_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.processId_ = processId_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance()) return this;
        if (other.hasComputerGuid()) {
          setComputerGuid(other.getComputerGuid());
        }
        if (other.hasProcessId()) {
          setProcessId(other.getProcessId());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private long computerGuid_ ;
      /**
       * optional fixed64 computer_guid = 1;
       */
      public boolean hasComputerGuid() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional fixed64 computer_guid = 1;
       */
      public long getComputerGuid() {
        return computerGuid_;
      }
      /**
       * optional fixed64 computer_guid = 1;
       */
      public Builder setComputerGuid(long value) {
        bitField0_ |= 0x00000001;
        computerGuid_ = value;
        onChanged();
        return this;
      }
      /**
       * optional fixed64 computer_guid = 1;
       */
      public Builder clearComputerGuid() {
        bitField0_ = (bitField0_ & ~0x00000001);
        computerGuid_ = 0L;
        onChanged();
        return this;
      }

      private int processId_ ;
      /**
       * optional uint32 process_id = 2;
       */
      public boolean hasProcessId() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional uint32 process_id = 2;
       */
      public int getProcessId() {
        return processId_;
      }
      /**
       * optional uint32 process_id = 2;
       */
      public Builder setProcessId(int value) {
        bitField0_ |= 0x00000002;
        processId_ = value;
        onChanged();
        return this;
      }
      /**
       * optional uint32 process_id = 2;
       */
      public Builder clearProcessId() {
        bitField0_ = (bitField0_ & ~0x00000002);
        processId_ = 0;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CMsgIPCAddress)
    }

    static {
      defaultInstance = new CMsgIPCAddress(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CMsgIPCAddress)
  }

  public interface CMsgServerPeerOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CMsgServerPeer)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional int32 player_slot = 1;
     */
    boolean hasPlayerSlot();
    /**
     * optional int32 player_slot = 1;
     */
    int getPlayerSlot();

    /**
     * optional fixed64 steamid = 2;
     */
    boolean hasSteamid();
    /**
     * optional fixed64 steamid = 2;
     */
    long getSteamid();

    /**
     * optional .CMsgIPCAddress ipc = 3;
     */
    boolean hasIpc();
    /**
     * optional .CMsgIPCAddress ipc = 3;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress getIpc();
    /**
     * optional .CMsgIPCAddress ipc = 3;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder getIpcOrBuilder();

    /**
     * optional bool they_hear_you = 4;
     */
    boolean hasTheyHearYou();
    /**
     * optional bool they_hear_you = 4;
     */
    boolean getTheyHearYou();

    /**
     * optional bool you_hear_them = 5;
     */
    boolean hasYouHearThem();
    /**
     * optional bool you_hear_them = 5;
     */
    boolean getYouHearThem();

    /**
     * optional bool is_listenserver_host = 6;
     */
    boolean hasIsListenserverHost();
    /**
     * optional bool is_listenserver_host = 6;
     */
    boolean getIsListenserverHost();
  }
  /**
   * Protobuf type {@code CMsgServerPeer}
   */
  public static final class CMsgServerPeer extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CMsgServerPeer)
      CMsgServerPeerOrBuilder {
    // Use CMsgServerPeer.newBuilder() to construct.
    private CMsgServerPeer(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CMsgServerPeer(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CMsgServerPeer defaultInstance;
    public static CMsgServerPeer getDefaultInstance() {
      return defaultInstance;
    }

    public CMsgServerPeer getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CMsgServerPeer(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 8: {
              bitField0_ |= 0x00000001;
              playerSlot_ = input.readInt32();
              break;
            }
            case 17: {
              bitField0_ |= 0x00000002;
              steamid_ = input.readFixed64();
              break;
            }
            case 26: {
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder subBuilder = null;
              if (((bitField0_ & 0x00000004) == 0x00000004)) {
                subBuilder = ipc_.toBuilder();
              }
              ipc_ = input.readMessage(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(ipc_);
                ipc_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000004;
              break;
            }
            case 32: {
              bitField0_ |= 0x00000008;
              theyHearYou_ = input.readBool();
              break;
            }
            case 40: {
              bitField0_ |= 0x00000010;
              youHearThem_ = input.readBool();
              break;
            }
            case 48: {
              bitField0_ |= 0x00000020;
              isListenserverHost_ = input.readBool();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CMsgServerPeer parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CMsgServerPeer(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int PLAYER_SLOT_FIELD_NUMBER = 1;
    private int playerSlot_;
    /**
     * optional int32 player_slot = 1;
     */
    public boolean hasPlayerSlot() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional int32 player_slot = 1;
     */
    public int getPlayerSlot() {
      return playerSlot_;
    }

    public static final int STEAMID_FIELD_NUMBER = 2;
    private long steamid_;
    /**
     * optional fixed64 steamid = 2;
     */
    public boolean hasSteamid() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional fixed64 steamid = 2;
     */
    public long getSteamid() {
      return steamid_;
    }

    public static final int IPC_FIELD_NUMBER = 3;
    private skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress ipc_;
    /**
     * optional .CMsgIPCAddress ipc = 3;
     */
    public boolean hasIpc() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional .CMsgIPCAddress ipc = 3;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress getIpc() {
      return ipc_;
    }
    /**
     * optional .CMsgIPCAddress ipc = 3;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder getIpcOrBuilder() {
      return ipc_;
    }

    public static final int THEY_HEAR_YOU_FIELD_NUMBER = 4;
    private boolean theyHearYou_;
    /**
     * optional bool they_hear_you = 4;
     */
    public boolean hasTheyHearYou() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * optional bool they_hear_you = 4;
     */
    public boolean getTheyHearYou() {
      return theyHearYou_;
    }

    public static final int YOU_HEAR_THEM_FIELD_NUMBER = 5;
    private boolean youHearThem_;
    /**
     * optional bool you_hear_them = 5;
     */
    public boolean hasYouHearThem() {
      return ((bitField0_ & 0x00000010) == 0x00000010);
    }
    /**
     * optional bool you_hear_them = 5;
     */
    public boolean getYouHearThem() {
      return youHearThem_;
    }

    public static final int IS_LISTENSERVER_HOST_FIELD_NUMBER = 6;
    private boolean isListenserverHost_;
    /**
     * optional bool is_listenserver_host = 6;
     */
    public boolean hasIsListenserverHost() {
      return ((bitField0_ & 0x00000020) == 0x00000020);
    }
    /**
     * optional bool is_listenserver_host = 6;
     */
    public boolean getIsListenserverHost() {
      return isListenserverHost_;
    }

    private void initFields() {
      playerSlot_ = 0;
      steamid_ = 0L;
      ipc_ = skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
      theyHearYou_ = false;
      youHearThem_ = false;
      isListenserverHost_ = false;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeInt32(1, playerSlot_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeFixed64(2, steamid_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeMessage(3, ipc_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeBool(4, theyHearYou_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        output.writeBool(5, youHearThem_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        output.writeBool(6, isListenserverHost_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(1, playerSlot_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeFixed64Size(2, steamid_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, ipc_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(4, theyHearYou_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(5, youHearThem_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBoolSize(6, isListenserverHost_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CMsgServerPeer}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CMsgServerPeer)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getIpcFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        playerSlot_ = 0;
        bitField0_ = (bitField0_ & ~0x00000001);
        steamid_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000002);
        if (ipcBuilder_ == null) {
          ipc_ = skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
        } else {
          ipcBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000004);
        theyHearYou_ = false;
        bitField0_ = (bitField0_ & ~0x00000008);
        youHearThem_ = false;
        bitField0_ = (bitField0_ & ~0x00000010);
        isListenserverHost_ = false;
        bitField0_ = (bitField0_ & ~0x00000020);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.playerSlot_ = playerSlot_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.steamid_ = steamid_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        if (ipcBuilder_ == null) {
          result.ipc_ = ipc_;
        } else {
          result.ipc_ = ipcBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
          to_bitField0_ |= 0x00000008;
        }
        result.theyHearYou_ = theyHearYou_;
        if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
          to_bitField0_ |= 0x00000010;
        }
        result.youHearThem_ = youHearThem_;
        if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
          to_bitField0_ |= 0x00000020;
        }
        result.isListenserverHost_ = isListenserverHost_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance()) return this;
        if (other.hasPlayerSlot()) {
          setPlayerSlot(other.getPlayerSlot());
        }
        if (other.hasSteamid()) {
          setSteamid(other.getSteamid());
        }
        if (other.hasIpc()) {
          mergeIpc(other.getIpc());
        }
        if (other.hasTheyHearYou()) {
          setTheyHearYou(other.getTheyHearYou());
        }
        if (other.hasYouHearThem()) {
          setYouHearThem(other.getYouHearThem());
        }
        if (other.hasIsListenserverHost()) {
          setIsListenserverHost(other.getIsListenserverHost());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private int playerSlot_ ;
      /**
       * optional int32 player_slot = 1;
       */
      public boolean hasPlayerSlot() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional int32 player_slot = 1;
       */
      public int getPlayerSlot() {
        return playerSlot_;
      }
      /**
       * optional int32 player_slot = 1;
       */
      public Builder setPlayerSlot(int value) {
        bitField0_ |= 0x00000001;
        playerSlot_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 player_slot = 1;
       */
      public Builder clearPlayerSlot() {
        bitField0_ = (bitField0_ & ~0x00000001);
        playerSlot_ = 0;
        onChanged();
        return this;
      }

      private long steamid_ ;
      /**
       * optional fixed64 steamid = 2;
       */
      public boolean hasSteamid() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional fixed64 steamid = 2;
       */
      public long getSteamid() {
        return steamid_;
      }
      /**
       * optional fixed64 steamid = 2;
       */
      public Builder setSteamid(long value) {
        bitField0_ |= 0x00000002;
        steamid_ = value;
        onChanged();
        return this;
      }
      /**
       * optional fixed64 steamid = 2;
       */
      public Builder clearSteamid() {
        bitField0_ = (bitField0_ & ~0x00000002);
        steamid_ = 0L;
        onChanged();
        return this;
      }

      private skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress ipc_ = skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder> ipcBuilder_;
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public boolean hasIpc() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress getIpc() {
        if (ipcBuilder_ == null) {
          return ipc_;
        } else {
          return ipcBuilder_.getMessage();
        }
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public Builder setIpc(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress value) {
        if (ipcBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ipc_ = value;
          onChanged();
        } else {
          ipcBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000004;
        return this;
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public Builder setIpc(
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder builderForValue) {
        if (ipcBuilder_ == null) {
          ipc_ = builderForValue.build();
          onChanged();
        } else {
          ipcBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000004;
        return this;
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public Builder mergeIpc(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress value) {
        if (ipcBuilder_ == null) {
          if (((bitField0_ & 0x00000004) == 0x00000004) &&
              ipc_ != skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance()) {
            ipc_ =
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.newBuilder(ipc_).mergeFrom(value).buildPartial();
          } else {
            ipc_ = value;
          }
          onChanged();
        } else {
          ipcBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000004;
        return this;
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public Builder clearIpc() {
        if (ipcBuilder_ == null) {
          ipc_ = skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
          onChanged();
        } else {
          ipcBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder getIpcBuilder() {
        bitField0_ |= 0x00000004;
        onChanged();
        return getIpcFieldBuilder().getBuilder();
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder getIpcOrBuilder() {
        if (ipcBuilder_ != null) {
          return ipcBuilder_.getMessageOrBuilder();
        } else {
          return ipc_;
        }
      }
      /**
       * optional .CMsgIPCAddress ipc = 3;
       */
      private com.google.protobuf.SingleFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder> 
          getIpcFieldBuilder() {
        if (ipcBuilder_ == null) {
          ipcBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddress.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder>(
                  getIpc(),
                  getParentForChildren(),
                  isClean());
          ipc_ = null;
        }
        return ipcBuilder_;
      }

      private boolean theyHearYou_ ;
      /**
       * optional bool they_hear_you = 4;
       */
      public boolean hasTheyHearYou() {
        return ((bitField0_ & 0x00000008) == 0x00000008);
      }
      /**
       * optional bool they_hear_you = 4;
       */
      public boolean getTheyHearYou() {
        return theyHearYou_;
      }
      /**
       * optional bool they_hear_you = 4;
       */
      public Builder setTheyHearYou(boolean value) {
        bitField0_ |= 0x00000008;
        theyHearYou_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool they_hear_you = 4;
       */
      public Builder clearTheyHearYou() {
        bitField0_ = (bitField0_ & ~0x00000008);
        theyHearYou_ = false;
        onChanged();
        return this;
      }

      private boolean youHearThem_ ;
      /**
       * optional bool you_hear_them = 5;
       */
      public boolean hasYouHearThem() {
        return ((bitField0_ & 0x00000010) == 0x00000010);
      }
      /**
       * optional bool you_hear_them = 5;
       */
      public boolean getYouHearThem() {
        return youHearThem_;
      }
      /**
       * optional bool you_hear_them = 5;
       */
      public Builder setYouHearThem(boolean value) {
        bitField0_ |= 0x00000010;
        youHearThem_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool you_hear_them = 5;
       */
      public Builder clearYouHearThem() {
        bitField0_ = (bitField0_ & ~0x00000010);
        youHearThem_ = false;
        onChanged();
        return this;
      }

      private boolean isListenserverHost_ ;
      /**
       * optional bool is_listenserver_host = 6;
       */
      public boolean hasIsListenserverHost() {
        return ((bitField0_ & 0x00000020) == 0x00000020);
      }
      /**
       * optional bool is_listenserver_host = 6;
       */
      public boolean getIsListenserverHost() {
        return isListenserverHost_;
      }
      /**
       * optional bool is_listenserver_host = 6;
       */
      public Builder setIsListenserverHost(boolean value) {
        bitField0_ |= 0x00000020;
        isListenserverHost_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bool is_listenserver_host = 6;
       */
      public Builder clearIsListenserverHost() {
        bitField0_ = (bitField0_ & ~0x00000020);
        isListenserverHost_ = false;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CMsgServerPeer)
    }

    static {
      defaultInstance = new CMsgServerPeer(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CMsgServerPeer)
  }

  public interface CSVCMsg_PeerListOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_PeerList)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    java.util.List 
        getPeerList();
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer getPeer(int index);
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    int getPeerCount();
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    java.util.List 
        getPeerOrBuilderList();
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder getPeerOrBuilder(
        int index);
  }
  /**
   * Protobuf type {@code CSVCMsg_PeerList}
   */
  public static final class CSVCMsg_PeerList extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_PeerList)
      CSVCMsg_PeerListOrBuilder {
    // Use CSVCMsg_PeerList.newBuilder() to construct.
    private CSVCMsg_PeerList(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_PeerList(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_PeerList defaultInstance;
    public static CSVCMsg_PeerList getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_PeerList getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_PeerList(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
                peer_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000001;
              }
              peer_.add(input.readMessage(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.PARSER, extensionRegistry));
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
          peer_ = java.util.Collections.unmodifiableList(peer_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_PeerList parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_PeerList(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    public static final int PEER_FIELD_NUMBER = 1;
    private java.util.List peer_;
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    public java.util.List getPeerList() {
      return peer_;
    }
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    public java.util.List 
        getPeerOrBuilderList() {
      return peer_;
    }
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    public int getPeerCount() {
      return peer_.size();
    }
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer getPeer(int index) {
      return peer_.get(index);
    }
    /**
     * repeated .CMsgServerPeer peer = 1;
     */
    public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder getPeerOrBuilder(
        int index) {
      return peer_.get(index);
    }

    private void initFields() {
      peer_ = java.util.Collections.emptyList();
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      for (int i = 0; i < peer_.size(); i++) {
        output.writeMessage(1, peer_.get(i));
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      for (int i = 0; i < peer_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, peer_.get(i));
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_PeerList}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_PeerList)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerListOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getPeerFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        if (peerBuilder_ == null) {
          peer_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
        } else {
          peerBuilder_.clear();
        }
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList(this);
        int from_bitField0_ = bitField0_;
        if (peerBuilder_ == null) {
          if (((bitField0_ & 0x00000001) == 0x00000001)) {
            peer_ = java.util.Collections.unmodifiableList(peer_);
            bitField0_ = (bitField0_ & ~0x00000001);
          }
          result.peer_ = peer_;
        } else {
          result.peer_ = peerBuilder_.build();
        }
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList.getDefaultInstance()) return this;
        if (peerBuilder_ == null) {
          if (!other.peer_.isEmpty()) {
            if (peer_.isEmpty()) {
              peer_ = other.peer_;
              bitField0_ = (bitField0_ & ~0x00000001);
            } else {
              ensurePeerIsMutable();
              peer_.addAll(other.peer_);
            }
            onChanged();
          }
        } else {
          if (!other.peer_.isEmpty()) {
            if (peerBuilder_.isEmpty()) {
              peerBuilder_.dispose();
              peerBuilder_ = null;
              peer_ = other.peer_;
              bitField0_ = (bitField0_ & ~0x00000001);
              peerBuilder_ = 
                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
                   getPeerFieldBuilder() : null;
            } else {
              peerBuilder_.addAllMessages(other.peer_);
            }
          }
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_PeerList) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.util.List peer_ =
        java.util.Collections.emptyList();
      private void ensurePeerIsMutable() {
        if (!((bitField0_ & 0x00000001) == 0x00000001)) {
          peer_ = new java.util.ArrayList(peer_);
          bitField0_ |= 0x00000001;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder> peerBuilder_;

      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public java.util.List getPeerList() {
        if (peerBuilder_ == null) {
          return java.util.Collections.unmodifiableList(peer_);
        } else {
          return peerBuilder_.getMessageList();
        }
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public int getPeerCount() {
        if (peerBuilder_ == null) {
          return peer_.size();
        } else {
          return peerBuilder_.getCount();
        }
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer getPeer(int index) {
        if (peerBuilder_ == null) {
          return peer_.get(index);
        } else {
          return peerBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder setPeer(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer value) {
        if (peerBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensurePeerIsMutable();
          peer_.set(index, value);
          onChanged();
        } else {
          peerBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder setPeer(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder builderForValue) {
        if (peerBuilder_ == null) {
          ensurePeerIsMutable();
          peer_.set(index, builderForValue.build());
          onChanged();
        } else {
          peerBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder addPeer(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer value) {
        if (peerBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensurePeerIsMutable();
          peer_.add(value);
          onChanged();
        } else {
          peerBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder addPeer(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer value) {
        if (peerBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensurePeerIsMutable();
          peer_.add(index, value);
          onChanged();
        } else {
          peerBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder addPeer(
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder builderForValue) {
        if (peerBuilder_ == null) {
          ensurePeerIsMutable();
          peer_.add(builderForValue.build());
          onChanged();
        } else {
          peerBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder addPeer(
          int index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder builderForValue) {
        if (peerBuilder_ == null) {
          ensurePeerIsMutable();
          peer_.add(index, builderForValue.build());
          onChanged();
        } else {
          peerBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder addAllPeer(
          java.lang.Iterable values) {
        if (peerBuilder_ == null) {
          ensurePeerIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, peer_);
          onChanged();
        } else {
          peerBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder clearPeer() {
        if (peerBuilder_ == null) {
          peer_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
          onChanged();
        } else {
          peerBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public Builder removePeer(int index) {
        if (peerBuilder_ == null) {
          ensurePeerIsMutable();
          peer_.remove(index);
          onChanged();
        } else {
          peerBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder getPeerBuilder(
          int index) {
        return getPeerFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder getPeerOrBuilder(
          int index) {
        if (peerBuilder_ == null) {
          return peer_.get(index);  } else {
          return peerBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public java.util.List 
           getPeerOrBuilderList() {
        if (peerBuilder_ != null) {
          return peerBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(peer_);
        }
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder addPeerBuilder() {
        return getPeerFieldBuilder().addBuilder(
            skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance());
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder addPeerBuilder(
          int index) {
        return getPeerFieldBuilder().addBuilder(
            index, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance());
      }
      /**
       * repeated .CMsgServerPeer peer = 1;
       */
      public java.util.List 
           getPeerBuilderList() {
        return getPeerFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilder<
          skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder> 
          getPeerFieldBuilder() {
        if (peerBuilder_ == null) {
          peerBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeer.Builder, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder>(
                  peer_,
                  ((bitField0_ & 0x00000001) == 0x00000001),
                  getParentForChildren(),
                  isClean());
          peer_ = null;
        }
        return peerBuilder_;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_PeerList)
    }

    static {
      defaultInstance = new CSVCMsg_PeerList(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_PeerList)
  }

  public interface CSVCMsg_HLTVStatusOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_HLTVStatus)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional string master = 1;
     */
    boolean hasMaster();
    /**
     * optional string master = 1;
     */
    java.lang.String getMaster();
    /**
     * optional string master = 1;
     */
    com.google.protobuf.ByteString
        getMasterBytes();

    /**
     * optional int32 clients = 2;
     */
    boolean hasClients();
    /**
     * optional int32 clients = 2;
     */
    int getClients();

    /**
     * optional int32 slots = 3;
     */
    boolean hasSlots();
    /**
     * optional int32 slots = 3;
     */
    int getSlots();

    /**
     * optional int32 proxies = 4;
     */
    boolean hasProxies();
    /**
     * optional int32 proxies = 4;
     */
    int getProxies();
  }
  /**
   * Protobuf type {@code CSVCMsg_HLTVStatus}
   */
  public static final class CSVCMsg_HLTVStatus extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_HLTVStatus)
      CSVCMsg_HLTVStatusOrBuilder {
    // Use CSVCMsg_HLTVStatus.newBuilder() to construct.
    private CSVCMsg_HLTVStatus(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_HLTVStatus(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_HLTVStatus defaultInstance;
    public static CSVCMsg_HLTVStatus getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_HLTVStatus getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_HLTVStatus(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              com.google.protobuf.ByteString bs = input.readBytes();
              bitField0_ |= 0x00000001;
              master_ = bs;
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              clients_ = input.readInt32();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              slots_ = input.readInt32();
              break;
            }
            case 32: {
              bitField0_ |= 0x00000008;
              proxies_ = input.readInt32();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_HLTVStatus parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_HLTVStatus(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int MASTER_FIELD_NUMBER = 1;
    private java.lang.Object master_;
    /**
     * optional string master = 1;
     */
    public boolean hasMaster() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional string master = 1;
     */
    public java.lang.String getMaster() {
      java.lang.Object ref = master_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          master_ = s;
        }
        return s;
      }
    }
    /**
     * optional string master = 1;
     */
    public com.google.protobuf.ByteString
        getMasterBytes() {
      java.lang.Object ref = master_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        master_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int CLIENTS_FIELD_NUMBER = 2;
    private int clients_;
    /**
     * optional int32 clients = 2;
     */
    public boolean hasClients() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional int32 clients = 2;
     */
    public int getClients() {
      return clients_;
    }

    public static final int SLOTS_FIELD_NUMBER = 3;
    private int slots_;
    /**
     * optional int32 slots = 3;
     */
    public boolean hasSlots() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional int32 slots = 3;
     */
    public int getSlots() {
      return slots_;
    }

    public static final int PROXIES_FIELD_NUMBER = 4;
    private int proxies_;
    /**
     * optional int32 proxies = 4;
     */
    public boolean hasProxies() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * optional int32 proxies = 4;
     */
    public int getProxies() {
      return proxies_;
    }

    private void initFields() {
      master_ = "";
      clients_ = 0;
      slots_ = 0;
      proxies_ = 0;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, getMasterBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeInt32(2, clients_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeInt32(3, slots_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeInt32(4, proxies_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, getMasterBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(2, clients_);
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(3, slots_);
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(4, proxies_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_HLTVStatus}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_HLTVStatus)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatusOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        master_ = "";
        bitField0_ = (bitField0_ & ~0x00000001);
        clients_ = 0;
        bitField0_ = (bitField0_ & ~0x00000002);
        slots_ = 0;
        bitField0_ = (bitField0_ & ~0x00000004);
        proxies_ = 0;
        bitField0_ = (bitField0_ & ~0x00000008);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.master_ = master_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.clients_ = clients_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.slots_ = slots_;
        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
          to_bitField0_ |= 0x00000008;
        }
        result.proxies_ = proxies_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.getDefaultInstance()) return this;
        if (other.hasMaster()) {
          bitField0_ |= 0x00000001;
          master_ = other.master_;
          onChanged();
        }
        if (other.hasClients()) {
          setClients(other.getClients());
        }
        if (other.hasSlots()) {
          setSlots(other.getSlots());
        }
        if (other.hasProxies()) {
          setProxies(other.getProxies());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.lang.Object master_ = "";
      /**
       * optional string master = 1;
       */
      public boolean hasMaster() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional string master = 1;
       */
      public java.lang.String getMaster() {
        java.lang.Object ref = master_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          if (bs.isValidUtf8()) {
            master_ = s;
          }
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string master = 1;
       */
      public com.google.protobuf.ByteString
          getMasterBytes() {
        java.lang.Object ref = master_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          master_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string master = 1;
       */
      public Builder setMaster(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        master_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string master = 1;
       */
      public Builder clearMaster() {
        bitField0_ = (bitField0_ & ~0x00000001);
        master_ = getDefaultInstance().getMaster();
        onChanged();
        return this;
      }
      /**
       * optional string master = 1;
       */
      public Builder setMasterBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        master_ = value;
        onChanged();
        return this;
      }

      private int clients_ ;
      /**
       * optional int32 clients = 2;
       */
      public boolean hasClients() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional int32 clients = 2;
       */
      public int getClients() {
        return clients_;
      }
      /**
       * optional int32 clients = 2;
       */
      public Builder setClients(int value) {
        bitField0_ |= 0x00000002;
        clients_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 clients = 2;
       */
      public Builder clearClients() {
        bitField0_ = (bitField0_ & ~0x00000002);
        clients_ = 0;
        onChanged();
        return this;
      }

      private int slots_ ;
      /**
       * optional int32 slots = 3;
       */
      public boolean hasSlots() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional int32 slots = 3;
       */
      public int getSlots() {
        return slots_;
      }
      /**
       * optional int32 slots = 3;
       */
      public Builder setSlots(int value) {
        bitField0_ |= 0x00000004;
        slots_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 slots = 3;
       */
      public Builder clearSlots() {
        bitField0_ = (bitField0_ & ~0x00000004);
        slots_ = 0;
        onChanged();
        return this;
      }

      private int proxies_ ;
      /**
       * optional int32 proxies = 4;
       */
      public boolean hasProxies() {
        return ((bitField0_ & 0x00000008) == 0x00000008);
      }
      /**
       * optional int32 proxies = 4;
       */
      public int getProxies() {
        return proxies_;
      }
      /**
       * optional int32 proxies = 4;
       */
      public Builder setProxies(int value) {
        bitField0_ |= 0x00000008;
        proxies_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 proxies = 4;
       */
      public Builder clearProxies() {
        bitField0_ = (bitField0_ & ~0x00000008);
        proxies_ = 0;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_HLTVStatus)
    }

    static {
      defaultInstance = new CSVCMsg_HLTVStatus(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_HLTVStatus)
  }

  public interface CSVCMsg_ServerSteamIDOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_ServerSteamID)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional uint64 steam_id = 1;
     */
    boolean hasSteamId();
    /**
     * optional uint64 steam_id = 1;
     */
    long getSteamId();
  }
  /**
   * Protobuf type {@code CSVCMsg_ServerSteamID}
   */
  public static final class CSVCMsg_ServerSteamID extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_ServerSteamID)
      CSVCMsg_ServerSteamIDOrBuilder {
    // Use CSVCMsg_ServerSteamID.newBuilder() to construct.
    private CSVCMsg_ServerSteamID(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_ServerSteamID(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_ServerSteamID defaultInstance;
    public static CSVCMsg_ServerSteamID getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_ServerSteamID getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_ServerSteamID(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 8: {
              bitField0_ |= 0x00000001;
              steamId_ = input.readUInt64();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_ServerSteamID parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_ServerSteamID(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int STEAM_ID_FIELD_NUMBER = 1;
    private long steamId_;
    /**
     * optional uint64 steam_id = 1;
     */
    public boolean hasSteamId() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional uint64 steam_id = 1;
     */
    public long getSteamId() {
      return steamId_;
    }

    private void initFields() {
      steamId_ = 0L;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeUInt64(1, steamId_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeUInt64Size(1, steamId_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_ServerSteamID}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_ServerSteamID)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamIDOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        steamId_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000001);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.steamId_ = steamId_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.getDefaultInstance()) return this;
        if (other.hasSteamId()) {
          setSteamId(other.getSteamId());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private long steamId_ ;
      /**
       * optional uint64 steam_id = 1;
       */
      public boolean hasSteamId() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional uint64 steam_id = 1;
       */
      public long getSteamId() {
        return steamId_;
      }
      /**
       * optional uint64 steam_id = 1;
       */
      public Builder setSteamId(long value) {
        bitField0_ |= 0x00000001;
        steamId_ = value;
        onChanged();
        return this;
      }
      /**
       * optional uint64 steam_id = 1;
       */
      public Builder clearSteamId() {
        bitField0_ = (bitField0_ & ~0x00000001);
        steamId_ = 0L;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_ServerSteamID)
    }

    static {
      defaultInstance = new CSVCMsg_ServerSteamID(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_ServerSteamID)
  }

  public interface CSVCMsg_CmdKeyValuesOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_CmdKeyValues)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional bytes data = 1;
     */
    boolean hasData();
    /**
     * optional bytes data = 1;
     */
    com.google.protobuf.ByteString getData();
  }
  /**
   * Protobuf type {@code CSVCMsg_CmdKeyValues}
   */
  public static final class CSVCMsg_CmdKeyValues extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_CmdKeyValues)
      CSVCMsg_CmdKeyValuesOrBuilder {
    // Use CSVCMsg_CmdKeyValues.newBuilder() to construct.
    private CSVCMsg_CmdKeyValues(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_CmdKeyValues(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_CmdKeyValues defaultInstance;
    public static CSVCMsg_CmdKeyValues getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_CmdKeyValues getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_CmdKeyValues(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              bitField0_ |= 0x00000001;
              data_ = input.readBytes();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CmdKeyValues_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CmdKeyValues_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_CmdKeyValues parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_CmdKeyValues(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int DATA_FIELD_NUMBER = 1;
    private com.google.protobuf.ByteString data_;
    /**
     * optional bytes data = 1;
     */
    public boolean hasData() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional bytes data = 1;
     */
    public com.google.protobuf.ByteString getData() {
      return data_;
    }

    private void initFields() {
      data_ = com.google.protobuf.ByteString.EMPTY;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, data_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, data_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_CmdKeyValues}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_CmdKeyValues)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValuesOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CmdKeyValues_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CmdKeyValues_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        data_ = com.google.protobuf.ByteString.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000001);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_CmdKeyValues_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.data_ = data_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues.getDefaultInstance()) return this;
        if (other.hasData()) {
          setData(other.getData());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_CmdKeyValues) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private com.google.protobuf.ByteString data_ = com.google.protobuf.ByteString.EMPTY;
      /**
       * optional bytes data = 1;
       */
      public boolean hasData() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional bytes data = 1;
       */
      public com.google.protobuf.ByteString getData() {
        return data_;
      }
      /**
       * optional bytes data = 1;
       */
      public Builder setData(com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        data_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bytes data = 1;
       */
      public Builder clearData() {
        bitField0_ = (bitField0_ & ~0x00000001);
        data_ = getDefaultInstance().getData();
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_CmdKeyValues)
    }

    static {
      defaultInstance = new CSVCMsg_CmdKeyValues(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_CmdKeyValues)
  }

  public interface CSVCMsg_RconServerDetailsOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CSVCMsg_RconServerDetails)
      com.google.protobuf.MessageOrBuilder {

    /**
     * optional bytes token = 1;
     */
    boolean hasToken();
    /**
     * optional bytes token = 1;
     */
    com.google.protobuf.ByteString getToken();

    /**
     * optional string details = 2;
     */
    boolean hasDetails();
    /**
     * optional string details = 2;
     */
    java.lang.String getDetails();
    /**
     * optional string details = 2;
     */
    com.google.protobuf.ByteString
        getDetailsBytes();
  }
  /**
   * Protobuf type {@code CSVCMsg_RconServerDetails}
   */
  public static final class CSVCMsg_RconServerDetails extends
      com.google.protobuf.GeneratedMessage implements
      // @@protoc_insertion_point(message_implements:CSVCMsg_RconServerDetails)
      CSVCMsg_RconServerDetailsOrBuilder {
    // Use CSVCMsg_RconServerDetails.newBuilder() to construct.
    private CSVCMsg_RconServerDetails(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private CSVCMsg_RconServerDetails(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final CSVCMsg_RconServerDetails defaultInstance;
    public static CSVCMsg_RconServerDetails getDefaultInstance() {
      return defaultInstance;
    }

    public CSVCMsg_RconServerDetails getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private CSVCMsg_RconServerDetails(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              bitField0_ |= 0x00000001;
              token_ = input.readBytes();
              break;
            }
            case 18: {
              com.google.protobuf.ByteString bs = input.readBytes();
              bitField0_ |= 0x00000002;
              details_ = bs;
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_RconServerDetails_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_RconServerDetails_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public CSVCMsg_RconServerDetails parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CSVCMsg_RconServerDetails(input, extensionRegistry);
      }
    };

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    private int bitField0_;
    public static final int TOKEN_FIELD_NUMBER = 1;
    private com.google.protobuf.ByteString token_;
    /**
     * optional bytes token = 1;
     */
    public boolean hasToken() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional bytes token = 1;
     */
    public com.google.protobuf.ByteString getToken() {
      return token_;
    }

    public static final int DETAILS_FIELD_NUMBER = 2;
    private java.lang.Object details_;
    /**
     * optional string details = 2;
     */
    public boolean hasDetails() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional string details = 2;
     */
    public java.lang.String getDetails() {
      java.lang.Object ref = details_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          details_ = s;
        }
        return s;
      }
    }
    /**
     * optional string details = 2;
     */
    public com.google.protobuf.ByteString
        getDetailsBytes() {
      java.lang.Object ref = details_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        details_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    private void initFields() {
      token_ = com.google.protobuf.ByteString.EMPTY;
      details_ = "";
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, token_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeBytes(2, getDetailsBytes());
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, token_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(2, getDetailsBytes());
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code CSVCMsg_RconServerDetails}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder implements
        // @@protoc_insertion_point(builder_implements:CSVCMsg_RconServerDetails)
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetailsOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_RconServerDetails_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_RconServerDetails_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails.class, skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails.Builder.class);
      }

      // Construct using skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        token_ = com.google.protobuf.ByteString.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000001);
        details_ = "";
        bitField0_ = (bitField0_ & ~0x00000002);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.internal_static_CSVCMsg_RconServerDetails_descriptor;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails getDefaultInstanceForType() {
        return skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails.getDefaultInstance();
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails build() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails buildPartial() {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails result = new skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.token_ = token_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.details_ = details_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails) {
          return mergeFrom((skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails other) {
        if (other == skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails.getDefaultInstance()) return this;
        if (other.hasToken()) {
          setToken(other.getToken());
        }
        if (other.hasDetails()) {
          bitField0_ |= 0x00000002;
          details_ = other.details_;
          onChanged();
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (skadistats.clarity.wire.shared.s2.proto.S2NetMessages.CSVCMsg_RconServerDetails) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private com.google.protobuf.ByteString token_ = com.google.protobuf.ByteString.EMPTY;
      /**
       * optional bytes token = 1;
       */
      public boolean hasToken() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional bytes token = 1;
       */
      public com.google.protobuf.ByteString getToken() {
        return token_;
      }
      /**
       * optional bytes token = 1;
       */
      public Builder setToken(com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        token_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bytes token = 1;
       */
      public Builder clearToken() {
        bitField0_ = (bitField0_ & ~0x00000001);
        token_ = getDefaultInstance().getToken();
        onChanged();
        return this;
      }

      private java.lang.Object details_ = "";
      /**
       * optional string details = 2;
       */
      public boolean hasDetails() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional string details = 2;
       */
      public java.lang.String getDetails() {
        java.lang.Object ref = details_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          if (bs.isValidUtf8()) {
            details_ = s;
          }
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string details = 2;
       */
      public com.google.protobuf.ByteString
          getDetailsBytes() {
        java.lang.Object ref = details_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          details_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string details = 2;
       */
      public Builder setDetails(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        details_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string details = 2;
       */
      public Builder clearDetails() {
        bitField0_ = (bitField0_ & ~0x00000002);
        details_ = getDefaultInstance().getDetails();
        onChanged();
        return this;
      }
      /**
       * optional string details = 2;
       */
      public Builder setDetailsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        details_ = value;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:CSVCMsg_RconServerDetails)
    }

    static {
      defaultInstance = new CSVCMsg_RconServerDetails(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:CSVCMsg_RconServerDetails)
  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_CreateStringTable_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_VoiceData_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_VoiceData_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_ClearAllStringTables_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_ProtoFlattenedSerializerField_t_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_ProtoFlattenedSerializer_t_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_FlattenedSerializer_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CMsgIPCAddress_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CMsgIPCAddress_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CMsgServerPeer_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CMsgServerPeer_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_PeerList_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_PeerList_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_HLTVStatus_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_ServerSteamID_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_CmdKeyValues_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_CmdKeyValues_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_CSVCMsg_RconServerDetails_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_CSVCMsg_RconServerDetails_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\024netmessages-s2.proto\032\026netmessages-demo" +
      ".proto\"\211\002\n\031CSVCMsg_CreateStringTable\022\014\n\004" +
      "name\030\001 \001(\t\022\023\n\013num_entries\030\002 \001(\005\022\034\n\024user_" +
      "data_fixed_size\030\003 \001(\010\022\026\n\016user_data_size\030" +
      "\004 \001(\005\022\033\n\023user_data_size_bits\030\005 \001(\005\022\r\n\005fl" +
      "ags\030\006 \001(\005\022\023\n\013string_data\030\007 \001(\014\022\031\n\021uncomp" +
      "ressed_size\030\010 \001(\005\022\027\n\017data_compressed\030\t \001" +
      "(\010\022\036\n\026using_varint_bitcounts\030\n \001(\010\"\235\001\n\021C" +
      "SVCMsg_VoiceData\022\036\n\005audio\030\001 \001(\0132\017.CMsgVo" +
      "iceAudio\022\016\n\006client\030\002 \001(\005\022\021\n\tproximity\030\003 ",
      "\001(\010\022\014\n\004xuid\030\004 \001(\006\022\024\n\014audible_mask\030\005 \001(\005\022" +
      "\014\n\004tick\030\006 \001(\r\022\023\n\013passthrough\030\007 \001(\005\"_\n\034CS" +
      "VCMsg_ClearAllStringTables\022\017\n\007mapname\030\001 " +
      "\001(\t\022\017\n\007map_crc\030\002 \001(\r\022\035\n\025create_tables_sk" +
      "ipped\030\003 \001(\010\"\363\003\n\037ProtoFlattenedSerializer" +
      "Field_t\022\024\n\014var_type_sym\030\001 \001(\005\022\024\n\014var_nam" +
      "e_sym\030\002 \001(\005\022\021\n\tbit_count\030\003 \001(\005\022\021\n\tlow_va" +
      "lue\030\004 \001(\002\022\022\n\nhigh_value\030\005 \001(\002\022\024\n\014encode_" +
      "flags\030\006 \001(\005\022!\n\031field_serializer_name_sym" +
      "\030\007 \001(\005\022 \n\030field_serializer_version\030\010 \001(\005",
      "\022\025\n\rsend_node_sym\030\t \001(\005\022\027\n\017var_encoder_s" +
      "ym\030\n \001(\005\022O\n\021polymorphic_types\030\013 \003(\01324.Pr" +
      "otoFlattenedSerializerField_t.polymorphi" +
      "c_field_t\022\032\n\022var_serializer_sym\030\014 \001(\005\032r\n" +
      "\023polymorphic_field_t\022-\n%polymorphic_fiel" +
      "d_serializer_name_sym\030\001 \001(\005\022,\n$polymorph" +
      "ic_field_serializer_version\030\002 \001(\005\"k\n\032Pro" +
      "toFlattenedSerializer_t\022\033\n\023serializer_na" +
      "me_sym\030\001 \001(\005\022\032\n\022serializer_version\030\002 \001(\005" +
      "\022\024\n\014fields_index\030\003 \003(\005\"\222\001\n\033CSVCMsg_Flatt",
      "enedSerializer\0220\n\013serializers\030\001 \003(\0132\033.Pr" +
      "otoFlattenedSerializer_t\022\017\n\007symbols\030\002 \003(" +
      "\t\0220\n\006fields\030\003 \003(\0132 .ProtoFlattenedSerial" +
      "izerField_t\";\n\016CMsgIPCAddress\022\025\n\rcompute" +
      "r_guid\030\001 \001(\006\022\022\n\nprocess_id\030\002 \001(\r\"\240\001\n\016CMs" +
      "gServerPeer\022\023\n\013player_slot\030\001 \001(\005\022\017\n\007stea" +
      "mid\030\002 \001(\006\022\034\n\003ipc\030\003 \001(\0132\017.CMsgIPCAddress\022" +
      "\025\n\rthey_hear_you\030\004 \001(\010\022\025\n\ryou_hear_them\030" +
      "\005 \001(\010\022\034\n\024is_listenserver_host\030\006 \001(\010\"1\n\020C" +
      "SVCMsg_PeerList\022\035\n\004peer\030\001 \003(\0132\017.CMsgServ",
      "erPeer\"U\n\022CSVCMsg_HLTVStatus\022\016\n\006master\030\001" +
      " \001(\t\022\017\n\007clients\030\002 \001(\005\022\r\n\005slots\030\003 \001(\005\022\017\n\007" +
      "proxies\030\004 \001(\005\")\n\025CSVCMsg_ServerSteamID\022\020" +
      "\n\010steam_id\030\001 \001(\004\"$\n\024CSVCMsg_CmdKeyValues" +
      "\022\014\n\004data\030\001 \001(\014\";\n\031CSVCMsg_RconServerDeta" +
      "ils\022\r\n\005token\030\001 \001(\014\022\017\n\007details\030\002 \001(\tB8\n\'s" +
      "kadistats.clarity.wire.shared.s2.protoB\r" +
      "S2NetMessages"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.getDescriptor(),
        }, assigner);
    internal_static_CSVCMsg_CreateStringTable_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_CreateStringTable_descriptor,
        new java.lang.String[] { "Name", "NumEntries", "UserDataFixedSize", "UserDataSize", "UserDataSizeBits", "Flags", "StringData", "UncompressedSize", "DataCompressed", "UsingVarintBitcounts", });
    internal_static_CSVCMsg_VoiceData_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_CSVCMsg_VoiceData_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_VoiceData_descriptor,
        new java.lang.String[] { "Audio", "Client", "Proximity", "Xuid", "AudibleMask", "Tick", "Passthrough", });
    internal_static_CSVCMsg_ClearAllStringTables_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_ClearAllStringTables_descriptor,
        new java.lang.String[] { "Mapname", "MapCrc", "CreateTablesSkipped", });
    internal_static_ProtoFlattenedSerializerField_t_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_ProtoFlattenedSerializerField_t_descriptor,
        new java.lang.String[] { "VarTypeSym", "VarNameSym", "BitCount", "LowValue", "HighValue", "EncodeFlags", "FieldSerializerNameSym", "FieldSerializerVersion", "SendNodeSym", "VarEncoderSym", "PolymorphicTypes", "VarSerializerSym", });
    internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_descriptor =
      internal_static_ProtoFlattenedSerializerField_t_descriptor.getNestedTypes().get(0);
    internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_ProtoFlattenedSerializerField_t_polymorphic_field_t_descriptor,
        new java.lang.String[] { "PolymorphicFieldSerializerNameSym", "PolymorphicFieldSerializerVersion", });
    internal_static_ProtoFlattenedSerializer_t_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_ProtoFlattenedSerializer_t_descriptor,
        new java.lang.String[] { "SerializerNameSym", "SerializerVersion", "FieldsIndex", });
    internal_static_CSVCMsg_FlattenedSerializer_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_FlattenedSerializer_descriptor,
        new java.lang.String[] { "Serializers", "Symbols", "Fields", });
    internal_static_CMsgIPCAddress_descriptor =
      getDescriptor().getMessageTypes().get(6);
    internal_static_CMsgIPCAddress_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CMsgIPCAddress_descriptor,
        new java.lang.String[] { "ComputerGuid", "ProcessId", });
    internal_static_CMsgServerPeer_descriptor =
      getDescriptor().getMessageTypes().get(7);
    internal_static_CMsgServerPeer_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CMsgServerPeer_descriptor,
        new java.lang.String[] { "PlayerSlot", "Steamid", "Ipc", "TheyHearYou", "YouHearThem", "IsListenserverHost", });
    internal_static_CSVCMsg_PeerList_descriptor =
      getDescriptor().getMessageTypes().get(8);
    internal_static_CSVCMsg_PeerList_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_PeerList_descriptor,
        new java.lang.String[] { "Peer", });
    internal_static_CSVCMsg_HLTVStatus_descriptor =
      getDescriptor().getMessageTypes().get(9);
    internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_HLTVStatus_descriptor,
        new java.lang.String[] { "Master", "Clients", "Slots", "Proxies", });
    internal_static_CSVCMsg_ServerSteamID_descriptor =
      getDescriptor().getMessageTypes().get(10);
    internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_ServerSteamID_descriptor,
        new java.lang.String[] { "SteamId", });
    internal_static_CSVCMsg_CmdKeyValues_descriptor =
      getDescriptor().getMessageTypes().get(11);
    internal_static_CSVCMsg_CmdKeyValues_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_CmdKeyValues_descriptor,
        new java.lang.String[] { "Data", });
    internal_static_CSVCMsg_RconServerDetails_descriptor =
      getDescriptor().getMessageTypes().get(12);
    internal_static_CSVCMsg_RconServerDetails_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_CSVCMsg_RconServerDetails_descriptor,
        new java.lang.String[] { "Token", "Details", });
    skadistats.clarity.wire.shared.demo.proto.DemoNetMessages.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy