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

skadistats.clarity.wire.csgo.proto.CsGoNetMessages 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.

There is a newer version: 5.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: csgo_netmessages.proto

package skadistats.clarity.wire.csgo.proto;

public final class CsGoNetMessages {
  private CsGoNetMessages() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
  }
  /**
   * Protobuf enum {@code CLC_Messages}
   */
  public enum CLC_Messages
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * clc_ClientInfo = 8;
     */
    clc_ClientInfo(0, 8),
    /**
     * clc_Move = 9;
     */
    clc_Move(1, 9),
    /**
     * clc_VoiceData = 10;
     */
    clc_VoiceData(2, 10),
    /**
     * clc_BaselineAck = 11;
     */
    clc_BaselineAck(3, 11),
    /**
     * clc_ListenEvents = 12;
     */
    clc_ListenEvents(4, 12),
    /**
     * clc_RespondCvarValue = 13;
     */
    clc_RespondCvarValue(5, 13),
    /**
     * clc_FileCRCCheck = 14;
     */
    clc_FileCRCCheck(6, 14),
    /**
     * clc_LoadingProgress = 15;
     */
    clc_LoadingProgress(7, 15),
    /**
     * clc_SplitPlayerConnect = 16;
     */
    clc_SplitPlayerConnect(8, 16),
    /**
     * clc_ClientMessage = 17;
     */
    clc_ClientMessage(9, 17),
    /**
     * clc_CmdKeyValues = 18;
     */
    clc_CmdKeyValues(10, 18),
    /**
     * clc_HltvReplay = 20;
     */
    clc_HltvReplay(11, 20),
    ;

    /**
     * clc_ClientInfo = 8;
     */
    public static final int clc_ClientInfo_VALUE = 8;
    /**
     * clc_Move = 9;
     */
    public static final int clc_Move_VALUE = 9;
    /**
     * clc_VoiceData = 10;
     */
    public static final int clc_VoiceData_VALUE = 10;
    /**
     * clc_BaselineAck = 11;
     */
    public static final int clc_BaselineAck_VALUE = 11;
    /**
     * clc_ListenEvents = 12;
     */
    public static final int clc_ListenEvents_VALUE = 12;
    /**
     * clc_RespondCvarValue = 13;
     */
    public static final int clc_RespondCvarValue_VALUE = 13;
    /**
     * clc_FileCRCCheck = 14;
     */
    public static final int clc_FileCRCCheck_VALUE = 14;
    /**
     * clc_LoadingProgress = 15;
     */
    public static final int clc_LoadingProgress_VALUE = 15;
    /**
     * clc_SplitPlayerConnect = 16;
     */
    public static final int clc_SplitPlayerConnect_VALUE = 16;
    /**
     * clc_ClientMessage = 17;
     */
    public static final int clc_ClientMessage_VALUE = 17;
    /**
     * clc_CmdKeyValues = 18;
     */
    public static final int clc_CmdKeyValues_VALUE = 18;
    /**
     * clc_HltvReplay = 20;
     */
    public static final int clc_HltvReplay_VALUE = 20;


    public final int getNumber() { return value; }

    public static CLC_Messages valueOf(int value) {
      switch (value) {
        case 8: return clc_ClientInfo;
        case 9: return clc_Move;
        case 10: return clc_VoiceData;
        case 11: return clc_BaselineAck;
        case 12: return clc_ListenEvents;
        case 13: return clc_RespondCvarValue;
        case 14: return clc_FileCRCCheck;
        case 15: return clc_LoadingProgress;
        case 16: return clc_SplitPlayerConnect;
        case 17: return clc_ClientMessage;
        case 18: return clc_CmdKeyValues;
        case 20: return clc_HltvReplay;
        default: return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap
        internalGetValueMap() {
      return internalValueMap;
    }
    private static com.google.protobuf.Internal.EnumLiteMap
        internalValueMap =
          new com.google.protobuf.Internal.EnumLiteMap() {
            public CLC_Messages findValueByNumber(int number) {
              return CLC_Messages.valueOf(number);
            }
          };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor
        getValueDescriptor() {
      return getDescriptor().getValues().get(index);
    }
    public final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptorForType() {
      return getDescriptor();
    }
    public static final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptor() {
      return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.getDescriptor().getEnumTypes().get(0);
    }

    private static final CLC_Messages[] VALUES = values();

    public static CLC_Messages valueOf(
        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException(
          "EnumValueDescriptor is not for this type.");
      }
      return VALUES[desc.getIndex()];
    }

    private final int index;
    private final int value;

    private CLC_Messages(int index, int value) {
      this.index = index;
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:CLC_Messages)
  }

  /**
   * Protobuf enum {@code SVC_Messages_CsGo}
   */
  public enum SVC_Messages_CsGo
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * svc_GetCvarValue = 31;
     */
    svc_GetCvarValue(0, 31),
    /**
     * svc_PaintmapData = 33;
     */
    svc_PaintmapData(1, 33),
    /**
     * svc_CmdKeyValues = 34;
     */
    svc_CmdKeyValues(2, 34),
    /**
     * svc_EncryptedData = 35;
     */
    svc_EncryptedData(3, 35),
    /**
     * svc_HltvReplay = 36;
     */
    svc_HltvReplay(4, 36),
    /**
     * svc_Broadcast_Command = 38;
     */
    svc_Broadcast_Command(5, 38),
    ;

    /**
     * svc_GetCvarValue = 31;
     */
    public static final int svc_GetCvarValue_VALUE = 31;
    /**
     * svc_PaintmapData = 33;
     */
    public static final int svc_PaintmapData_VALUE = 33;
    /**
     * svc_CmdKeyValues = 34;
     */
    public static final int svc_CmdKeyValues_VALUE = 34;
    /**
     * svc_EncryptedData = 35;
     */
    public static final int svc_EncryptedData_VALUE = 35;
    /**
     * svc_HltvReplay = 36;
     */
    public static final int svc_HltvReplay_VALUE = 36;
    /**
     * svc_Broadcast_Command = 38;
     */
    public static final int svc_Broadcast_Command_VALUE = 38;


    public final int getNumber() { return value; }

    public static SVC_Messages_CsGo valueOf(int value) {
      switch (value) {
        case 31: return svc_GetCvarValue;
        case 33: return svc_PaintmapData;
        case 34: return svc_CmdKeyValues;
        case 35: return svc_EncryptedData;
        case 36: return svc_HltvReplay;
        case 38: return svc_Broadcast_Command;
        default: return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap
        internalGetValueMap() {
      return internalValueMap;
    }
    private static com.google.protobuf.Internal.EnumLiteMap
        internalValueMap =
          new com.google.protobuf.Internal.EnumLiteMap() {
            public SVC_Messages_CsGo findValueByNumber(int number) {
              return SVC_Messages_CsGo.valueOf(number);
            }
          };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor
        getValueDescriptor() {
      return getDescriptor().getValues().get(index);
    }
    public final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptorForType() {
      return getDescriptor();
    }
    public static final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptor() {
      return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.getDescriptor().getEnumTypes().get(1);
    }

    private static final SVC_Messages_CsGo[] VALUES = values();

    public static SVC_Messages_CsGo valueOf(
        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException(
          "EnumValueDescriptor is not for this type.");
      }
      return VALUES[desc.getIndex()];
    }

    private final int index;
    private final int value;

    private SVC_Messages_CsGo(int index, int value) {
      this.index = index;
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:SVC_Messages_CsGo)
  }

  /**
   * Protobuf enum {@code VoiceDataFormat_t}
   */
  public enum VoiceDataFormat_t
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * VOICEDATA_FORMAT_STEAM = 0;
     */
    VOICEDATA_FORMAT_STEAM(0, 0),
    /**
     * VOICEDATA_FORMAT_ENGINE = 1;
     */
    VOICEDATA_FORMAT_ENGINE(1, 1),
    ;

    /**
     * VOICEDATA_FORMAT_STEAM = 0;
     */
    public static final int VOICEDATA_FORMAT_STEAM_VALUE = 0;
    /**
     * VOICEDATA_FORMAT_ENGINE = 1;
     */
    public static final int VOICEDATA_FORMAT_ENGINE_VALUE = 1;


    public final int getNumber() { return value; }

    public static VoiceDataFormat_t valueOf(int value) {
      switch (value) {
        case 0: return VOICEDATA_FORMAT_STEAM;
        case 1: return VOICEDATA_FORMAT_ENGINE;
        default: return null;
      }
    }

    public static com.google.protobuf.Internal.EnumLiteMap
        internalGetValueMap() {
      return internalValueMap;
    }
    private static com.google.protobuf.Internal.EnumLiteMap
        internalValueMap =
          new com.google.protobuf.Internal.EnumLiteMap() {
            public VoiceDataFormat_t findValueByNumber(int number) {
              return VoiceDataFormat_t.valueOf(number);
            }
          };

    public final com.google.protobuf.Descriptors.EnumValueDescriptor
        getValueDescriptor() {
      return getDescriptor().getValues().get(index);
    }
    public final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptorForType() {
      return getDescriptor();
    }
    public static final com.google.protobuf.Descriptors.EnumDescriptor
        getDescriptor() {
      return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.getDescriptor().getEnumTypes().get(2);
    }

    private static final VoiceDataFormat_t[] VALUES = values();

    public static VoiceDataFormat_t valueOf(
        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
      if (desc.getType() != getDescriptor()) {
        throw new java.lang.IllegalArgumentException(
          "EnumValueDescriptor is not for this type.");
      }
      return VALUES[desc.getIndex()];
    }

    private final int index;
    private final int value;

    private VoiceDataFormat_t(int index, int value) {
      this.index = index;
      this.value = value;
    }

    // @@protoc_insertion_point(enum_scope:VoiceDataFormat_t)
  }

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

    /**
     * optional int32 protocol = 1;
     *
     * 
     * protocol version
     * 
*/ boolean hasProtocol(); /** * optional int32 protocol = 1; * *
     * protocol version
     * 
*/ int getProtocol(); /** * optional int32 server_count = 2; * *
     * number of changelevels since server start
     * 
*/ boolean hasServerCount(); /** * optional int32 server_count = 2; * *
     * number of changelevels since server start
     * 
*/ int getServerCount(); /** * optional bool is_dedicated = 3; * *
     * dedicated server ?
     * 
*/ boolean hasIsDedicated(); /** * optional bool is_dedicated = 3; * *
     * dedicated server ?
     * 
*/ boolean getIsDedicated(); /** * optional bool is_official_valve_server = 4; */ boolean hasIsOfficialValveServer(); /** * optional bool is_official_valve_server = 4; */ boolean getIsOfficialValveServer(); /** * optional bool is_hltv = 5; * *
     * HLTV server ?
     * 
*/ boolean hasIsHltv(); /** * optional bool is_hltv = 5; * *
     * HLTV server ?
     * 
*/ boolean getIsHltv(); /** * optional bool is_replay = 6; * *
     * Replay server ?
     * 
*/ boolean hasIsReplay(); /** * optional bool is_replay = 6; * *
     * Replay server ?
     * 
*/ boolean getIsReplay(); /** * optional bool is_redirecting_to_proxy_relay = 21; * *
     * // Will be redirecting to proxy relay
     * 
*/ boolean hasIsRedirectingToProxyRelay(); /** * optional bool is_redirecting_to_proxy_relay = 21; * *
     * // Will be redirecting to proxy relay
     * 
*/ boolean getIsRedirectingToProxyRelay(); /** * optional int32 c_os = 7; * *
     * L = linux, W = Win32
     * 
*/ boolean hasCOs(); /** * optional int32 c_os = 7; * *
     * L = linux, W = Win32
     * 
*/ int getCOs(); /** * optional fixed32 map_crc = 8; * *
     * server map CRC
     * 
*/ boolean hasMapCrc(); /** * optional fixed32 map_crc = 8; * *
     * server map CRC
     * 
*/ int getMapCrc(); /** * optional fixed32 client_crc = 9; * *
     * client.dll CRC server is using
     * 
*/ boolean hasClientCrc(); /** * optional fixed32 client_crc = 9; * *
     * client.dll CRC server is using
     * 
*/ int getClientCrc(); /** * optional fixed32 string_table_crc = 10; * *
     * string table CRC server is using
     * 
*/ boolean hasStringTableCrc(); /** * optional fixed32 string_table_crc = 10; * *
     * string table CRC server is using
     * 
*/ int getStringTableCrc(); /** * optional int32 max_clients = 11; * *
     * max number of clients on server
     * 
*/ boolean hasMaxClients(); /** * optional int32 max_clients = 11; * *
     * max number of clients on server
     * 
*/ int getMaxClients(); /** * optional int32 max_classes = 12; * *
     * max number of server classes
     * 
*/ boolean hasMaxClasses(); /** * optional int32 max_classes = 12; * *
     * max number of server classes
     * 
*/ int getMaxClasses(); /** * optional int32 player_slot = 13; * *
     * our client slot number
     * 
*/ boolean hasPlayerSlot(); /** * optional int32 player_slot = 13; * *
     * our client slot number
     * 
*/ int getPlayerSlot(); /** * optional float tick_interval = 14; * *
     * server tick interval
     * 
*/ boolean hasTickInterval(); /** * optional float tick_interval = 14; * *
     * server tick interval
     * 
*/ float getTickInterval(); /** * optional string game_dir = 15; * *
     * game directory eg "tf2"
     * 
*/ boolean hasGameDir(); /** * optional string game_dir = 15; * *
     * game directory eg "tf2"
     * 
*/ java.lang.String getGameDir(); /** * optional string game_dir = 15; * *
     * game directory eg "tf2"
     * 
*/ com.google.protobuf.ByteString getGameDirBytes(); /** * optional string map_name = 16; * *
     * name of current map
     * 
*/ boolean hasMapName(); /** * optional string map_name = 16; * *
     * name of current map
     * 
*/ java.lang.String getMapName(); /** * optional string map_name = 16; * *
     * name of current map
     * 
*/ com.google.protobuf.ByteString getMapNameBytes(); /** * optional string map_group_name = 17; * *
     * name of current map
     * 
*/ boolean hasMapGroupName(); /** * optional string map_group_name = 17; * *
     * name of current map
     * 
*/ java.lang.String getMapGroupName(); /** * optional string map_group_name = 17; * *
     * name of current map
     * 
*/ com.google.protobuf.ByteString getMapGroupNameBytes(); /** * optional string sky_name = 18; * *
     * name of current skybox
     * 
*/ boolean hasSkyName(); /** * optional string sky_name = 18; * *
     * name of current skybox
     * 
*/ java.lang.String getSkyName(); /** * optional string sky_name = 18; * *
     * name of current skybox
     * 
*/ com.google.protobuf.ByteString getSkyNameBytes(); /** * optional string host_name = 19; * *
     * server name
     * 
*/ boolean hasHostName(); /** * optional string host_name = 19; * *
     * server name
     * 
*/ java.lang.String getHostName(); /** * optional string host_name = 19; * *
     * server name
     * 
*/ com.google.protobuf.ByteString getHostNameBytes(); /** * optional uint64 ugc_map_id = 22; */ boolean hasUgcMapId(); /** * optional uint64 ugc_map_id = 22; */ long getUgcMapId(); } /** * Protobuf type {@code CSVCMsg_ServerInfo} */ public static final class CSVCMsg_ServerInfo extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CSVCMsg_ServerInfo) CSVCMsg_ServerInfoOrBuilder { // Use CSVCMsg_ServerInfo.newBuilder() to construct. private CSVCMsg_ServerInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CSVCMsg_ServerInfo(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CSVCMsg_ServerInfo defaultInstance; public static CSVCMsg_ServerInfo getDefaultInstance() { return defaultInstance; } public CSVCMsg_ServerInfo 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_ServerInfo( 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; protocol_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000002; serverCount_ = input.readInt32(); break; } case 24: { bitField0_ |= 0x00000004; isDedicated_ = input.readBool(); break; } case 32: { bitField0_ |= 0x00000008; isOfficialValveServer_ = input.readBool(); break; } case 40: { bitField0_ |= 0x00000010; isHltv_ = input.readBool(); break; } case 48: { bitField0_ |= 0x00000020; isReplay_ = input.readBool(); break; } case 56: { bitField0_ |= 0x00000080; cOs_ = input.readInt32(); break; } case 69: { bitField0_ |= 0x00000100; mapCrc_ = input.readFixed32(); break; } case 77: { bitField0_ |= 0x00000200; clientCrc_ = input.readFixed32(); break; } case 85: { bitField0_ |= 0x00000400; stringTableCrc_ = input.readFixed32(); break; } case 88: { bitField0_ |= 0x00000800; maxClients_ = input.readInt32(); break; } case 96: { bitField0_ |= 0x00001000; maxClasses_ = input.readInt32(); break; } case 104: { bitField0_ |= 0x00002000; playerSlot_ = input.readInt32(); break; } case 117: { bitField0_ |= 0x00004000; tickInterval_ = input.readFloat(); break; } case 122: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00008000; gameDir_ = bs; break; } case 130: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00010000; mapName_ = bs; break; } case 138: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00020000; mapGroupName_ = bs; break; } case 146: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00040000; skyName_ = bs; break; } case 154: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00080000; hostName_ = bs; break; } case 168: { bitField0_ |= 0x00000040; isRedirectingToProxyRelay_ = input.readBool(); break; } case 176: { bitField0_ |= 0x00100000; ugcMapId_ = 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.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_ServerInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_ServerInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CSVCMsg_ServerInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CSVCMsg_ServerInfo(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int PROTOCOL_FIELD_NUMBER = 1; private int protocol_; /** * optional int32 protocol = 1; * *
     * protocol version
     * 
*/ public boolean hasProtocol() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 protocol = 1; * *
     * protocol version
     * 
*/ public int getProtocol() { return protocol_; } public static final int SERVER_COUNT_FIELD_NUMBER = 2; private int serverCount_; /** * optional int32 server_count = 2; * *
     * number of changelevels since server start
     * 
*/ public boolean hasServerCount() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 server_count = 2; * *
     * number of changelevels since server start
     * 
*/ public int getServerCount() { return serverCount_; } public static final int IS_DEDICATED_FIELD_NUMBER = 3; private boolean isDedicated_; /** * optional bool is_dedicated = 3; * *
     * dedicated server ?
     * 
*/ public boolean hasIsDedicated() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bool is_dedicated = 3; * *
     * dedicated server ?
     * 
*/ public boolean getIsDedicated() { return isDedicated_; } public static final int IS_OFFICIAL_VALVE_SERVER_FIELD_NUMBER = 4; private boolean isOfficialValveServer_; /** * optional bool is_official_valve_server = 4; */ public boolean hasIsOfficialValveServer() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional bool is_official_valve_server = 4; */ public boolean getIsOfficialValveServer() { return isOfficialValveServer_; } public static final int IS_HLTV_FIELD_NUMBER = 5; private boolean isHltv_; /** * optional bool is_hltv = 5; * *
     * HLTV server ?
     * 
*/ public boolean hasIsHltv() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional bool is_hltv = 5; * *
     * HLTV server ?
     * 
*/ public boolean getIsHltv() { return isHltv_; } public static final int IS_REPLAY_FIELD_NUMBER = 6; private boolean isReplay_; /** * optional bool is_replay = 6; * *
     * Replay server ?
     * 
*/ public boolean hasIsReplay() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional bool is_replay = 6; * *
     * Replay server ?
     * 
*/ public boolean getIsReplay() { return isReplay_; } public static final int IS_REDIRECTING_TO_PROXY_RELAY_FIELD_NUMBER = 21; private boolean isRedirectingToProxyRelay_; /** * optional bool is_redirecting_to_proxy_relay = 21; * *
     * // Will be redirecting to proxy relay
     * 
*/ public boolean hasIsRedirectingToProxyRelay() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional bool is_redirecting_to_proxy_relay = 21; * *
     * // Will be redirecting to proxy relay
     * 
*/ public boolean getIsRedirectingToProxyRelay() { return isRedirectingToProxyRelay_; } public static final int C_OS_FIELD_NUMBER = 7; private int cOs_; /** * optional int32 c_os = 7; * *
     * L = linux, W = Win32
     * 
*/ public boolean hasCOs() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional int32 c_os = 7; * *
     * L = linux, W = Win32
     * 
*/ public int getCOs() { return cOs_; } public static final int MAP_CRC_FIELD_NUMBER = 8; private int mapCrc_; /** * optional fixed32 map_crc = 8; * *
     * server map CRC
     * 
*/ public boolean hasMapCrc() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional fixed32 map_crc = 8; * *
     * server map CRC
     * 
*/ public int getMapCrc() { return mapCrc_; } public static final int CLIENT_CRC_FIELD_NUMBER = 9; private int clientCrc_; /** * optional fixed32 client_crc = 9; * *
     * client.dll CRC server is using
     * 
*/ public boolean hasClientCrc() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional fixed32 client_crc = 9; * *
     * client.dll CRC server is using
     * 
*/ public int getClientCrc() { return clientCrc_; } public static final int STRING_TABLE_CRC_FIELD_NUMBER = 10; private int stringTableCrc_; /** * optional fixed32 string_table_crc = 10; * *
     * string table CRC server is using
     * 
*/ public boolean hasStringTableCrc() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * optional fixed32 string_table_crc = 10; * *
     * string table CRC server is using
     * 
*/ public int getStringTableCrc() { return stringTableCrc_; } public static final int MAX_CLIENTS_FIELD_NUMBER = 11; private int maxClients_; /** * optional int32 max_clients = 11; * *
     * max number of clients on server
     * 
*/ public boolean hasMaxClients() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * optional int32 max_clients = 11; * *
     * max number of clients on server
     * 
*/ public int getMaxClients() { return maxClients_; } public static final int MAX_CLASSES_FIELD_NUMBER = 12; private int maxClasses_; /** * optional int32 max_classes = 12; * *
     * max number of server classes
     * 
*/ public boolean hasMaxClasses() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * optional int32 max_classes = 12; * *
     * max number of server classes
     * 
*/ public int getMaxClasses() { return maxClasses_; } public static final int PLAYER_SLOT_FIELD_NUMBER = 13; private int playerSlot_; /** * optional int32 player_slot = 13; * *
     * our client slot number
     * 
*/ public boolean hasPlayerSlot() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * optional int32 player_slot = 13; * *
     * our client slot number
     * 
*/ public int getPlayerSlot() { return playerSlot_; } public static final int TICK_INTERVAL_FIELD_NUMBER = 14; private float tickInterval_; /** * optional float tick_interval = 14; * *
     * server tick interval
     * 
*/ public boolean hasTickInterval() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * optional float tick_interval = 14; * *
     * server tick interval
     * 
*/ public float getTickInterval() { return tickInterval_; } public static final int GAME_DIR_FIELD_NUMBER = 15; private java.lang.Object gameDir_; /** * optional string game_dir = 15; * *
     * game directory eg "tf2"
     * 
*/ public boolean hasGameDir() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * optional string game_dir = 15; * *
     * game directory eg "tf2"
     * 
*/ public java.lang.String getGameDir() { java.lang.Object ref = gameDir_; 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()) { gameDir_ = s; } return s; } } /** * optional string game_dir = 15; * *
     * game directory eg "tf2"
     * 
*/ public com.google.protobuf.ByteString getGameDirBytes() { java.lang.Object ref = gameDir_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gameDir_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int MAP_NAME_FIELD_NUMBER = 16; private java.lang.Object mapName_; /** * optional string map_name = 16; * *
     * name of current map
     * 
*/ public boolean hasMapName() { return ((bitField0_ & 0x00010000) == 0x00010000); } /** * optional string map_name = 16; * *
     * name of current map
     * 
*/ 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 map_name = 16; * *
     * name of current map
     * 
*/ 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_GROUP_NAME_FIELD_NUMBER = 17; private java.lang.Object mapGroupName_; /** * optional string map_group_name = 17; * *
     * name of current map
     * 
*/ public boolean hasMapGroupName() { return ((bitField0_ & 0x00020000) == 0x00020000); } /** * optional string map_group_name = 17; * *
     * name of current map
     * 
*/ public java.lang.String getMapGroupName() { java.lang.Object ref = mapGroupName_; 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()) { mapGroupName_ = s; } return s; } } /** * optional string map_group_name = 17; * *
     * name of current map
     * 
*/ public com.google.protobuf.ByteString getMapGroupNameBytes() { java.lang.Object ref = mapGroupName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); mapGroupName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SKY_NAME_FIELD_NUMBER = 18; private java.lang.Object skyName_; /** * optional string sky_name = 18; * *
     * name of current skybox
     * 
*/ public boolean hasSkyName() { return ((bitField0_ & 0x00040000) == 0x00040000); } /** * optional string sky_name = 18; * *
     * name of current skybox
     * 
*/ public java.lang.String getSkyName() { java.lang.Object ref = skyName_; 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()) { skyName_ = s; } return s; } } /** * optional string sky_name = 18; * *
     * name of current skybox
     * 
*/ public com.google.protobuf.ByteString getSkyNameBytes() { java.lang.Object ref = skyName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); skyName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int HOST_NAME_FIELD_NUMBER = 19; private java.lang.Object hostName_; /** * optional string host_name = 19; * *
     * server name
     * 
*/ public boolean hasHostName() { return ((bitField0_ & 0x00080000) == 0x00080000); } /** * optional string host_name = 19; * *
     * server name
     * 
*/ public java.lang.String getHostName() { java.lang.Object ref = hostName_; 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()) { hostName_ = s; } return s; } } /** * optional string host_name = 19; * *
     * server name
     * 
*/ public com.google.protobuf.ByteString getHostNameBytes() { java.lang.Object ref = hostName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int UGC_MAP_ID_FIELD_NUMBER = 22; private long ugcMapId_; /** * optional uint64 ugc_map_id = 22; */ public boolean hasUgcMapId() { return ((bitField0_ & 0x00100000) == 0x00100000); } /** * optional uint64 ugc_map_id = 22; */ public long getUgcMapId() { return ugcMapId_; } private void initFields() { protocol_ = 0; serverCount_ = 0; isDedicated_ = false; isOfficialValveServer_ = false; isHltv_ = false; isReplay_ = false; isRedirectingToProxyRelay_ = false; cOs_ = 0; mapCrc_ = 0; clientCrc_ = 0; stringTableCrc_ = 0; maxClients_ = 0; maxClasses_ = 0; playerSlot_ = 0; tickInterval_ = 0F; gameDir_ = ""; mapName_ = ""; mapGroupName_ = ""; skyName_ = ""; hostName_ = ""; ugcMapId_ = 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.writeInt32(1, protocol_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, serverCount_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBool(3, isDedicated_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBool(4, isOfficialValveServer_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBool(5, isHltv_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBool(6, isReplay_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeInt32(7, cOs_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeFixed32(8, mapCrc_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeFixed32(9, clientCrc_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { output.writeFixed32(10, stringTableCrc_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { output.writeInt32(11, maxClients_); } if (((bitField0_ & 0x00001000) == 0x00001000)) { output.writeInt32(12, maxClasses_); } if (((bitField0_ & 0x00002000) == 0x00002000)) { output.writeInt32(13, playerSlot_); } if (((bitField0_ & 0x00004000) == 0x00004000)) { output.writeFloat(14, tickInterval_); } if (((bitField0_ & 0x00008000) == 0x00008000)) { output.writeBytes(15, getGameDirBytes()); } if (((bitField0_ & 0x00010000) == 0x00010000)) { output.writeBytes(16, getMapNameBytes()); } if (((bitField0_ & 0x00020000) == 0x00020000)) { output.writeBytes(17, getMapGroupNameBytes()); } if (((bitField0_ & 0x00040000) == 0x00040000)) { output.writeBytes(18, getSkyNameBytes()); } if (((bitField0_ & 0x00080000) == 0x00080000)) { output.writeBytes(19, getHostNameBytes()); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeBool(21, isRedirectingToProxyRelay_); } if (((bitField0_ & 0x00100000) == 0x00100000)) { output.writeUInt64(22, ugcMapId_); } 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, protocol_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, serverCount_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, isDedicated_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, isOfficialValveServer_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, isHltv_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, isReplay_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(7, cOs_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(8, mapCrc_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(9, clientCrc_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(10, stringTableCrc_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(11, maxClients_); } if (((bitField0_ & 0x00001000) == 0x00001000)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(12, maxClasses_); } if (((bitField0_ & 0x00002000) == 0x00002000)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(13, playerSlot_); } if (((bitField0_ & 0x00004000) == 0x00004000)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(14, tickInterval_); } if (((bitField0_ & 0x00008000) == 0x00008000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(15, getGameDirBytes()); } if (((bitField0_ & 0x00010000) == 0x00010000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(16, getMapNameBytes()); } if (((bitField0_ & 0x00020000) == 0x00020000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(17, getMapGroupNameBytes()); } if (((bitField0_ & 0x00040000) == 0x00040000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(18, getSkyNameBytes()); } if (((bitField0_ & 0x00080000) == 0x00080000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(19, getHostNameBytes()); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(21, isRedirectingToProxyRelay_); } if (((bitField0_ & 0x00100000) == 0x00100000)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(22, ugcMapId_); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo 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.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo 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.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo 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_ServerInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CSVCMsg_ServerInfo) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_ServerInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_ServerInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo.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(); protocol_ = 0; bitField0_ = (bitField0_ & ~0x00000001); serverCount_ = 0; bitField0_ = (bitField0_ & ~0x00000002); isDedicated_ = false; bitField0_ = (bitField0_ & ~0x00000004); isOfficialValveServer_ = false; bitField0_ = (bitField0_ & ~0x00000008); isHltv_ = false; bitField0_ = (bitField0_ & ~0x00000010); isReplay_ = false; bitField0_ = (bitField0_ & ~0x00000020); isRedirectingToProxyRelay_ = false; bitField0_ = (bitField0_ & ~0x00000040); cOs_ = 0; bitField0_ = (bitField0_ & ~0x00000080); mapCrc_ = 0; bitField0_ = (bitField0_ & ~0x00000100); clientCrc_ = 0; bitField0_ = (bitField0_ & ~0x00000200); stringTableCrc_ = 0; bitField0_ = (bitField0_ & ~0x00000400); maxClients_ = 0; bitField0_ = (bitField0_ & ~0x00000800); maxClasses_ = 0; bitField0_ = (bitField0_ & ~0x00001000); playerSlot_ = 0; bitField0_ = (bitField0_ & ~0x00002000); tickInterval_ = 0F; bitField0_ = (bitField0_ & ~0x00004000); gameDir_ = ""; bitField0_ = (bitField0_ & ~0x00008000); mapName_ = ""; bitField0_ = (bitField0_ & ~0x00010000); mapGroupName_ = ""; bitField0_ = (bitField0_ & ~0x00020000); skyName_ = ""; bitField0_ = (bitField0_ & ~0x00040000); hostName_ = ""; bitField0_ = (bitField0_ & ~0x00080000); ugcMapId_ = 0L; bitField0_ = (bitField0_ & ~0x00100000); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_ServerInfo_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.protocol_ = protocol_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.serverCount_ = serverCount_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.isDedicated_ = isDedicated_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.isOfficialValveServer_ = isOfficialValveServer_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.isHltv_ = isHltv_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.isReplay_ = isReplay_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.isRedirectingToProxyRelay_ = isRedirectingToProxyRelay_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.cOs_ = cOs_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.mapCrc_ = mapCrc_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.clientCrc_ = clientCrc_; if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000400; } result.stringTableCrc_ = stringTableCrc_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000800; } result.maxClients_ = maxClients_; if (((from_bitField0_ & 0x00001000) == 0x00001000)) { to_bitField0_ |= 0x00001000; } result.maxClasses_ = maxClasses_; if (((from_bitField0_ & 0x00002000) == 0x00002000)) { to_bitField0_ |= 0x00002000; } result.playerSlot_ = playerSlot_; if (((from_bitField0_ & 0x00004000) == 0x00004000)) { to_bitField0_ |= 0x00004000; } result.tickInterval_ = tickInterval_; if (((from_bitField0_ & 0x00008000) == 0x00008000)) { to_bitField0_ |= 0x00008000; } result.gameDir_ = gameDir_; if (((from_bitField0_ & 0x00010000) == 0x00010000)) { to_bitField0_ |= 0x00010000; } result.mapName_ = mapName_; if (((from_bitField0_ & 0x00020000) == 0x00020000)) { to_bitField0_ |= 0x00020000; } result.mapGroupName_ = mapGroupName_; if (((from_bitField0_ & 0x00040000) == 0x00040000)) { to_bitField0_ |= 0x00040000; } result.skyName_ = skyName_; if (((from_bitField0_ & 0x00080000) == 0x00080000)) { to_bitField0_ |= 0x00080000; } result.hostName_ = hostName_; if (((from_bitField0_ & 0x00100000) == 0x00100000)) { to_bitField0_ |= 0x00100000; } result.ugcMapId_ = ugcMapId_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo.getDefaultInstance()) return this; if (other.hasProtocol()) { setProtocol(other.getProtocol()); } if (other.hasServerCount()) { setServerCount(other.getServerCount()); } if (other.hasIsDedicated()) { setIsDedicated(other.getIsDedicated()); } if (other.hasIsOfficialValveServer()) { setIsOfficialValveServer(other.getIsOfficialValveServer()); } if (other.hasIsHltv()) { setIsHltv(other.getIsHltv()); } if (other.hasIsReplay()) { setIsReplay(other.getIsReplay()); } if (other.hasIsRedirectingToProxyRelay()) { setIsRedirectingToProxyRelay(other.getIsRedirectingToProxyRelay()); } if (other.hasCOs()) { setCOs(other.getCOs()); } if (other.hasMapCrc()) { setMapCrc(other.getMapCrc()); } if (other.hasClientCrc()) { setClientCrc(other.getClientCrc()); } if (other.hasStringTableCrc()) { setStringTableCrc(other.getStringTableCrc()); } if (other.hasMaxClients()) { setMaxClients(other.getMaxClients()); } if (other.hasMaxClasses()) { setMaxClasses(other.getMaxClasses()); } if (other.hasPlayerSlot()) { setPlayerSlot(other.getPlayerSlot()); } if (other.hasTickInterval()) { setTickInterval(other.getTickInterval()); } if (other.hasGameDir()) { bitField0_ |= 0x00008000; gameDir_ = other.gameDir_; onChanged(); } if (other.hasMapName()) { bitField0_ |= 0x00010000; mapName_ = other.mapName_; onChanged(); } if (other.hasMapGroupName()) { bitField0_ |= 0x00020000; mapGroupName_ = other.mapGroupName_; onChanged(); } if (other.hasSkyName()) { bitField0_ |= 0x00040000; skyName_ = other.skyName_; onChanged(); } if (other.hasHostName()) { bitField0_ |= 0x00080000; hostName_ = other.hostName_; onChanged(); } if (other.hasUgcMapId()) { setUgcMapId(other.getUgcMapId()); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_ServerInfo) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int protocol_ ; /** * optional int32 protocol = 1; * *
       * protocol version
       * 
*/ public boolean hasProtocol() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 protocol = 1; * *
       * protocol version
       * 
*/ public int getProtocol() { return protocol_; } /** * optional int32 protocol = 1; * *
       * protocol version
       * 
*/ public Builder setProtocol(int value) { bitField0_ |= 0x00000001; protocol_ = value; onChanged(); return this; } /** * optional int32 protocol = 1; * *
       * protocol version
       * 
*/ public Builder clearProtocol() { bitField0_ = (bitField0_ & ~0x00000001); protocol_ = 0; onChanged(); return this; } private int serverCount_ ; /** * optional int32 server_count = 2; * *
       * number of changelevels since server start
       * 
*/ public boolean hasServerCount() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 server_count = 2; * *
       * number of changelevels since server start
       * 
*/ public int getServerCount() { return serverCount_; } /** * optional int32 server_count = 2; * *
       * number of changelevels since server start
       * 
*/ public Builder setServerCount(int value) { bitField0_ |= 0x00000002; serverCount_ = value; onChanged(); return this; } /** * optional int32 server_count = 2; * *
       * number of changelevels since server start
       * 
*/ public Builder clearServerCount() { bitField0_ = (bitField0_ & ~0x00000002); serverCount_ = 0; onChanged(); return this; } private boolean isDedicated_ ; /** * optional bool is_dedicated = 3; * *
       * dedicated server ?
       * 
*/ public boolean hasIsDedicated() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bool is_dedicated = 3; * *
       * dedicated server ?
       * 
*/ public boolean getIsDedicated() { return isDedicated_; } /** * optional bool is_dedicated = 3; * *
       * dedicated server ?
       * 
*/ public Builder setIsDedicated(boolean value) { bitField0_ |= 0x00000004; isDedicated_ = value; onChanged(); return this; } /** * optional bool is_dedicated = 3; * *
       * dedicated server ?
       * 
*/ public Builder clearIsDedicated() { bitField0_ = (bitField0_ & ~0x00000004); isDedicated_ = false; onChanged(); return this; } private boolean isOfficialValveServer_ ; /** * optional bool is_official_valve_server = 4; */ public boolean hasIsOfficialValveServer() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional bool is_official_valve_server = 4; */ public boolean getIsOfficialValveServer() { return isOfficialValveServer_; } /** * optional bool is_official_valve_server = 4; */ public Builder setIsOfficialValveServer(boolean value) { bitField0_ |= 0x00000008; isOfficialValveServer_ = value; onChanged(); return this; } /** * optional bool is_official_valve_server = 4; */ public Builder clearIsOfficialValveServer() { bitField0_ = (bitField0_ & ~0x00000008); isOfficialValveServer_ = false; onChanged(); return this; } private boolean isHltv_ ; /** * optional bool is_hltv = 5; * *
       * HLTV server ?
       * 
*/ public boolean hasIsHltv() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional bool is_hltv = 5; * *
       * HLTV server ?
       * 
*/ public boolean getIsHltv() { return isHltv_; } /** * optional bool is_hltv = 5; * *
       * HLTV server ?
       * 
*/ public Builder setIsHltv(boolean value) { bitField0_ |= 0x00000010; isHltv_ = value; onChanged(); return this; } /** * optional bool is_hltv = 5; * *
       * HLTV server ?
       * 
*/ public Builder clearIsHltv() { bitField0_ = (bitField0_ & ~0x00000010); isHltv_ = false; onChanged(); return this; } private boolean isReplay_ ; /** * optional bool is_replay = 6; * *
       * Replay server ?
       * 
*/ public boolean hasIsReplay() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional bool is_replay = 6; * *
       * Replay server ?
       * 
*/ public boolean getIsReplay() { return isReplay_; } /** * optional bool is_replay = 6; * *
       * Replay server ?
       * 
*/ public Builder setIsReplay(boolean value) { bitField0_ |= 0x00000020; isReplay_ = value; onChanged(); return this; } /** * optional bool is_replay = 6; * *
       * Replay server ?
       * 
*/ public Builder clearIsReplay() { bitField0_ = (bitField0_ & ~0x00000020); isReplay_ = false; onChanged(); return this; } private boolean isRedirectingToProxyRelay_ ; /** * optional bool is_redirecting_to_proxy_relay = 21; * *
       * // Will be redirecting to proxy relay
       * 
*/ public boolean hasIsRedirectingToProxyRelay() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional bool is_redirecting_to_proxy_relay = 21; * *
       * // Will be redirecting to proxy relay
       * 
*/ public boolean getIsRedirectingToProxyRelay() { return isRedirectingToProxyRelay_; } /** * optional bool is_redirecting_to_proxy_relay = 21; * *
       * // Will be redirecting to proxy relay
       * 
*/ public Builder setIsRedirectingToProxyRelay(boolean value) { bitField0_ |= 0x00000040; isRedirectingToProxyRelay_ = value; onChanged(); return this; } /** * optional bool is_redirecting_to_proxy_relay = 21; * *
       * // Will be redirecting to proxy relay
       * 
*/ public Builder clearIsRedirectingToProxyRelay() { bitField0_ = (bitField0_ & ~0x00000040); isRedirectingToProxyRelay_ = false; onChanged(); return this; } private int cOs_ ; /** * optional int32 c_os = 7; * *
       * L = linux, W = Win32
       * 
*/ public boolean hasCOs() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional int32 c_os = 7; * *
       * L = linux, W = Win32
       * 
*/ public int getCOs() { return cOs_; } /** * optional int32 c_os = 7; * *
       * L = linux, W = Win32
       * 
*/ public Builder setCOs(int value) { bitField0_ |= 0x00000080; cOs_ = value; onChanged(); return this; } /** * optional int32 c_os = 7; * *
       * L = linux, W = Win32
       * 
*/ public Builder clearCOs() { bitField0_ = (bitField0_ & ~0x00000080); cOs_ = 0; onChanged(); return this; } private int mapCrc_ ; /** * optional fixed32 map_crc = 8; * *
       * server map CRC
       * 
*/ public boolean hasMapCrc() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional fixed32 map_crc = 8; * *
       * server map CRC
       * 
*/ public int getMapCrc() { return mapCrc_; } /** * optional fixed32 map_crc = 8; * *
       * server map CRC
       * 
*/ public Builder setMapCrc(int value) { bitField0_ |= 0x00000100; mapCrc_ = value; onChanged(); return this; } /** * optional fixed32 map_crc = 8; * *
       * server map CRC
       * 
*/ public Builder clearMapCrc() { bitField0_ = (bitField0_ & ~0x00000100); mapCrc_ = 0; onChanged(); return this; } private int clientCrc_ ; /** * optional fixed32 client_crc = 9; * *
       * client.dll CRC server is using
       * 
*/ public boolean hasClientCrc() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional fixed32 client_crc = 9; * *
       * client.dll CRC server is using
       * 
*/ public int getClientCrc() { return clientCrc_; } /** * optional fixed32 client_crc = 9; * *
       * client.dll CRC server is using
       * 
*/ public Builder setClientCrc(int value) { bitField0_ |= 0x00000200; clientCrc_ = value; onChanged(); return this; } /** * optional fixed32 client_crc = 9; * *
       * client.dll CRC server is using
       * 
*/ public Builder clearClientCrc() { bitField0_ = (bitField0_ & ~0x00000200); clientCrc_ = 0; onChanged(); return this; } private int stringTableCrc_ ; /** * optional fixed32 string_table_crc = 10; * *
       * string table CRC server is using
       * 
*/ public boolean hasStringTableCrc() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * optional fixed32 string_table_crc = 10; * *
       * string table CRC server is using
       * 
*/ public int getStringTableCrc() { return stringTableCrc_; } /** * optional fixed32 string_table_crc = 10; * *
       * string table CRC server is using
       * 
*/ public Builder setStringTableCrc(int value) { bitField0_ |= 0x00000400; stringTableCrc_ = value; onChanged(); return this; } /** * optional fixed32 string_table_crc = 10; * *
       * string table CRC server is using
       * 
*/ public Builder clearStringTableCrc() { bitField0_ = (bitField0_ & ~0x00000400); stringTableCrc_ = 0; onChanged(); return this; } private int maxClients_ ; /** * optional int32 max_clients = 11; * *
       * max number of clients on server
       * 
*/ public boolean hasMaxClients() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * optional int32 max_clients = 11; * *
       * max number of clients on server
       * 
*/ public int getMaxClients() { return maxClients_; } /** * optional int32 max_clients = 11; * *
       * max number of clients on server
       * 
*/ public Builder setMaxClients(int value) { bitField0_ |= 0x00000800; maxClients_ = value; onChanged(); return this; } /** * optional int32 max_clients = 11; * *
       * max number of clients on server
       * 
*/ public Builder clearMaxClients() { bitField0_ = (bitField0_ & ~0x00000800); maxClients_ = 0; onChanged(); return this; } private int maxClasses_ ; /** * optional int32 max_classes = 12; * *
       * max number of server classes
       * 
*/ public boolean hasMaxClasses() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * optional int32 max_classes = 12; * *
       * max number of server classes
       * 
*/ public int getMaxClasses() { return maxClasses_; } /** * optional int32 max_classes = 12; * *
       * max number of server classes
       * 
*/ public Builder setMaxClasses(int value) { bitField0_ |= 0x00001000; maxClasses_ = value; onChanged(); return this; } /** * optional int32 max_classes = 12; * *
       * max number of server classes
       * 
*/ public Builder clearMaxClasses() { bitField0_ = (bitField0_ & ~0x00001000); maxClasses_ = 0; onChanged(); return this; } private int playerSlot_ ; /** * optional int32 player_slot = 13; * *
       * our client slot number
       * 
*/ public boolean hasPlayerSlot() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * optional int32 player_slot = 13; * *
       * our client slot number
       * 
*/ public int getPlayerSlot() { return playerSlot_; } /** * optional int32 player_slot = 13; * *
       * our client slot number
       * 
*/ public Builder setPlayerSlot(int value) { bitField0_ |= 0x00002000; playerSlot_ = value; onChanged(); return this; } /** * optional int32 player_slot = 13; * *
       * our client slot number
       * 
*/ public Builder clearPlayerSlot() { bitField0_ = (bitField0_ & ~0x00002000); playerSlot_ = 0; onChanged(); return this; } private float tickInterval_ ; /** * optional float tick_interval = 14; * *
       * server tick interval
       * 
*/ public boolean hasTickInterval() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * optional float tick_interval = 14; * *
       * server tick interval
       * 
*/ public float getTickInterval() { return tickInterval_; } /** * optional float tick_interval = 14; * *
       * server tick interval
       * 
*/ public Builder setTickInterval(float value) { bitField0_ |= 0x00004000; tickInterval_ = value; onChanged(); return this; } /** * optional float tick_interval = 14; * *
       * server tick interval
       * 
*/ public Builder clearTickInterval() { bitField0_ = (bitField0_ & ~0x00004000); tickInterval_ = 0F; onChanged(); return this; } private java.lang.Object gameDir_ = ""; /** * optional string game_dir = 15; * *
       * game directory eg "tf2"
       * 
*/ public boolean hasGameDir() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * optional string game_dir = 15; * *
       * game directory eg "tf2"
       * 
*/ public java.lang.String getGameDir() { java.lang.Object ref = gameDir_; 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()) { gameDir_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string game_dir = 15; * *
       * game directory eg "tf2"
       * 
*/ public com.google.protobuf.ByteString getGameDirBytes() { java.lang.Object ref = gameDir_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); gameDir_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string game_dir = 15; * *
       * game directory eg "tf2"
       * 
*/ public Builder setGameDir( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00008000; gameDir_ = value; onChanged(); return this; } /** * optional string game_dir = 15; * *
       * game directory eg "tf2"
       * 
*/ public Builder clearGameDir() { bitField0_ = (bitField0_ & ~0x00008000); gameDir_ = getDefaultInstance().getGameDir(); onChanged(); return this; } /** * optional string game_dir = 15; * *
       * game directory eg "tf2"
       * 
*/ public Builder setGameDirBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00008000; gameDir_ = value; onChanged(); return this; } private java.lang.Object mapName_ = ""; /** * optional string map_name = 16; * *
       * name of current map
       * 
*/ public boolean hasMapName() { return ((bitField0_ & 0x00010000) == 0x00010000); } /** * optional string map_name = 16; * *
       * name of current map
       * 
*/ 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 map_name = 16; * *
       * name of current map
       * 
*/ 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 map_name = 16; * *
       * name of current map
       * 
*/ public Builder setMapName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00010000; mapName_ = value; onChanged(); return this; } /** * optional string map_name = 16; * *
       * name of current map
       * 
*/ public Builder clearMapName() { bitField0_ = (bitField0_ & ~0x00010000); mapName_ = getDefaultInstance().getMapName(); onChanged(); return this; } /** * optional string map_name = 16; * *
       * name of current map
       * 
*/ public Builder setMapNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00010000; mapName_ = value; onChanged(); return this; } private java.lang.Object mapGroupName_ = ""; /** * optional string map_group_name = 17; * *
       * name of current map
       * 
*/ public boolean hasMapGroupName() { return ((bitField0_ & 0x00020000) == 0x00020000); } /** * optional string map_group_name = 17; * *
       * name of current map
       * 
*/ public java.lang.String getMapGroupName() { java.lang.Object ref = mapGroupName_; 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()) { mapGroupName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string map_group_name = 17; * *
       * name of current map
       * 
*/ public com.google.protobuf.ByteString getMapGroupNameBytes() { java.lang.Object ref = mapGroupName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); mapGroupName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string map_group_name = 17; * *
       * name of current map
       * 
*/ public Builder setMapGroupName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00020000; mapGroupName_ = value; onChanged(); return this; } /** * optional string map_group_name = 17; * *
       * name of current map
       * 
*/ public Builder clearMapGroupName() { bitField0_ = (bitField0_ & ~0x00020000); mapGroupName_ = getDefaultInstance().getMapGroupName(); onChanged(); return this; } /** * optional string map_group_name = 17; * *
       * name of current map
       * 
*/ public Builder setMapGroupNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00020000; mapGroupName_ = value; onChanged(); return this; } private java.lang.Object skyName_ = ""; /** * optional string sky_name = 18; * *
       * name of current skybox
       * 
*/ public boolean hasSkyName() { return ((bitField0_ & 0x00040000) == 0x00040000); } /** * optional string sky_name = 18; * *
       * name of current skybox
       * 
*/ public java.lang.String getSkyName() { java.lang.Object ref = skyName_; 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()) { skyName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string sky_name = 18; * *
       * name of current skybox
       * 
*/ public com.google.protobuf.ByteString getSkyNameBytes() { java.lang.Object ref = skyName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); skyName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string sky_name = 18; * *
       * name of current skybox
       * 
*/ public Builder setSkyName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00040000; skyName_ = value; onChanged(); return this; } /** * optional string sky_name = 18; * *
       * name of current skybox
       * 
*/ public Builder clearSkyName() { bitField0_ = (bitField0_ & ~0x00040000); skyName_ = getDefaultInstance().getSkyName(); onChanged(); return this; } /** * optional string sky_name = 18; * *
       * name of current skybox
       * 
*/ public Builder setSkyNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00040000; skyName_ = value; onChanged(); return this; } private java.lang.Object hostName_ = ""; /** * optional string host_name = 19; * *
       * server name
       * 
*/ public boolean hasHostName() { return ((bitField0_ & 0x00080000) == 0x00080000); } /** * optional string host_name = 19; * *
       * server name
       * 
*/ public java.lang.String getHostName() { java.lang.Object ref = hostName_; 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()) { hostName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string host_name = 19; * *
       * server name
       * 
*/ public com.google.protobuf.ByteString getHostNameBytes() { java.lang.Object ref = hostName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string host_name = 19; * *
       * server name
       * 
*/ public Builder setHostName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00080000; hostName_ = value; onChanged(); return this; } /** * optional string host_name = 19; * *
       * server name
       * 
*/ public Builder clearHostName() { bitField0_ = (bitField0_ & ~0x00080000); hostName_ = getDefaultInstance().getHostName(); onChanged(); return this; } /** * optional string host_name = 19; * *
       * server name
       * 
*/ public Builder setHostNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00080000; hostName_ = value; onChanged(); return this; } private long ugcMapId_ ; /** * optional uint64 ugc_map_id = 22; */ public boolean hasUgcMapId() { return ((bitField0_ & 0x00100000) == 0x00100000); } /** * optional uint64 ugc_map_id = 22; */ public long getUgcMapId() { return ugcMapId_; } /** * optional uint64 ugc_map_id = 22; */ public Builder setUgcMapId(long value) { bitField0_ |= 0x00100000; ugcMapId_ = value; onChanged(); return this; } /** * optional uint64 ugc_map_id = 22; */ public Builder clearUgcMapId() { bitField0_ = (bitField0_ & ~0x00100000); ugcMapId_ = 0L; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CSVCMsg_ServerInfo) } static { defaultInstance = new CSVCMsg_ServerInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CSVCMsg_ServerInfo) } public interface CSVCMsg_CmdKeyValuesOrBuilder extends // @@protoc_insertion_point(interface_extends:CSVCMsg_CmdKeyValues) com.google.protobuf.MessageOrBuilder { /** * optional bytes keyvalues = 1; */ boolean hasKeyvalues(); /** * optional bytes keyvalues = 1; */ com.google.protobuf.ByteString getKeyvalues(); } /** * 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; keyvalues_ = 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.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_CmdKeyValues_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_CmdKeyValues_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.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 KEYVALUES_FIELD_NUMBER = 1; private com.google.protobuf.ByteString keyvalues_; /** * optional bytes keyvalues = 1; */ public boolean hasKeyvalues() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bytes keyvalues = 1; */ public com.google.protobuf.ByteString getKeyvalues() { return keyvalues_; } private void initFields() { keyvalues_ = 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, keyvalues_); } 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, keyvalues_); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.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.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.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.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.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.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.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.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.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.csgo.proto.CsGoNetMessages.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.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValuesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_CmdKeyValues_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_CmdKeyValues_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.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(); keyvalues_ = 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.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_CmdKeyValues_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.keyvalues_ = keyvalues_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues.getDefaultInstance()) return this; if (other.hasKeyvalues()) { setKeyvalues(other.getKeyvalues()); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_CmdKeyValues) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.ByteString keyvalues_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes keyvalues = 1; */ public boolean hasKeyvalues() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bytes keyvalues = 1; */ public com.google.protobuf.ByteString getKeyvalues() { return keyvalues_; } /** * optional bytes keyvalues = 1; */ public Builder setKeyvalues(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; keyvalues_ = value; onChanged(); return this; } /** * optional bytes keyvalues = 1; */ public Builder clearKeyvalues() { bitField0_ = (bitField0_ & ~0x00000001); keyvalues_ = getDefaultInstance().getKeyvalues(); 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_EncryptedDataOrBuilder extends // @@protoc_insertion_point(interface_extends:CSVCMsg_EncryptedData) com.google.protobuf.MessageOrBuilder { /** * optional bytes encrypted = 1; */ boolean hasEncrypted(); /** * optional bytes encrypted = 1; */ com.google.protobuf.ByteString getEncrypted(); /** * optional int32 key_type = 2; */ boolean hasKeyType(); /** * optional int32 key_type = 2; */ int getKeyType(); } /** * Protobuf type {@code CSVCMsg_EncryptedData} */ public static final class CSVCMsg_EncryptedData extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CSVCMsg_EncryptedData) CSVCMsg_EncryptedDataOrBuilder { // Use CSVCMsg_EncryptedData.newBuilder() to construct. private CSVCMsg_EncryptedData(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CSVCMsg_EncryptedData(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CSVCMsg_EncryptedData defaultInstance; public static CSVCMsg_EncryptedData getDefaultInstance() { return defaultInstance; } public CSVCMsg_EncryptedData 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_EncryptedData( 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; encrypted_ = input.readBytes(); break; } case 16: { bitField0_ |= 0x00000002; keyType_ = 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.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_EncryptedData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_EncryptedData_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CSVCMsg_EncryptedData parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CSVCMsg_EncryptedData(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int ENCRYPTED_FIELD_NUMBER = 1; private com.google.protobuf.ByteString encrypted_; /** * optional bytes encrypted = 1; */ public boolean hasEncrypted() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bytes encrypted = 1; */ public com.google.protobuf.ByteString getEncrypted() { return encrypted_; } public static final int KEY_TYPE_FIELD_NUMBER = 2; private int keyType_; /** * optional int32 key_type = 2; */ public boolean hasKeyType() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 key_type = 2; */ public int getKeyType() { return keyType_; } private void initFields() { encrypted_ = com.google.protobuf.ByteString.EMPTY; keyType_ = 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, encrypted_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, keyType_); } 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, encrypted_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, keyType_); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData 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.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData 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.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData 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_EncryptedData} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CSVCMsg_EncryptedData) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_EncryptedData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_EncryptedData_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData.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(); encrypted_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); keyType_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_EncryptedData_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.encrypted_ = encrypted_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.keyType_ = keyType_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData.getDefaultInstance()) return this; if (other.hasEncrypted()) { setEncrypted(other.getEncrypted()); } if (other.hasKeyType()) { setKeyType(other.getKeyType()); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_EncryptedData) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.ByteString encrypted_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes encrypted = 1; */ public boolean hasEncrypted() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bytes encrypted = 1; */ public com.google.protobuf.ByteString getEncrypted() { return encrypted_; } /** * optional bytes encrypted = 1; */ public Builder setEncrypted(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; encrypted_ = value; onChanged(); return this; } /** * optional bytes encrypted = 1; */ public Builder clearEncrypted() { bitField0_ = (bitField0_ & ~0x00000001); encrypted_ = getDefaultInstance().getEncrypted(); onChanged(); return this; } private int keyType_ ; /** * optional int32 key_type = 2; */ public boolean hasKeyType() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 key_type = 2; */ public int getKeyType() { return keyType_; } /** * optional int32 key_type = 2; */ public Builder setKeyType(int value) { bitField0_ |= 0x00000002; keyType_ = value; onChanged(); return this; } /** * optional int32 key_type = 2; */ public Builder clearKeyType() { bitField0_ = (bitField0_ & ~0x00000002); keyType_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CSVCMsg_EncryptedData) } static { defaultInstance = new CSVCMsg_EncryptedData(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CSVCMsg_EncryptedData) } public interface CMsgQAngleOrBuilder extends // @@protoc_insertion_point(interface_extends:CMsgQAngle) com.google.protobuf.MessageOrBuilder { /** * optional float x = 1; */ boolean hasX(); /** * optional float x = 1; */ float getX(); /** * optional float y = 2; */ boolean hasY(); /** * optional float y = 2; */ float getY(); /** * optional float z = 3; */ boolean hasZ(); /** * optional float z = 3; */ float getZ(); } /** * Protobuf type {@code CMsgQAngle} */ public static final class CMsgQAngle extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CMsgQAngle) CMsgQAngleOrBuilder { // Use CMsgQAngle.newBuilder() to construct. private CMsgQAngle(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CMsgQAngle(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CMsgQAngle defaultInstance; public static CMsgQAngle getDefaultInstance() { return defaultInstance; } public CMsgQAngle getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CMsgQAngle( 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 13: { bitField0_ |= 0x00000001; x_ = input.readFloat(); break; } case 21: { bitField0_ |= 0x00000002; y_ = input.readFloat(); break; } case 29: { bitField0_ |= 0x00000004; z_ = input.readFloat(); 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.csgo.proto.CsGoNetMessages.internal_static_CMsgQAngle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsgQAngle_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CMsgQAngle parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CMsgQAngle(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int X_FIELD_NUMBER = 1; private float x_; /** * optional float x = 1; */ public boolean hasX() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional float x = 1; */ public float getX() { return x_; } public static final int Y_FIELD_NUMBER = 2; private float y_; /** * optional float y = 2; */ public boolean hasY() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional float y = 2; */ public float getY() { return y_; } public static final int Z_FIELD_NUMBER = 3; private float z_; /** * optional float z = 3; */ public boolean hasZ() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional float z = 3; */ public float getZ() { return z_; } private void initFields() { x_ = 0F; y_ = 0F; z_ = 0F; } 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.writeFloat(1, x_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeFloat(2, y_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeFloat(3, z_); } 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 .computeFloatSize(1, x_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(2, y_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(3, z_); } 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.csgo.proto.CsGoNetMessages.CMsgQAngle parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle 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.csgo.proto.CsGoNetMessages.CMsgQAngle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle 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.csgo.proto.CsGoNetMessages.CMsgQAngle 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 CMsgQAngle} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CMsgQAngle) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsgQAngle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsgQAngle_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.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(); x_ = 0F; bitField0_ = (bitField0_ & ~0x00000001); y_ = 0F; bitField0_ = (bitField0_ & ~0x00000002); z_ = 0F; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsgQAngle_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.x_ = x_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.y_ = y_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.z_ = z_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.getDefaultInstance()) return this; if (other.hasX()) { setX(other.getX()); } if (other.hasY()) { setY(other.getY()); } if (other.hasZ()) { setZ(other.getZ()); } 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.csgo.proto.CsGoNetMessages.CMsgQAngle parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private float x_ ; /** * optional float x = 1; */ public boolean hasX() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional float x = 1; */ public float getX() { return x_; } /** * optional float x = 1; */ public Builder setX(float value) { bitField0_ |= 0x00000001; x_ = value; onChanged(); return this; } /** * optional float x = 1; */ public Builder clearX() { bitField0_ = (bitField0_ & ~0x00000001); x_ = 0F; onChanged(); return this; } private float y_ ; /** * optional float y = 2; */ public boolean hasY() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional float y = 2; */ public float getY() { return y_; } /** * optional float y = 2; */ public Builder setY(float value) { bitField0_ |= 0x00000002; y_ = value; onChanged(); return this; } /** * optional float y = 2; */ public Builder clearY() { bitField0_ = (bitField0_ & ~0x00000002); y_ = 0F; onChanged(); return this; } private float z_ ; /** * optional float z = 3; */ public boolean hasZ() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional float z = 3; */ public float getZ() { return z_; } /** * optional float z = 3; */ public Builder setZ(float value) { bitField0_ |= 0x00000004; z_ = value; onChanged(); return this; } /** * optional float z = 3; */ public Builder clearZ() { bitField0_ = (bitField0_ & ~0x00000004); z_ = 0F; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CMsgQAngle) } static { defaultInstance = new CMsgQAngle(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CMsgQAngle) } public interface CSVCMsg_FixAngleOrBuilder extends // @@protoc_insertion_point(interface_extends:CSVCMsg_FixAngle) com.google.protobuf.MessageOrBuilder { /** * optional bool relative = 1; */ boolean hasRelative(); /** * optional bool relative = 1; */ boolean getRelative(); /** * optional .CMsgQAngle angle = 2; */ boolean hasAngle(); /** * optional .CMsgQAngle angle = 2; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle getAngle(); /** * optional .CMsgQAngle angle = 2; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngleOrBuilder getAngleOrBuilder(); } /** * Protobuf type {@code CSVCMsg_FixAngle} */ public static final class CSVCMsg_FixAngle extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CSVCMsg_FixAngle) CSVCMsg_FixAngleOrBuilder { // Use CSVCMsg_FixAngle.newBuilder() to construct. private CSVCMsg_FixAngle(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CSVCMsg_FixAngle(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CSVCMsg_FixAngle defaultInstance; public static CSVCMsg_FixAngle getDefaultInstance() { return defaultInstance; } public CSVCMsg_FixAngle 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_FixAngle( 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; relative_ = input.readBool(); break; } case 18: { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder subBuilder = null; if (((bitField0_ & 0x00000002) == 0x00000002)) { subBuilder = angle_.toBuilder(); } angle_ = input.readMessage(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(angle_); angle_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000002; 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.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_FixAngle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_FixAngle_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CSVCMsg_FixAngle parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CSVCMsg_FixAngle(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int RELATIVE_FIELD_NUMBER = 1; private boolean relative_; /** * optional bool relative = 1; */ public boolean hasRelative() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bool relative = 1; */ public boolean getRelative() { return relative_; } public static final int ANGLE_FIELD_NUMBER = 2; private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle angle_; /** * optional .CMsgQAngle angle = 2; */ public boolean hasAngle() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional .CMsgQAngle angle = 2; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle getAngle() { return angle_; } /** * optional .CMsgQAngle angle = 2; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngleOrBuilder getAngleOrBuilder() { return angle_; } private void initFields() { relative_ = false; angle_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.getDefaultInstance(); } 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.writeBool(1, relative_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeMessage(2, angle_); } 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 .computeBoolSize(1, relative_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, angle_); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle 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.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle 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.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle 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_FixAngle} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CSVCMsg_FixAngle) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_FixAngle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_FixAngle_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAngleFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); relative_ = false; bitField0_ = (bitField0_ & ~0x00000001); if (angleBuilder_ == null) { angle_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.getDefaultInstance(); } else { angleBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_FixAngle_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.relative_ = relative_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } if (angleBuilder_ == null) { result.angle_ = angle_; } else { result.angle_ = angleBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle.getDefaultInstance()) return this; if (other.hasRelative()) { setRelative(other.getRelative()); } if (other.hasAngle()) { mergeAngle(other.getAngle()); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_FixAngle) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private boolean relative_ ; /** * optional bool relative = 1; */ public boolean hasRelative() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bool relative = 1; */ public boolean getRelative() { return relative_; } /** * optional bool relative = 1; */ public Builder setRelative(boolean value) { bitField0_ |= 0x00000001; relative_ = value; onChanged(); return this; } /** * optional bool relative = 1; */ public Builder clearRelative() { bitField0_ = (bitField0_ & ~0x00000001); relative_ = false; onChanged(); return this; } private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle angle_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngleOrBuilder> angleBuilder_; /** * optional .CMsgQAngle angle = 2; */ public boolean hasAngle() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional .CMsgQAngle angle = 2; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle getAngle() { if (angleBuilder_ == null) { return angle_; } else { return angleBuilder_.getMessage(); } } /** * optional .CMsgQAngle angle = 2; */ public Builder setAngle(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle value) { if (angleBuilder_ == null) { if (value == null) { throw new NullPointerException(); } angle_ = value; onChanged(); } else { angleBuilder_.setMessage(value); } bitField0_ |= 0x00000002; return this; } /** * optional .CMsgQAngle angle = 2; */ public Builder setAngle( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder builderForValue) { if (angleBuilder_ == null) { angle_ = builderForValue.build(); onChanged(); } else { angleBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; return this; } /** * optional .CMsgQAngle angle = 2; */ public Builder mergeAngle(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle value) { if (angleBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002) && angle_ != skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.getDefaultInstance()) { angle_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.newBuilder(angle_).mergeFrom(value).buildPartial(); } else { angle_ = value; } onChanged(); } else { angleBuilder_.mergeFrom(value); } bitField0_ |= 0x00000002; return this; } /** * optional .CMsgQAngle angle = 2; */ public Builder clearAngle() { if (angleBuilder_ == null) { angle_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.getDefaultInstance(); onChanged(); } else { angleBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } /** * optional .CMsgQAngle angle = 2; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder getAngleBuilder() { bitField0_ |= 0x00000002; onChanged(); return getAngleFieldBuilder().getBuilder(); } /** * optional .CMsgQAngle angle = 2; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngleOrBuilder getAngleOrBuilder() { if (angleBuilder_ != null) { return angleBuilder_.getMessageOrBuilder(); } else { return angle_; } } /** * optional .CMsgQAngle angle = 2; */ private com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngleOrBuilder> getAngleFieldBuilder() { if (angleBuilder_ == null) { angleBuilder_ = new com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngle.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsgQAngleOrBuilder>( getAngle(), getParentForChildren(), isClean()); angle_ = null; } return angleBuilder_; } // @@protoc_insertion_point(builder_scope:CSVCMsg_FixAngle) } static { defaultInstance = new CSVCMsg_FixAngle(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CSVCMsg_FixAngle) } public interface CSVCMsg_HltvReplayOrBuilder extends // @@protoc_insertion_point(interface_extends:CSVCMsg_HltvReplay) com.google.protobuf.MessageOrBuilder { /** * optional int32 delay = 1; */ boolean hasDelay(); /** * optional int32 delay = 1; */ int getDelay(); /** * optional int32 primary_target = 2; */ boolean hasPrimaryTarget(); /** * optional int32 primary_target = 2; */ int getPrimaryTarget(); /** * optional int32 replay_stop_at = 3; */ boolean hasReplayStopAt(); /** * optional int32 replay_stop_at = 3; */ int getReplayStopAt(); /** * optional int32 replay_start_at = 4; */ boolean hasReplayStartAt(); /** * optional int32 replay_start_at = 4; */ int getReplayStartAt(); /** * optional int32 replay_slowdown_begin = 5; */ boolean hasReplaySlowdownBegin(); /** * optional int32 replay_slowdown_begin = 5; */ int getReplaySlowdownBegin(); /** * optional int32 replay_slowdown_end = 6; */ boolean hasReplaySlowdownEnd(); /** * optional int32 replay_slowdown_end = 6; */ int getReplaySlowdownEnd(); /** * optional float replay_slowdown_rate = 7; */ boolean hasReplaySlowdownRate(); /** * optional float replay_slowdown_rate = 7; */ float getReplaySlowdownRate(); } /** * Protobuf type {@code CSVCMsg_HltvReplay} */ public static final class CSVCMsg_HltvReplay extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CSVCMsg_HltvReplay) CSVCMsg_HltvReplayOrBuilder { // Use CSVCMsg_HltvReplay.newBuilder() to construct. private CSVCMsg_HltvReplay(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CSVCMsg_HltvReplay(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CSVCMsg_HltvReplay defaultInstance; public static CSVCMsg_HltvReplay getDefaultInstance() { return defaultInstance; } public CSVCMsg_HltvReplay 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_HltvReplay( 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; delay_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000002; primaryTarget_ = input.readInt32(); break; } case 24: { bitField0_ |= 0x00000004; replayStopAt_ = input.readInt32(); break; } case 32: { bitField0_ |= 0x00000008; replayStartAt_ = input.readInt32(); break; } case 40: { bitField0_ |= 0x00000010; replaySlowdownBegin_ = input.readInt32(); break; } case 48: { bitField0_ |= 0x00000020; replaySlowdownEnd_ = input.readInt32(); break; } case 61: { bitField0_ |= 0x00000040; replaySlowdownRate_ = input.readFloat(); 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.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_HltvReplay_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_HltvReplay_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CSVCMsg_HltvReplay parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CSVCMsg_HltvReplay(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int DELAY_FIELD_NUMBER = 1; private int delay_; /** * optional int32 delay = 1; */ public boolean hasDelay() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 delay = 1; */ public int getDelay() { return delay_; } public static final int PRIMARY_TARGET_FIELD_NUMBER = 2; private int primaryTarget_; /** * optional int32 primary_target = 2; */ public boolean hasPrimaryTarget() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 primary_target = 2; */ public int getPrimaryTarget() { return primaryTarget_; } public static final int REPLAY_STOP_AT_FIELD_NUMBER = 3; private int replayStopAt_; /** * optional int32 replay_stop_at = 3; */ public boolean hasReplayStopAt() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 replay_stop_at = 3; */ public int getReplayStopAt() { return replayStopAt_; } public static final int REPLAY_START_AT_FIELD_NUMBER = 4; private int replayStartAt_; /** * optional int32 replay_start_at = 4; */ public boolean hasReplayStartAt() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional int32 replay_start_at = 4; */ public int getReplayStartAt() { return replayStartAt_; } public static final int REPLAY_SLOWDOWN_BEGIN_FIELD_NUMBER = 5; private int replaySlowdownBegin_; /** * optional int32 replay_slowdown_begin = 5; */ public boolean hasReplaySlowdownBegin() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 replay_slowdown_begin = 5; */ public int getReplaySlowdownBegin() { return replaySlowdownBegin_; } public static final int REPLAY_SLOWDOWN_END_FIELD_NUMBER = 6; private int replaySlowdownEnd_; /** * optional int32 replay_slowdown_end = 6; */ public boolean hasReplaySlowdownEnd() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 replay_slowdown_end = 6; */ public int getReplaySlowdownEnd() { return replaySlowdownEnd_; } public static final int REPLAY_SLOWDOWN_RATE_FIELD_NUMBER = 7; private float replaySlowdownRate_; /** * optional float replay_slowdown_rate = 7; */ public boolean hasReplaySlowdownRate() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional float replay_slowdown_rate = 7; */ public float getReplaySlowdownRate() { return replaySlowdownRate_; } private void initFields() { delay_ = 0; primaryTarget_ = 0; replayStopAt_ = 0; replayStartAt_ = 0; replaySlowdownBegin_ = 0; replaySlowdownEnd_ = 0; replaySlowdownRate_ = 0F; } 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, delay_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, primaryTarget_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeInt32(3, replayStopAt_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeInt32(4, replayStartAt_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeInt32(5, replaySlowdownBegin_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeInt32(6, replaySlowdownEnd_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeFloat(7, replaySlowdownRate_); } 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, delay_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, primaryTarget_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, replayStopAt_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, replayStartAt_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, replaySlowdownBegin_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(6, replaySlowdownEnd_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeFloatSize(7, replaySlowdownRate_); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay 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.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay 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.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay 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_HltvReplay} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CSVCMsg_HltvReplay) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplayOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_HltvReplay_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_HltvReplay_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay.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(); delay_ = 0; bitField0_ = (bitField0_ & ~0x00000001); primaryTarget_ = 0; bitField0_ = (bitField0_ & ~0x00000002); replayStopAt_ = 0; bitField0_ = (bitField0_ & ~0x00000004); replayStartAt_ = 0; bitField0_ = (bitField0_ & ~0x00000008); replaySlowdownBegin_ = 0; bitField0_ = (bitField0_ & ~0x00000010); replaySlowdownEnd_ = 0; bitField0_ = (bitField0_ & ~0x00000020); replaySlowdownRate_ = 0F; bitField0_ = (bitField0_ & ~0x00000040); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CSVCMsg_HltvReplay_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.delay_ = delay_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.primaryTarget_ = primaryTarget_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.replayStopAt_ = replayStopAt_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.replayStartAt_ = replayStartAt_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.replaySlowdownBegin_ = replaySlowdownBegin_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.replaySlowdownEnd_ = replaySlowdownEnd_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.replaySlowdownRate_ = replaySlowdownRate_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay.getDefaultInstance()) return this; if (other.hasDelay()) { setDelay(other.getDelay()); } if (other.hasPrimaryTarget()) { setPrimaryTarget(other.getPrimaryTarget()); } if (other.hasReplayStopAt()) { setReplayStopAt(other.getReplayStopAt()); } if (other.hasReplayStartAt()) { setReplayStartAt(other.getReplayStartAt()); } if (other.hasReplaySlowdownBegin()) { setReplaySlowdownBegin(other.getReplaySlowdownBegin()); } if (other.hasReplaySlowdownEnd()) { setReplaySlowdownEnd(other.getReplaySlowdownEnd()); } if (other.hasReplaySlowdownRate()) { setReplaySlowdownRate(other.getReplaySlowdownRate()); } 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.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CSVCMsg_HltvReplay) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int delay_ ; /** * optional int32 delay = 1; */ public boolean hasDelay() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 delay = 1; */ public int getDelay() { return delay_; } /** * optional int32 delay = 1; */ public Builder setDelay(int value) { bitField0_ |= 0x00000001; delay_ = value; onChanged(); return this; } /** * optional int32 delay = 1; */ public Builder clearDelay() { bitField0_ = (bitField0_ & ~0x00000001); delay_ = 0; onChanged(); return this; } private int primaryTarget_ ; /** * optional int32 primary_target = 2; */ public boolean hasPrimaryTarget() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 primary_target = 2; */ public int getPrimaryTarget() { return primaryTarget_; } /** * optional int32 primary_target = 2; */ public Builder setPrimaryTarget(int value) { bitField0_ |= 0x00000002; primaryTarget_ = value; onChanged(); return this; } /** * optional int32 primary_target = 2; */ public Builder clearPrimaryTarget() { bitField0_ = (bitField0_ & ~0x00000002); primaryTarget_ = 0; onChanged(); return this; } private int replayStopAt_ ; /** * optional int32 replay_stop_at = 3; */ public boolean hasReplayStopAt() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 replay_stop_at = 3; */ public int getReplayStopAt() { return replayStopAt_; } /** * optional int32 replay_stop_at = 3; */ public Builder setReplayStopAt(int value) { bitField0_ |= 0x00000004; replayStopAt_ = value; onChanged(); return this; } /** * optional int32 replay_stop_at = 3; */ public Builder clearReplayStopAt() { bitField0_ = (bitField0_ & ~0x00000004); replayStopAt_ = 0; onChanged(); return this; } private int replayStartAt_ ; /** * optional int32 replay_start_at = 4; */ public boolean hasReplayStartAt() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional int32 replay_start_at = 4; */ public int getReplayStartAt() { return replayStartAt_; } /** * optional int32 replay_start_at = 4; */ public Builder setReplayStartAt(int value) { bitField0_ |= 0x00000008; replayStartAt_ = value; onChanged(); return this; } /** * optional int32 replay_start_at = 4; */ public Builder clearReplayStartAt() { bitField0_ = (bitField0_ & ~0x00000008); replayStartAt_ = 0; onChanged(); return this; } private int replaySlowdownBegin_ ; /** * optional int32 replay_slowdown_begin = 5; */ public boolean hasReplaySlowdownBegin() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 replay_slowdown_begin = 5; */ public int getReplaySlowdownBegin() { return replaySlowdownBegin_; } /** * optional int32 replay_slowdown_begin = 5; */ public Builder setReplaySlowdownBegin(int value) { bitField0_ |= 0x00000010; replaySlowdownBegin_ = value; onChanged(); return this; } /** * optional int32 replay_slowdown_begin = 5; */ public Builder clearReplaySlowdownBegin() { bitField0_ = (bitField0_ & ~0x00000010); replaySlowdownBegin_ = 0; onChanged(); return this; } private int replaySlowdownEnd_ ; /** * optional int32 replay_slowdown_end = 6; */ public boolean hasReplaySlowdownEnd() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional int32 replay_slowdown_end = 6; */ public int getReplaySlowdownEnd() { return replaySlowdownEnd_; } /** * optional int32 replay_slowdown_end = 6; */ public Builder setReplaySlowdownEnd(int value) { bitField0_ |= 0x00000020; replaySlowdownEnd_ = value; onChanged(); return this; } /** * optional int32 replay_slowdown_end = 6; */ public Builder clearReplaySlowdownEnd() { bitField0_ = (bitField0_ & ~0x00000020); replaySlowdownEnd_ = 0; onChanged(); return this; } private float replaySlowdownRate_ ; /** * optional float replay_slowdown_rate = 7; */ public boolean hasReplaySlowdownRate() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional float replay_slowdown_rate = 7; */ public float getReplaySlowdownRate() { return replaySlowdownRate_; } /** * optional float replay_slowdown_rate = 7; */ public Builder setReplaySlowdownRate(float value) { bitField0_ |= 0x00000040; replaySlowdownRate_ = value; onChanged(); return this; } /** * optional float replay_slowdown_rate = 7; */ public Builder clearReplaySlowdownRate() { bitField0_ = (bitField0_ & ~0x00000040); replaySlowdownRate_ = 0F; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CSVCMsg_HltvReplay) } static { defaultInstance = new CSVCMsg_HltvReplay(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CSVCMsg_HltvReplay) } public interface CMsg_CVarsOrBuilder extends // @@protoc_insertion_point(interface_extends:CMsg_CVars) com.google.protobuf.MessageOrBuilder { /** * repeated .CMsg_CVars.CVar cvars = 1; */ java.util.List getCvarsList(); /** * repeated .CMsg_CVars.CVar cvars = 1; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar getCvars(int index); /** * repeated .CMsg_CVars.CVar cvars = 1; */ int getCvarsCount(); /** * repeated .CMsg_CVars.CVar cvars = 1; */ java.util.List getCvarsOrBuilderList(); /** * repeated .CMsg_CVars.CVar cvars = 1; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVarOrBuilder getCvarsOrBuilder( int index); } /** * Protobuf type {@code CMsg_CVars} */ public static final class CMsg_CVars extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CMsg_CVars) CMsg_CVarsOrBuilder { // Use CMsg_CVars.newBuilder() to construct. private CMsg_CVars(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CMsg_CVars(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CMsg_CVars defaultInstance; public static CMsg_CVars getDefaultInstance() { return defaultInstance; } public CMsg_CVars getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CMsg_CVars( 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)) { cvars_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } cvars_.add(input.readMessage(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.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)) { cvars_ = java.util.Collections.unmodifiableList(cvars_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CMsg_CVars parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CMsg_CVars(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public interface CVarOrBuilder extends // @@protoc_insertion_point(interface_extends:CMsg_CVars.CVar) 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 string value = 2; */ boolean hasValue(); /** * optional string value = 2; */ java.lang.String getValue(); /** * optional string value = 2; */ com.google.protobuf.ByteString getValueBytes(); /** * optional uint32 dictionary_name = 3; */ boolean hasDictionaryName(); /** * optional uint32 dictionary_name = 3; */ int getDictionaryName(); } /** * Protobuf type {@code CMsg_CVars.CVar} */ public static final class CVar extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CMsg_CVars.CVar) CVarOrBuilder { // Use CVar.newBuilder() to construct. private CVar(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CVar(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CVar defaultInstance; public static CVar getDefaultInstance() { return defaultInstance; } public CVar getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CVar( 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 18: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000002; value_ = bs; break; } case 24: { bitField0_ |= 0x00000004; dictionaryName_ = 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.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_CVar_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_CVar_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CVar parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CVar(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 VALUE_FIELD_NUMBER = 2; private java.lang.Object value_; /** * optional string value = 2; */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional string value = 2; */ public java.lang.String getValue() { java.lang.Object ref = value_; 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()) { value_ = s; } return s; } } /** * optional string value = 2; */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DICTIONARY_NAME_FIELD_NUMBER = 3; private int dictionaryName_; /** * optional uint32 dictionary_name = 3; */ public boolean hasDictionaryName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional uint32 dictionary_name = 3; */ public int getDictionaryName() { return dictionaryName_; } private void initFields() { name_ = ""; value_ = ""; dictionaryName_ = 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, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getValueBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, dictionaryName_); } 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 .computeBytesSize(2, getValueBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, dictionaryName_); } 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.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar 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.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar 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.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar 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 CMsg_CVars.CVar} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CMsg_CVars.CVar) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVarOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_CVar_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_CVar_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.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); value_ = ""; bitField0_ = (bitField0_ & ~0x00000002); dictionaryName_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_CVar_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar(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.value_ = value_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.dictionaryName_ = dictionaryName_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.getDefaultInstance()) return this; if (other.hasName()) { bitField0_ |= 0x00000001; name_ = other.name_; onChanged(); } if (other.hasValue()) { bitField0_ |= 0x00000002; value_ = other.value_; onChanged(); } if (other.hasDictionaryName()) { setDictionaryName(other.getDictionaryName()); } 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.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar) 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 java.lang.Object value_ = ""; /** * optional string value = 2; */ public boolean hasValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional string value = 2; */ public java.lang.String getValue() { java.lang.Object ref = value_; 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()) { value_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string value = 2; */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string value = 2; */ public Builder setValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; value_ = value; onChanged(); return this; } /** * optional string value = 2; */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000002); value_ = getDefaultInstance().getValue(); onChanged(); return this; } /** * optional string value = 2; */ public Builder setValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; value_ = value; onChanged(); return this; } private int dictionaryName_ ; /** * optional uint32 dictionary_name = 3; */ public boolean hasDictionaryName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional uint32 dictionary_name = 3; */ public int getDictionaryName() { return dictionaryName_; } /** * optional uint32 dictionary_name = 3; */ public Builder setDictionaryName(int value) { bitField0_ |= 0x00000004; dictionaryName_ = value; onChanged(); return this; } /** * optional uint32 dictionary_name = 3; */ public Builder clearDictionaryName() { bitField0_ = (bitField0_ & ~0x00000004); dictionaryName_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CMsg_CVars.CVar) } static { defaultInstance = new CVar(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CMsg_CVars.CVar) } public static final int CVARS_FIELD_NUMBER = 1; private java.util.List cvars_; /** * repeated .CMsg_CVars.CVar cvars = 1; */ public java.util.List getCvarsList() { return cvars_; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public java.util.List getCvarsOrBuilderList() { return cvars_; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public int getCvarsCount() { return cvars_.size(); } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar getCvars(int index) { return cvars_.get(index); } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVarOrBuilder getCvarsOrBuilder( int index) { return cvars_.get(index); } private void initFields() { cvars_ = 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 < cvars_.size(); i++) { output.writeMessage(1, cvars_.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 < cvars_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, cvars_.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.csgo.proto.CsGoNetMessages.CMsg_CVars parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars 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.csgo.proto.CsGoNetMessages.CMsg_CVars parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars 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.csgo.proto.CsGoNetMessages.CMsg_CVars 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 CMsg_CVars} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CMsg_CVars) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getCvarsFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (cvarsBuilder_ == null) { cvars_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { cvarsBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CMsg_CVars_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars(this); int from_bitField0_ = bitField0_; if (cvarsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { cvars_ = java.util.Collections.unmodifiableList(cvars_); bitField0_ = (bitField0_ & ~0x00000001); } result.cvars_ = cvars_; } else { result.cvars_ = cvarsBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance()) return this; if (cvarsBuilder_ == null) { if (!other.cvars_.isEmpty()) { if (cvars_.isEmpty()) { cvars_ = other.cvars_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureCvarsIsMutable(); cvars_.addAll(other.cvars_); } onChanged(); } } else { if (!other.cvars_.isEmpty()) { if (cvarsBuilder_.isEmpty()) { cvarsBuilder_.dispose(); cvarsBuilder_ = null; cvars_ = other.cvars_; bitField0_ = (bitField0_ & ~0x00000001); cvarsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getCvarsFieldBuilder() : null; } else { cvarsBuilder_.addAllMessages(other.cvars_); } } } 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.csgo.proto.CsGoNetMessages.CMsg_CVars parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List cvars_ = java.util.Collections.emptyList(); private void ensureCvarsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { cvars_ = new java.util.ArrayList(cvars_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVarOrBuilder> cvarsBuilder_; /** * repeated .CMsg_CVars.CVar cvars = 1; */ public java.util.List getCvarsList() { if (cvarsBuilder_ == null) { return java.util.Collections.unmodifiableList(cvars_); } else { return cvarsBuilder_.getMessageList(); } } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public int getCvarsCount() { if (cvarsBuilder_ == null) { return cvars_.size(); } else { return cvarsBuilder_.getCount(); } } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar getCvars(int index) { if (cvarsBuilder_ == null) { return cvars_.get(index); } else { return cvarsBuilder_.getMessage(index); } } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder setCvars( int index, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar value) { if (cvarsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureCvarsIsMutable(); cvars_.set(index, value); onChanged(); } else { cvarsBuilder_.setMessage(index, value); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder setCvars( int index, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder builderForValue) { if (cvarsBuilder_ == null) { ensureCvarsIsMutable(); cvars_.set(index, builderForValue.build()); onChanged(); } else { cvarsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder addCvars(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar value) { if (cvarsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureCvarsIsMutable(); cvars_.add(value); onChanged(); } else { cvarsBuilder_.addMessage(value); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder addCvars( int index, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar value) { if (cvarsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureCvarsIsMutable(); cvars_.add(index, value); onChanged(); } else { cvarsBuilder_.addMessage(index, value); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder addCvars( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder builderForValue) { if (cvarsBuilder_ == null) { ensureCvarsIsMutable(); cvars_.add(builderForValue.build()); onChanged(); } else { cvarsBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder addCvars( int index, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder builderForValue) { if (cvarsBuilder_ == null) { ensureCvarsIsMutable(); cvars_.add(index, builderForValue.build()); onChanged(); } else { cvarsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder addAllCvars( java.lang.Iterable values) { if (cvarsBuilder_ == null) { ensureCvarsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, cvars_); onChanged(); } else { cvarsBuilder_.addAllMessages(values); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder clearCvars() { if (cvarsBuilder_ == null) { cvars_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { cvarsBuilder_.clear(); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public Builder removeCvars(int index) { if (cvarsBuilder_ == null) { ensureCvarsIsMutable(); cvars_.remove(index); onChanged(); } else { cvarsBuilder_.remove(index); } return this; } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder getCvarsBuilder( int index) { return getCvarsFieldBuilder().getBuilder(index); } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVarOrBuilder getCvarsOrBuilder( int index) { if (cvarsBuilder_ == null) { return cvars_.get(index); } else { return cvarsBuilder_.getMessageOrBuilder(index); } } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public java.util.List getCvarsOrBuilderList() { if (cvarsBuilder_ != null) { return cvarsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(cvars_); } } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder addCvarsBuilder() { return getCvarsFieldBuilder().addBuilder( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.getDefaultInstance()); } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder addCvarsBuilder( int index) { return getCvarsFieldBuilder().addBuilder( index, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.getDefaultInstance()); } /** * repeated .CMsg_CVars.CVar cvars = 1; */ public java.util.List getCvarsBuilderList() { return getCvarsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVarOrBuilder> getCvarsFieldBuilder() { if (cvarsBuilder_ == null) { cvarsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVar.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.CVarOrBuilder>( cvars_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); cvars_ = null; } return cvarsBuilder_; } // @@protoc_insertion_point(builder_scope:CMsg_CVars) } static { defaultInstance = new CMsg_CVars(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CMsg_CVars) } public interface CNETMsg_SetConVarOrBuilder extends // @@protoc_insertion_point(interface_extends:CNETMsg_SetConVar) com.google.protobuf.MessageOrBuilder { /** * optional .CMsg_CVars convars = 1; */ boolean hasConvars(); /** * optional .CMsg_CVars convars = 1; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars getConvars(); /** * optional .CMsg_CVars convars = 1; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder getConvarsOrBuilder(); } /** * Protobuf type {@code CNETMsg_SetConVar} */ public static final class CNETMsg_SetConVar extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CNETMsg_SetConVar) CNETMsg_SetConVarOrBuilder { // Use CNETMsg_SetConVar.newBuilder() to construct. private CNETMsg_SetConVar(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CNETMsg_SetConVar(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CNETMsg_SetConVar defaultInstance; public static CNETMsg_SetConVar getDefaultInstance() { return defaultInstance; } public CNETMsg_SetConVar getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CNETMsg_SetConVar( 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.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder subBuilder = null; if (((bitField0_ & 0x00000001) == 0x00000001)) { subBuilder = convars_.toBuilder(); } convars_ = input.readMessage(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(convars_); convars_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000001; 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.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_SetConVar_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_SetConVar_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CNETMsg_SetConVar parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CNETMsg_SetConVar(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int CONVARS_FIELD_NUMBER = 1; private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars convars_; /** * optional .CMsg_CVars convars = 1; */ public boolean hasConvars() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars getConvars() { return convars_; } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder getConvarsOrBuilder() { return convars_; } private void initFields() { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); } 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, convars_); } 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, convars_); } 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.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar 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.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar 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.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar 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 CNETMsg_SetConVar} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CNETMsg_SetConVar) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVarOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_SetConVar_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_SetConVar_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getConvarsFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (convarsBuilder_ == null) { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); } else { convarsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_SetConVar_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } if (convarsBuilder_ == null) { result.convars_ = convars_; } else { result.convars_ = convarsBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar.getDefaultInstance()) return this; if (other.hasConvars()) { mergeConvars(other.getConvars()); } 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.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_SetConVar) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder> convarsBuilder_; /** * optional .CMsg_CVars convars = 1; */ public boolean hasConvars() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars getConvars() { if (convarsBuilder_ == null) { return convars_; } else { return convarsBuilder_.getMessage(); } } /** * optional .CMsg_CVars convars = 1; */ public Builder setConvars(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars value) { if (convarsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } convars_ = value; onChanged(); } else { convarsBuilder_.setMessage(value); } bitField0_ |= 0x00000001; return this; } /** * optional .CMsg_CVars convars = 1; */ public Builder setConvars( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder builderForValue) { if (convarsBuilder_ == null) { convars_ = builderForValue.build(); onChanged(); } else { convarsBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; return this; } /** * optional .CMsg_CVars convars = 1; */ public Builder mergeConvars(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars value) { if (convarsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001) && convars_ != skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance()) { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.newBuilder(convars_).mergeFrom(value).buildPartial(); } else { convars_ = value; } onChanged(); } else { convarsBuilder_.mergeFrom(value); } bitField0_ |= 0x00000001; return this; } /** * optional .CMsg_CVars convars = 1; */ public Builder clearConvars() { if (convarsBuilder_ == null) { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); onChanged(); } else { convarsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder getConvarsBuilder() { bitField0_ |= 0x00000001; onChanged(); return getConvarsFieldBuilder().getBuilder(); } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder getConvarsOrBuilder() { if (convarsBuilder_ != null) { return convarsBuilder_.getMessageOrBuilder(); } else { return convars_; } } /** * optional .CMsg_CVars convars = 1; */ private com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder> getConvarsFieldBuilder() { if (convarsBuilder_ == null) { convarsBuilder_ = new com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder>( getConvars(), getParentForChildren(), isClean()); convars_ = null; } return convarsBuilder_; } // @@protoc_insertion_point(builder_scope:CNETMsg_SetConVar) } static { defaultInstance = new CNETMsg_SetConVar(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CNETMsg_SetConVar) } public interface CNETMsg_DisconnectOrBuilder extends // @@protoc_insertion_point(interface_extends:CNETMsg_Disconnect) com.google.protobuf.MessageOrBuilder { /** * optional string text = 1; */ boolean hasText(); /** * optional string text = 1; */ java.lang.String getText(); /** * optional string text = 1; */ com.google.protobuf.ByteString getTextBytes(); } /** * Protobuf type {@code CNETMsg_Disconnect} */ public static final class CNETMsg_Disconnect extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CNETMsg_Disconnect) CNETMsg_DisconnectOrBuilder { // Use CNETMsg_Disconnect.newBuilder() to construct. private CNETMsg_Disconnect(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CNETMsg_Disconnect(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CNETMsg_Disconnect defaultInstance; public static CNETMsg_Disconnect getDefaultInstance() { return defaultInstance; } public CNETMsg_Disconnect getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CNETMsg_Disconnect( 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; text_ = 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.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_Disconnect_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_Disconnect_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CNETMsg_Disconnect parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CNETMsg_Disconnect(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int TEXT_FIELD_NUMBER = 1; private java.lang.Object text_; /** * optional string text = 1; */ public boolean hasText() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional string text = 1; */ public java.lang.String getText() { java.lang.Object ref = text_; 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()) { text_ = s; } return s; } } /** * optional string text = 1; */ public com.google.protobuf.ByteString getTextBytes() { java.lang.Object ref = text_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); text_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { text_ = ""; } 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, getTextBytes()); } 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, getTextBytes()); } 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.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect 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.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect 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.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect 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 CNETMsg_Disconnect} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CNETMsg_Disconnect) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_DisconnectOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_Disconnect_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_Disconnect_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect.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(); text_ = ""; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CNETMsg_Disconnect_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.text_ = text_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect.getDefaultInstance()) return this; if (other.hasText()) { bitField0_ |= 0x00000001; text_ = other.text_; 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.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CNETMsg_Disconnect) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object text_ = ""; /** * optional string text = 1; */ public boolean hasText() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional string text = 1; */ public java.lang.String getText() { java.lang.Object ref = text_; 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()) { text_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string text = 1; */ public com.google.protobuf.ByteString getTextBytes() { java.lang.Object ref = text_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); text_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string text = 1; */ public Builder setText( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; text_ = value; onChanged(); return this; } /** * optional string text = 1; */ public Builder clearText() { bitField0_ = (bitField0_ & ~0x00000001); text_ = getDefaultInstance().getText(); onChanged(); return this; } /** * optional string text = 1; */ public Builder setTextBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; text_ = value; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CNETMsg_Disconnect) } static { defaultInstance = new CNETMsg_Disconnect(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CNETMsg_Disconnect) } public interface CCLCMsg_ClientInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_ClientInfo) com.google.protobuf.MessageOrBuilder { /** * optional fixed32 send_table_crc = 1; */ boolean hasSendTableCrc(); /** * optional fixed32 send_table_crc = 1; */ int getSendTableCrc(); /** * optional uint32 server_count = 2; */ boolean hasServerCount(); /** * optional uint32 server_count = 2; */ int getServerCount(); /** * optional bool is_hltv = 3; */ boolean hasIsHltv(); /** * optional bool is_hltv = 3; */ boolean getIsHltv(); /** * optional bool is_replay = 4; */ boolean hasIsReplay(); /** * optional bool is_replay = 4; */ boolean getIsReplay(); /** * optional uint32 friends_id = 5; */ boolean hasFriendsId(); /** * optional uint32 friends_id = 5; */ int getFriendsId(); /** * optional string friends_name = 6; */ boolean hasFriendsName(); /** * optional string friends_name = 6; */ java.lang.String getFriendsName(); /** * optional string friends_name = 6; */ com.google.protobuf.ByteString getFriendsNameBytes(); /** * repeated fixed32 custom_files = 7; */ java.util.List getCustomFilesList(); /** * repeated fixed32 custom_files = 7; */ int getCustomFilesCount(); /** * repeated fixed32 custom_files = 7; */ int getCustomFiles(int index); } /** * Protobuf type {@code CCLCMsg_ClientInfo} */ public static final class CCLCMsg_ClientInfo extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_ClientInfo) CCLCMsg_ClientInfoOrBuilder { // Use CCLCMsg_ClientInfo.newBuilder() to construct. private CCLCMsg_ClientInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_ClientInfo(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_ClientInfo defaultInstance; public static CCLCMsg_ClientInfo getDefaultInstance() { return defaultInstance; } public CCLCMsg_ClientInfo getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_ClientInfo( 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 13: { bitField0_ |= 0x00000001; sendTableCrc_ = input.readFixed32(); break; } case 16: { bitField0_ |= 0x00000002; serverCount_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; isHltv_ = input.readBool(); break; } case 32: { bitField0_ |= 0x00000008; isReplay_ = input.readBool(); break; } case 40: { bitField0_ |= 0x00000010; friendsId_ = input.readUInt32(); break; } case 50: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000020; friendsName_ = bs; break; } case 61: { if (!((mutable_bitField0_ & 0x00000040) == 0x00000040)) { customFiles_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000040; } customFiles_.add(input.readFixed32()); break; } case 58: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000040) == 0x00000040) && input.getBytesUntilLimit() > 0) { customFiles_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000040; } while (input.getBytesUntilLimit() > 0) { customFiles_.add(input.readFixed32()); } 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_ & 0x00000040) == 0x00000040)) { customFiles_ = java.util.Collections.unmodifiableList(customFiles_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ClientInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ClientInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_ClientInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_ClientInfo(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int SEND_TABLE_CRC_FIELD_NUMBER = 1; private int sendTableCrc_; /** * optional fixed32 send_table_crc = 1; */ public boolean hasSendTableCrc() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional fixed32 send_table_crc = 1; */ public int getSendTableCrc() { return sendTableCrc_; } public static final int SERVER_COUNT_FIELD_NUMBER = 2; private int serverCount_; /** * optional uint32 server_count = 2; */ public boolean hasServerCount() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional uint32 server_count = 2; */ public int getServerCount() { return serverCount_; } public static final int IS_HLTV_FIELD_NUMBER = 3; private boolean isHltv_; /** * optional bool is_hltv = 3; */ public boolean hasIsHltv() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bool is_hltv = 3; */ public boolean getIsHltv() { return isHltv_; } public static final int IS_REPLAY_FIELD_NUMBER = 4; private boolean isReplay_; /** * optional bool is_replay = 4; */ public boolean hasIsReplay() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional bool is_replay = 4; */ public boolean getIsReplay() { return isReplay_; } public static final int FRIENDS_ID_FIELD_NUMBER = 5; private int friendsId_; /** * optional uint32 friends_id = 5; */ public boolean hasFriendsId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional uint32 friends_id = 5; */ public int getFriendsId() { return friendsId_; } public static final int FRIENDS_NAME_FIELD_NUMBER = 6; private java.lang.Object friendsName_; /** * optional string friends_name = 6; */ public boolean hasFriendsName() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional string friends_name = 6; */ public java.lang.String getFriendsName() { java.lang.Object ref = friendsName_; 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()) { friendsName_ = s; } return s; } } /** * optional string friends_name = 6; */ public com.google.protobuf.ByteString getFriendsNameBytes() { java.lang.Object ref = friendsName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); friendsName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CUSTOM_FILES_FIELD_NUMBER = 7; private java.util.List customFiles_; /** * repeated fixed32 custom_files = 7; */ public java.util.List getCustomFilesList() { return customFiles_; } /** * repeated fixed32 custom_files = 7; */ public int getCustomFilesCount() { return customFiles_.size(); } /** * repeated fixed32 custom_files = 7; */ public int getCustomFiles(int index) { return customFiles_.get(index); } private void initFields() { sendTableCrc_ = 0; serverCount_ = 0; isHltv_ = false; isReplay_ = false; friendsId_ = 0; friendsName_ = ""; customFiles_ = 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.writeFixed32(1, sendTableCrc_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, serverCount_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBool(3, isHltv_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBool(4, isReplay_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(5, friendsId_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, getFriendsNameBytes()); } for (int i = 0; i < customFiles_.size(); i++) { output.writeFixed32(7, customFiles_.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 .computeFixed32Size(1, sendTableCrc_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, serverCount_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, isHltv_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, isReplay_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, friendsId_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getFriendsNameBytes()); } { int dataSize = 0; dataSize = 4 * getCustomFilesList().size(); size += dataSize; size += 1 * getCustomFilesList().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.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo 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.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo 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.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo 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 CCLCMsg_ClientInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_ClientInfo) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ClientInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ClientInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo.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(); sendTableCrc_ = 0; bitField0_ = (bitField0_ & ~0x00000001); serverCount_ = 0; bitField0_ = (bitField0_ & ~0x00000002); isHltv_ = false; bitField0_ = (bitField0_ & ~0x00000004); isReplay_ = false; bitField0_ = (bitField0_ & ~0x00000008); friendsId_ = 0; bitField0_ = (bitField0_ & ~0x00000010); friendsName_ = ""; bitField0_ = (bitField0_ & ~0x00000020); customFiles_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ClientInfo_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.sendTableCrc_ = sendTableCrc_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.serverCount_ = serverCount_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.isHltv_ = isHltv_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.isReplay_ = isReplay_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.friendsId_ = friendsId_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.friendsName_ = friendsName_; if (((bitField0_ & 0x00000040) == 0x00000040)) { customFiles_ = java.util.Collections.unmodifiableList(customFiles_); bitField0_ = (bitField0_ & ~0x00000040); } result.customFiles_ = customFiles_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo.getDefaultInstance()) return this; if (other.hasSendTableCrc()) { setSendTableCrc(other.getSendTableCrc()); } if (other.hasServerCount()) { setServerCount(other.getServerCount()); } if (other.hasIsHltv()) { setIsHltv(other.getIsHltv()); } if (other.hasIsReplay()) { setIsReplay(other.getIsReplay()); } if (other.hasFriendsId()) { setFriendsId(other.getFriendsId()); } if (other.hasFriendsName()) { bitField0_ |= 0x00000020; friendsName_ = other.friendsName_; onChanged(); } if (!other.customFiles_.isEmpty()) { if (customFiles_.isEmpty()) { customFiles_ = other.customFiles_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureCustomFilesIsMutable(); customFiles_.addAll(other.customFiles_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ClientInfo) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int sendTableCrc_ ; /** * optional fixed32 send_table_crc = 1; */ public boolean hasSendTableCrc() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional fixed32 send_table_crc = 1; */ public int getSendTableCrc() { return sendTableCrc_; } /** * optional fixed32 send_table_crc = 1; */ public Builder setSendTableCrc(int value) { bitField0_ |= 0x00000001; sendTableCrc_ = value; onChanged(); return this; } /** * optional fixed32 send_table_crc = 1; */ public Builder clearSendTableCrc() { bitField0_ = (bitField0_ & ~0x00000001); sendTableCrc_ = 0; onChanged(); return this; } private int serverCount_ ; /** * optional uint32 server_count = 2; */ public boolean hasServerCount() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional uint32 server_count = 2; */ public int getServerCount() { return serverCount_; } /** * optional uint32 server_count = 2; */ public Builder setServerCount(int value) { bitField0_ |= 0x00000002; serverCount_ = value; onChanged(); return this; } /** * optional uint32 server_count = 2; */ public Builder clearServerCount() { bitField0_ = (bitField0_ & ~0x00000002); serverCount_ = 0; onChanged(); return this; } private boolean isHltv_ ; /** * optional bool is_hltv = 3; */ public boolean hasIsHltv() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bool is_hltv = 3; */ public boolean getIsHltv() { return isHltv_; } /** * optional bool is_hltv = 3; */ public Builder setIsHltv(boolean value) { bitField0_ |= 0x00000004; isHltv_ = value; onChanged(); return this; } /** * optional bool is_hltv = 3; */ public Builder clearIsHltv() { bitField0_ = (bitField0_ & ~0x00000004); isHltv_ = false; onChanged(); return this; } private boolean isReplay_ ; /** * optional bool is_replay = 4; */ public boolean hasIsReplay() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional bool is_replay = 4; */ public boolean getIsReplay() { return isReplay_; } /** * optional bool is_replay = 4; */ public Builder setIsReplay(boolean value) { bitField0_ |= 0x00000008; isReplay_ = value; onChanged(); return this; } /** * optional bool is_replay = 4; */ public Builder clearIsReplay() { bitField0_ = (bitField0_ & ~0x00000008); isReplay_ = false; onChanged(); return this; } private int friendsId_ ; /** * optional uint32 friends_id = 5; */ public boolean hasFriendsId() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional uint32 friends_id = 5; */ public int getFriendsId() { return friendsId_; } /** * optional uint32 friends_id = 5; */ public Builder setFriendsId(int value) { bitField0_ |= 0x00000010; friendsId_ = value; onChanged(); return this; } /** * optional uint32 friends_id = 5; */ public Builder clearFriendsId() { bitField0_ = (bitField0_ & ~0x00000010); friendsId_ = 0; onChanged(); return this; } private java.lang.Object friendsName_ = ""; /** * optional string friends_name = 6; */ public boolean hasFriendsName() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional string friends_name = 6; */ public java.lang.String getFriendsName() { java.lang.Object ref = friendsName_; 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()) { friendsName_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string friends_name = 6; */ public com.google.protobuf.ByteString getFriendsNameBytes() { java.lang.Object ref = friendsName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); friendsName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string friends_name = 6; */ public Builder setFriendsName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; friendsName_ = value; onChanged(); return this; } /** * optional string friends_name = 6; */ public Builder clearFriendsName() { bitField0_ = (bitField0_ & ~0x00000020); friendsName_ = getDefaultInstance().getFriendsName(); onChanged(); return this; } /** * optional string friends_name = 6; */ public Builder setFriendsNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; friendsName_ = value; onChanged(); return this; } private java.util.List customFiles_ = java.util.Collections.emptyList(); private void ensureCustomFilesIsMutable() { if (!((bitField0_ & 0x00000040) == 0x00000040)) { customFiles_ = new java.util.ArrayList(customFiles_); bitField0_ |= 0x00000040; } } /** * repeated fixed32 custom_files = 7; */ public java.util.List getCustomFilesList() { return java.util.Collections.unmodifiableList(customFiles_); } /** * repeated fixed32 custom_files = 7; */ public int getCustomFilesCount() { return customFiles_.size(); } /** * repeated fixed32 custom_files = 7; */ public int getCustomFiles(int index) { return customFiles_.get(index); } /** * repeated fixed32 custom_files = 7; */ public Builder setCustomFiles( int index, int value) { ensureCustomFilesIsMutable(); customFiles_.set(index, value); onChanged(); return this; } /** * repeated fixed32 custom_files = 7; */ public Builder addCustomFiles(int value) { ensureCustomFilesIsMutable(); customFiles_.add(value); onChanged(); return this; } /** * repeated fixed32 custom_files = 7; */ public Builder addAllCustomFiles( java.lang.Iterable values) { ensureCustomFilesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, customFiles_); onChanged(); return this; } /** * repeated fixed32 custom_files = 7; */ public Builder clearCustomFiles() { customFiles_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_ClientInfo) } static { defaultInstance = new CCLCMsg_ClientInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_ClientInfo) } public interface CCLCMsg_MoveOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_Move) com.google.protobuf.MessageOrBuilder { /** * optional uint32 num_backup_commands = 1; */ boolean hasNumBackupCommands(); /** * optional uint32 num_backup_commands = 1; */ int getNumBackupCommands(); /** * optional uint32 num_new_commands = 2; */ boolean hasNumNewCommands(); /** * optional uint32 num_new_commands = 2; */ int getNumNewCommands(); /** * optional bytes data = 3; */ boolean hasData(); /** * optional bytes data = 3; */ com.google.protobuf.ByteString getData(); } /** * Protobuf type {@code CCLCMsg_Move} */ public static final class CCLCMsg_Move extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_Move) CCLCMsg_MoveOrBuilder { // Use CCLCMsg_Move.newBuilder() to construct. private CCLCMsg_Move(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_Move(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_Move defaultInstance; public static CCLCMsg_Move getDefaultInstance() { return defaultInstance; } public CCLCMsg_Move getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_Move( 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; numBackupCommands_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; numNewCommands_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_Move_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_Move_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_Move parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_Move(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int NUM_BACKUP_COMMANDS_FIELD_NUMBER = 1; private int numBackupCommands_; /** * optional uint32 num_backup_commands = 1; */ public boolean hasNumBackupCommands() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional uint32 num_backup_commands = 1; */ public int getNumBackupCommands() { return numBackupCommands_; } public static final int NUM_NEW_COMMANDS_FIELD_NUMBER = 2; private int numNewCommands_; /** * optional uint32 num_new_commands = 2; */ public boolean hasNumNewCommands() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional uint32 num_new_commands = 2; */ public int getNumNewCommands() { return numNewCommands_; } public static final int DATA_FIELD_NUMBER = 3; private com.google.protobuf.ByteString data_; /** * optional bytes data = 3; */ public boolean hasData() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bytes data = 3; */ public com.google.protobuf.ByteString getData() { return data_; } private void initFields() { numBackupCommands_ = 0; numNewCommands_ = 0; 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.writeUInt32(1, numBackupCommands_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, numNewCommands_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, 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 .computeUInt32Size(1, numBackupCommands_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, numNewCommands_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, 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.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move 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.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move 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.csgo.proto.CsGoNetMessages.CCLCMsg_Move 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 CCLCMsg_Move} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_Move) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_MoveOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_Move_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_Move_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move.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(); numBackupCommands_ = 0; bitField0_ = (bitField0_ & ~0x00000001); numNewCommands_ = 0; bitField0_ = (bitField0_ & ~0x00000002); data_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_Move_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.numBackupCommands_ = numBackupCommands_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.numNewCommands_ = numNewCommands_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.data_ = data_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move.getDefaultInstance()) return this; if (other.hasNumBackupCommands()) { setNumBackupCommands(other.getNumBackupCommands()); } if (other.hasNumNewCommands()) { setNumNewCommands(other.getNumNewCommands()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_Move parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_Move) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int numBackupCommands_ ; /** * optional uint32 num_backup_commands = 1; */ public boolean hasNumBackupCommands() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional uint32 num_backup_commands = 1; */ public int getNumBackupCommands() { return numBackupCommands_; } /** * optional uint32 num_backup_commands = 1; */ public Builder setNumBackupCommands(int value) { bitField0_ |= 0x00000001; numBackupCommands_ = value; onChanged(); return this; } /** * optional uint32 num_backup_commands = 1; */ public Builder clearNumBackupCommands() { bitField0_ = (bitField0_ & ~0x00000001); numBackupCommands_ = 0; onChanged(); return this; } private int numNewCommands_ ; /** * optional uint32 num_new_commands = 2; */ public boolean hasNumNewCommands() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional uint32 num_new_commands = 2; */ public int getNumNewCommands() { return numNewCommands_; } /** * optional uint32 num_new_commands = 2; */ public Builder setNumNewCommands(int value) { bitField0_ |= 0x00000002; numNewCommands_ = value; onChanged(); return this; } /** * optional uint32 num_new_commands = 2; */ public Builder clearNumNewCommands() { bitField0_ = (bitField0_ & ~0x00000002); numNewCommands_ = 0; onChanged(); return this; } private com.google.protobuf.ByteString data_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes data = 3; */ public boolean hasData() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional bytes data = 3; */ public com.google.protobuf.ByteString getData() { return data_; } /** * optional bytes data = 3; */ public Builder setData(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; data_ = value; onChanged(); return this; } /** * optional bytes data = 3; */ public Builder clearData() { bitField0_ = (bitField0_ & ~0x00000004); data_ = getDefaultInstance().getData(); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_Move) } static { defaultInstance = new CCLCMsg_Move(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_Move) } public interface CCLCMsg_VoiceDataOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_VoiceData) com.google.protobuf.MessageOrBuilder { /** * optional bytes data = 1; */ boolean hasData(); /** * optional bytes data = 1; */ com.google.protobuf.ByteString getData(); /** * optional fixed64 xuid = 2; */ boolean hasXuid(); /** * optional fixed64 xuid = 2; */ long getXuid(); /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ boolean hasFormat(); /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t getFormat(); /** * optional int32 sequence_bytes = 4; */ boolean hasSequenceBytes(); /** * optional int32 sequence_bytes = 4; */ int getSequenceBytes(); /** * optional uint32 section_number = 5; */ boolean hasSectionNumber(); /** * optional uint32 section_number = 5; */ int getSectionNumber(); /** * optional uint32 uncompressed_sample_offset = 6; */ boolean hasUncompressedSampleOffset(); /** * optional uint32 uncompressed_sample_offset = 6; */ int getUncompressedSampleOffset(); } /** * Protobuf type {@code CCLCMsg_VoiceData} */ public static final class CCLCMsg_VoiceData extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_VoiceData) CCLCMsg_VoiceDataOrBuilder { // Use CCLCMsg_VoiceData.newBuilder() to construct. private CCLCMsg_VoiceData(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_VoiceData(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_VoiceData defaultInstance; public static CCLCMsg_VoiceData getDefaultInstance() { return defaultInstance; } public CCLCMsg_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 CCLCMsg_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: { bitField0_ |= 0x00000001; data_ = input.readBytes(); break; } case 17: { bitField0_ |= 0x00000002; xuid_ = input.readFixed64(); break; } case 24: { int rawValue = input.readEnum(); skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t value = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t.valueOf(rawValue); if (value == null) { unknownFields.mergeVarintField(3, rawValue); } else { bitField0_ |= 0x00000004; format_ = value; } break; } case 32: { bitField0_ |= 0x00000008; sequenceBytes_ = input.readInt32(); break; } case 40: { bitField0_ |= 0x00000010; sectionNumber_ = input.readUInt32(); break; } case 48: { bitField0_ |= 0x00000020; uncompressedSampleOffset_ = 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_VoiceData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_VoiceData_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_VoiceData parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_VoiceData(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_; } public static final int XUID_FIELD_NUMBER = 2; private long xuid_; /** * optional fixed64 xuid = 2; */ public boolean hasXuid() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional fixed64 xuid = 2; */ public long getXuid() { return xuid_; } public static final int FORMAT_FIELD_NUMBER = 3; private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t format_; /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ public boolean hasFormat() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t getFormat() { return format_; } public static final int SEQUENCE_BYTES_FIELD_NUMBER = 4; private int sequenceBytes_; /** * optional int32 sequence_bytes = 4; */ public boolean hasSequenceBytes() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional int32 sequence_bytes = 4; */ public int getSequenceBytes() { return sequenceBytes_; } public static final int SECTION_NUMBER_FIELD_NUMBER = 5; private int sectionNumber_; /** * optional uint32 section_number = 5; */ public boolean hasSectionNumber() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional uint32 section_number = 5; */ public int getSectionNumber() { return sectionNumber_; } public static final int UNCOMPRESSED_SAMPLE_OFFSET_FIELD_NUMBER = 6; private int uncompressedSampleOffset_; /** * optional uint32 uncompressed_sample_offset = 6; */ public boolean hasUncompressedSampleOffset() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional uint32 uncompressed_sample_offset = 6; */ public int getUncompressedSampleOffset() { return uncompressedSampleOffset_; } private void initFields() { data_ = com.google.protobuf.ByteString.EMPTY; xuid_ = 0L; format_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t.VOICEDATA_FORMAT_ENGINE; sequenceBytes_ = 0; sectionNumber_ = 0; uncompressedSampleOffset_ = 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, data_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeFixed64(2, xuid_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeEnum(3, format_.getNumber()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeInt32(4, sequenceBytes_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(5, sectionNumber_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(6, uncompressedSampleOffset_); } 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_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(2, xuid_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, format_.getNumber()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, sequenceBytes_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, sectionNumber_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, uncompressedSampleOffset_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_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 CCLCMsg_VoiceData} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_VoiceData) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_VoiceData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_VoiceData_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); data_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); xuid_ = 0L; bitField0_ = (bitField0_ & ~0x00000002); format_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t.VOICEDATA_FORMAT_ENGINE; bitField0_ = (bitField0_ & ~0x00000004); sequenceBytes_ = 0; bitField0_ = (bitField0_ & ~0x00000008); sectionNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000010); uncompressedSampleOffset_ = 0; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_VoiceData_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.data_ = data_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.xuid_ = xuid_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.format_ = format_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.sequenceBytes_ = sequenceBytes_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.sectionNumber_ = sectionNumber_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.uncompressedSampleOffset_ = uncompressedSampleOffset_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData.getDefaultInstance()) return this; if (other.hasData()) { setData(other.getData()); } if (other.hasXuid()) { setXuid(other.getXuid()); } if (other.hasFormat()) { setFormat(other.getFormat()); } if (other.hasSequenceBytes()) { setSequenceBytes(other.getSequenceBytes()); } if (other.hasSectionNumber()) { setSectionNumber(other.getSectionNumber()); } if (other.hasUncompressedSampleOffset()) { setUncompressedSampleOffset(other.getUncompressedSampleOffset()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_VoiceData) 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; } private long xuid_ ; /** * optional fixed64 xuid = 2; */ public boolean hasXuid() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional fixed64 xuid = 2; */ public long getXuid() { return xuid_; } /** * optional fixed64 xuid = 2; */ public Builder setXuid(long value) { bitField0_ |= 0x00000002; xuid_ = value; onChanged(); return this; } /** * optional fixed64 xuid = 2; */ public Builder clearXuid() { bitField0_ = (bitField0_ & ~0x00000002); xuid_ = 0L; onChanged(); return this; } private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t format_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t.VOICEDATA_FORMAT_ENGINE; /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ public boolean hasFormat() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t getFormat() { return format_; } /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ public Builder setFormat(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; format_ = value; onChanged(); return this; } /** * optional .VoiceDataFormat_t format = 3 [default = VOICEDATA_FORMAT_ENGINE]; */ public Builder clearFormat() { bitField0_ = (bitField0_ & ~0x00000004); format_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.VoiceDataFormat_t.VOICEDATA_FORMAT_ENGINE; onChanged(); return this; } private int sequenceBytes_ ; /** * optional int32 sequence_bytes = 4; */ public boolean hasSequenceBytes() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional int32 sequence_bytes = 4; */ public int getSequenceBytes() { return sequenceBytes_; } /** * optional int32 sequence_bytes = 4; */ public Builder setSequenceBytes(int value) { bitField0_ |= 0x00000008; sequenceBytes_ = value; onChanged(); return this; } /** * optional int32 sequence_bytes = 4; */ public Builder clearSequenceBytes() { bitField0_ = (bitField0_ & ~0x00000008); sequenceBytes_ = 0; onChanged(); return this; } private int sectionNumber_ ; /** * optional uint32 section_number = 5; */ public boolean hasSectionNumber() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional uint32 section_number = 5; */ public int getSectionNumber() { return sectionNumber_; } /** * optional uint32 section_number = 5; */ public Builder setSectionNumber(int value) { bitField0_ |= 0x00000010; sectionNumber_ = value; onChanged(); return this; } /** * optional uint32 section_number = 5; */ public Builder clearSectionNumber() { bitField0_ = (bitField0_ & ~0x00000010); sectionNumber_ = 0; onChanged(); return this; } private int uncompressedSampleOffset_ ; /** * optional uint32 uncompressed_sample_offset = 6; */ public boolean hasUncompressedSampleOffset() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional uint32 uncompressed_sample_offset = 6; */ public int getUncompressedSampleOffset() { return uncompressedSampleOffset_; } /** * optional uint32 uncompressed_sample_offset = 6; */ public Builder setUncompressedSampleOffset(int value) { bitField0_ |= 0x00000020; uncompressedSampleOffset_ = value; onChanged(); return this; } /** * optional uint32 uncompressed_sample_offset = 6; */ public Builder clearUncompressedSampleOffset() { bitField0_ = (bitField0_ & ~0x00000020); uncompressedSampleOffset_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_VoiceData) } static { defaultInstance = new CCLCMsg_VoiceData(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_VoiceData) } public interface CCLCMsg_BaselineAckOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_BaselineAck) com.google.protobuf.MessageOrBuilder { /** * optional int32 baseline_tick = 1; */ boolean hasBaselineTick(); /** * optional int32 baseline_tick = 1; */ int getBaselineTick(); /** * optional int32 baseline_nr = 2; */ boolean hasBaselineNr(); /** * optional int32 baseline_nr = 2; */ int getBaselineNr(); } /** * Protobuf type {@code CCLCMsg_BaselineAck} */ public static final class CCLCMsg_BaselineAck extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_BaselineAck) CCLCMsg_BaselineAckOrBuilder { // Use CCLCMsg_BaselineAck.newBuilder() to construct. private CCLCMsg_BaselineAck(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_BaselineAck(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_BaselineAck defaultInstance; public static CCLCMsg_BaselineAck getDefaultInstance() { return defaultInstance; } public CCLCMsg_BaselineAck getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_BaselineAck( 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; baselineTick_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000002; baselineNr_ = 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_BaselineAck_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_BaselineAck_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_BaselineAck parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_BaselineAck(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int BASELINE_TICK_FIELD_NUMBER = 1; private int baselineTick_; /** * optional int32 baseline_tick = 1; */ public boolean hasBaselineTick() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 baseline_tick = 1; */ public int getBaselineTick() { return baselineTick_; } public static final int BASELINE_NR_FIELD_NUMBER = 2; private int baselineNr_; /** * optional int32 baseline_nr = 2; */ public boolean hasBaselineNr() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 baseline_nr = 2; */ public int getBaselineNr() { return baselineNr_; } private void initFields() { baselineTick_ = 0; baselineNr_ = 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, baselineTick_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, baselineNr_); } 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, baselineTick_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, baselineNr_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck 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.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck 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.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck 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 CCLCMsg_BaselineAck} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_BaselineAck) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAckOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_BaselineAck_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_BaselineAck_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck.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(); baselineTick_ = 0; bitField0_ = (bitField0_ & ~0x00000001); baselineNr_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_BaselineAck_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.baselineTick_ = baselineTick_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.baselineNr_ = baselineNr_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck.getDefaultInstance()) return this; if (other.hasBaselineTick()) { setBaselineTick(other.getBaselineTick()); } if (other.hasBaselineNr()) { setBaselineNr(other.getBaselineNr()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_BaselineAck) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int baselineTick_ ; /** * optional int32 baseline_tick = 1; */ public boolean hasBaselineTick() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 baseline_tick = 1; */ public int getBaselineTick() { return baselineTick_; } /** * optional int32 baseline_tick = 1; */ public Builder setBaselineTick(int value) { bitField0_ |= 0x00000001; baselineTick_ = value; onChanged(); return this; } /** * optional int32 baseline_tick = 1; */ public Builder clearBaselineTick() { bitField0_ = (bitField0_ & ~0x00000001); baselineTick_ = 0; onChanged(); return this; } private int baselineNr_ ; /** * optional int32 baseline_nr = 2; */ public boolean hasBaselineNr() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 baseline_nr = 2; */ public int getBaselineNr() { return baselineNr_; } /** * optional int32 baseline_nr = 2; */ public Builder setBaselineNr(int value) { bitField0_ |= 0x00000002; baselineNr_ = value; onChanged(); return this; } /** * optional int32 baseline_nr = 2; */ public Builder clearBaselineNr() { bitField0_ = (bitField0_ & ~0x00000002); baselineNr_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_BaselineAck) } static { defaultInstance = new CCLCMsg_BaselineAck(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_BaselineAck) } public interface CCLCMsg_ListenEventsOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_ListenEvents) com.google.protobuf.MessageOrBuilder { /** * repeated fixed32 event_mask = 1; */ java.util.List getEventMaskList(); /** * repeated fixed32 event_mask = 1; */ int getEventMaskCount(); /** * repeated fixed32 event_mask = 1; */ int getEventMask(int index); } /** * Protobuf type {@code CCLCMsg_ListenEvents} */ public static final class CCLCMsg_ListenEvents extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_ListenEvents) CCLCMsg_ListenEventsOrBuilder { // Use CCLCMsg_ListenEvents.newBuilder() to construct. private CCLCMsg_ListenEvents(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_ListenEvents(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_ListenEvents defaultInstance; public static CCLCMsg_ListenEvents getDefaultInstance() { return defaultInstance; } public CCLCMsg_ListenEvents getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_ListenEvents( 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 13: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { eventMask_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } eventMask_.add(input.readFixed32()); break; } case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) == 0x00000001) && input.getBytesUntilLimit() > 0) { eventMask_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { eventMask_.add(input.readFixed32()); } 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_ & 0x00000001) == 0x00000001)) { eventMask_ = java.util.Collections.unmodifiableList(eventMask_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ListenEvents_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ListenEvents_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_ListenEvents parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_ListenEvents(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public static final int EVENT_MASK_FIELD_NUMBER = 1; private java.util.List eventMask_; /** * repeated fixed32 event_mask = 1; */ public java.util.List getEventMaskList() { return eventMask_; } /** * repeated fixed32 event_mask = 1; */ public int getEventMaskCount() { return eventMask_.size(); } /** * repeated fixed32 event_mask = 1; */ public int getEventMask(int index) { return eventMask_.get(index); } private void initFields() { eventMask_ = 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 < eventMask_.size(); i++) { output.writeFixed32(1, eventMask_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; { int dataSize = 0; dataSize = 4 * getEventMaskList().size(); size += dataSize; size += 1 * getEventMaskList().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.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents 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.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents 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.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents 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 CCLCMsg_ListenEvents} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_ListenEvents) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEventsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ListenEvents_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ListenEvents_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents.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(); eventMask_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_ListenEvents_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { eventMask_ = java.util.Collections.unmodifiableList(eventMask_); bitField0_ = (bitField0_ & ~0x00000001); } result.eventMask_ = eventMask_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents.getDefaultInstance()) return this; if (!other.eventMask_.isEmpty()) { if (eventMask_.isEmpty()) { eventMask_ = other.eventMask_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEventMaskIsMutable(); eventMask_.addAll(other.eventMask_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_ListenEvents) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List eventMask_ = java.util.Collections.emptyList(); private void ensureEventMaskIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { eventMask_ = new java.util.ArrayList(eventMask_); bitField0_ |= 0x00000001; } } /** * repeated fixed32 event_mask = 1; */ public java.util.List getEventMaskList() { return java.util.Collections.unmodifiableList(eventMask_); } /** * repeated fixed32 event_mask = 1; */ public int getEventMaskCount() { return eventMask_.size(); } /** * repeated fixed32 event_mask = 1; */ public int getEventMask(int index) { return eventMask_.get(index); } /** * repeated fixed32 event_mask = 1; */ public Builder setEventMask( int index, int value) { ensureEventMaskIsMutable(); eventMask_.set(index, value); onChanged(); return this; } /** * repeated fixed32 event_mask = 1; */ public Builder addEventMask(int value) { ensureEventMaskIsMutable(); eventMask_.add(value); onChanged(); return this; } /** * repeated fixed32 event_mask = 1; */ public Builder addAllEventMask( java.lang.Iterable values) { ensureEventMaskIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, eventMask_); onChanged(); return this; } /** * repeated fixed32 event_mask = 1; */ public Builder clearEventMask() { eventMask_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_ListenEvents) } static { defaultInstance = new CCLCMsg_ListenEvents(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_ListenEvents) } public interface CCLCMsg_RespondCvarValueOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_RespondCvarValue) com.google.protobuf.MessageOrBuilder { /** * optional int32 cookie = 1; */ boolean hasCookie(); /** * optional int32 cookie = 1; */ int getCookie(); /** * optional int32 status_code = 2; */ boolean hasStatusCode(); /** * optional int32 status_code = 2; */ int getStatusCode(); /** * optional string name = 3; */ boolean hasName(); /** * optional string name = 3; */ java.lang.String getName(); /** * optional string name = 3; */ com.google.protobuf.ByteString getNameBytes(); /** * optional string value = 4; */ boolean hasValue(); /** * optional string value = 4; */ java.lang.String getValue(); /** * optional string value = 4; */ com.google.protobuf.ByteString getValueBytes(); } /** * Protobuf type {@code CCLCMsg_RespondCvarValue} */ public static final class CCLCMsg_RespondCvarValue extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_RespondCvarValue) CCLCMsg_RespondCvarValueOrBuilder { // Use CCLCMsg_RespondCvarValue.newBuilder() to construct. private CCLCMsg_RespondCvarValue(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_RespondCvarValue(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_RespondCvarValue defaultInstance; public static CCLCMsg_RespondCvarValue getDefaultInstance() { return defaultInstance; } public CCLCMsg_RespondCvarValue getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_RespondCvarValue( 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; cookie_ = input.readInt32(); break; } case 16: { bitField0_ |= 0x00000002; statusCode_ = input.readInt32(); break; } case 26: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000004; name_ = bs; break; } case 34: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000008; value_ = 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_RespondCvarValue_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_RespondCvarValue_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_RespondCvarValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_RespondCvarValue(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int COOKIE_FIELD_NUMBER = 1; private int cookie_; /** * optional int32 cookie = 1; */ public boolean hasCookie() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 cookie = 1; */ public int getCookie() { return cookie_; } public static final int STATUS_CODE_FIELD_NUMBER = 2; private int statusCode_; /** * optional int32 status_code = 2; */ public boolean hasStatusCode() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 status_code = 2; */ public int getStatusCode() { return statusCode_; } public static final int NAME_FIELD_NUMBER = 3; private java.lang.Object name_; /** * optional string name = 3; */ public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional string name = 3; */ 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 = 3; */ 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 VALUE_FIELD_NUMBER = 4; private java.lang.Object value_; /** * optional string value = 4; */ public boolean hasValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional string value = 4; */ public java.lang.String getValue() { java.lang.Object ref = value_; 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()) { value_ = s; } return s; } } /** * optional string value = 4; */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { cookie_ = 0; statusCode_ = 0; name_ = ""; value_ = ""; } 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, cookie_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeInt32(2, statusCode_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getNameBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getValueBytes()); } 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, cookie_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, statusCode_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getNameBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getValueBytes()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue 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.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue 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.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue 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 CCLCMsg_RespondCvarValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_RespondCvarValue) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_RespondCvarValue_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_RespondCvarValue_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue.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(); cookie_ = 0; bitField0_ = (bitField0_ & ~0x00000001); statusCode_ = 0; bitField0_ = (bitField0_ & ~0x00000002); name_ = ""; bitField0_ = (bitField0_ & ~0x00000004); value_ = ""; bitField0_ = (bitField0_ & ~0x00000008); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_RespondCvarValue_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.cookie_ = cookie_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.statusCode_ = statusCode_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.name_ = name_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.value_ = value_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue.getDefaultInstance()) return this; if (other.hasCookie()) { setCookie(other.getCookie()); } if (other.hasStatusCode()) { setStatusCode(other.getStatusCode()); } if (other.hasName()) { bitField0_ |= 0x00000004; name_ = other.name_; onChanged(); } if (other.hasValue()) { bitField0_ |= 0x00000008; value_ = other.value_; 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.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_RespondCvarValue) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int cookie_ ; /** * optional int32 cookie = 1; */ public boolean hasCookie() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 cookie = 1; */ public int getCookie() { return cookie_; } /** * optional int32 cookie = 1; */ public Builder setCookie(int value) { bitField0_ |= 0x00000001; cookie_ = value; onChanged(); return this; } /** * optional int32 cookie = 1; */ public Builder clearCookie() { bitField0_ = (bitField0_ & ~0x00000001); cookie_ = 0; onChanged(); return this; } private int statusCode_ ; /** * optional int32 status_code = 2; */ public boolean hasStatusCode() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional int32 status_code = 2; */ public int getStatusCode() { return statusCode_; } /** * optional int32 status_code = 2; */ public Builder setStatusCode(int value) { bitField0_ |= 0x00000002; statusCode_ = value; onChanged(); return this; } /** * optional int32 status_code = 2; */ public Builder clearStatusCode() { bitField0_ = (bitField0_ & ~0x00000002); statusCode_ = 0; onChanged(); return this; } private java.lang.Object name_ = ""; /** * optional string name = 3; */ public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional string name = 3; */ 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 = 3; */ 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 = 3; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; name_ = value; onChanged(); return this; } /** * optional string name = 3; */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000004); name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * optional string name = 3; */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; name_ = value; onChanged(); return this; } private java.lang.Object value_ = ""; /** * optional string value = 4; */ public boolean hasValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional string value = 4; */ public java.lang.String getValue() { java.lang.Object ref = value_; 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()) { value_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string value = 4; */ public com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string value = 4; */ public Builder setValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; value_ = value; onChanged(); return this; } /** * optional string value = 4; */ public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000008); value_ = getDefaultInstance().getValue(); onChanged(); return this; } /** * optional string value = 4; */ public Builder setValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; value_ = value; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_RespondCvarValue) } static { defaultInstance = new CCLCMsg_RespondCvarValue(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_RespondCvarValue) } public interface CCLCMsg_FileCRCCheckOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_FileCRCCheck) com.google.protobuf.MessageOrBuilder { /** * optional int32 code_path = 1; */ boolean hasCodePath(); /** * optional int32 code_path = 1; */ int getCodePath(); /** * optional string path = 2; */ boolean hasPath(); /** * optional string path = 2; */ java.lang.String getPath(); /** * optional string path = 2; */ com.google.protobuf.ByteString getPathBytes(); /** * optional int32 code_filename = 3; */ boolean hasCodeFilename(); /** * optional int32 code_filename = 3; */ int getCodeFilename(); /** * optional string filename = 4; */ boolean hasFilename(); /** * optional string filename = 4; */ java.lang.String getFilename(); /** * optional string filename = 4; */ com.google.protobuf.ByteString getFilenameBytes(); /** * optional int32 file_fraction = 5; */ boolean hasFileFraction(); /** * optional int32 file_fraction = 5; */ int getFileFraction(); /** * optional bytes md5 = 6; */ boolean hasMd5(); /** * optional bytes md5 = 6; */ com.google.protobuf.ByteString getMd5(); /** * optional uint32 crc = 7; */ boolean hasCrc(); /** * optional uint32 crc = 7; */ int getCrc(); /** * optional int32 file_hash_type = 8; */ boolean hasFileHashType(); /** * optional int32 file_hash_type = 8; */ int getFileHashType(); /** * optional int32 file_len = 9; */ boolean hasFileLen(); /** * optional int32 file_len = 9; */ int getFileLen(); /** * optional int32 pack_file_id = 10; */ boolean hasPackFileId(); /** * optional int32 pack_file_id = 10; */ int getPackFileId(); /** * optional int32 pack_file_number = 11; */ boolean hasPackFileNumber(); /** * optional int32 pack_file_number = 11; */ int getPackFileNumber(); } /** * Protobuf type {@code CCLCMsg_FileCRCCheck} */ public static final class CCLCMsg_FileCRCCheck extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_FileCRCCheck) CCLCMsg_FileCRCCheckOrBuilder { // Use CCLCMsg_FileCRCCheck.newBuilder() to construct. private CCLCMsg_FileCRCCheck(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_FileCRCCheck(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_FileCRCCheck defaultInstance; public static CCLCMsg_FileCRCCheck getDefaultInstance() { return defaultInstance; } public CCLCMsg_FileCRCCheck getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_FileCRCCheck( 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; codePath_ = input.readInt32(); break; } case 18: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000002; path_ = bs; break; } case 24: { bitField0_ |= 0x00000004; codeFilename_ = input.readInt32(); break; } case 34: { com.google.protobuf.ByteString bs = input.readBytes(); bitField0_ |= 0x00000008; filename_ = bs; break; } case 40: { bitField0_ |= 0x00000010; fileFraction_ = input.readInt32(); break; } case 50: { bitField0_ |= 0x00000020; md5_ = input.readBytes(); break; } case 56: { bitField0_ |= 0x00000040; crc_ = input.readUInt32(); break; } case 64: { bitField0_ |= 0x00000080; fileHashType_ = input.readInt32(); break; } case 72: { bitField0_ |= 0x00000100; fileLen_ = input.readInt32(); break; } case 80: { bitField0_ |= 0x00000200; packFileId_ = input.readInt32(); break; } case 88: { bitField0_ |= 0x00000400; packFileNumber_ = 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_FileCRCCheck_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_FileCRCCheck_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_FileCRCCheck parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_FileCRCCheck(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int CODE_PATH_FIELD_NUMBER = 1; private int codePath_; /** * optional int32 code_path = 1; */ public boolean hasCodePath() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 code_path = 1; */ public int getCodePath() { return codePath_; } public static final int PATH_FIELD_NUMBER = 2; private java.lang.Object path_; /** * optional string path = 2; */ public boolean hasPath() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional string path = 2; */ public java.lang.String getPath() { java.lang.Object ref = path_; 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()) { path_ = s; } return s; } } /** * optional string path = 2; */ public com.google.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CODE_FILENAME_FIELD_NUMBER = 3; private int codeFilename_; /** * optional int32 code_filename = 3; */ public boolean hasCodeFilename() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 code_filename = 3; */ public int getCodeFilename() { return codeFilename_; } public static final int FILENAME_FIELD_NUMBER = 4; private java.lang.Object filename_; /** * optional string filename = 4; */ public boolean hasFilename() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional string filename = 4; */ public java.lang.String getFilename() { java.lang.Object ref = filename_; 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()) { filename_ = s; } return s; } } /** * optional string filename = 4; */ public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FILE_FRACTION_FIELD_NUMBER = 5; private int fileFraction_; /** * optional int32 file_fraction = 5; */ public boolean hasFileFraction() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 file_fraction = 5; */ public int getFileFraction() { return fileFraction_; } public static final int MD5_FIELD_NUMBER = 6; private com.google.protobuf.ByteString md5_; /** * optional bytes md5 = 6; */ public boolean hasMd5() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional bytes md5 = 6; */ public com.google.protobuf.ByteString getMd5() { return md5_; } public static final int CRC_FIELD_NUMBER = 7; private int crc_; /** * optional uint32 crc = 7; */ public boolean hasCrc() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional uint32 crc = 7; */ public int getCrc() { return crc_; } public static final int FILE_HASH_TYPE_FIELD_NUMBER = 8; private int fileHashType_; /** * optional int32 file_hash_type = 8; */ public boolean hasFileHashType() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional int32 file_hash_type = 8; */ public int getFileHashType() { return fileHashType_; } public static final int FILE_LEN_FIELD_NUMBER = 9; private int fileLen_; /** * optional int32 file_len = 9; */ public boolean hasFileLen() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional int32 file_len = 9; */ public int getFileLen() { return fileLen_; } public static final int PACK_FILE_ID_FIELD_NUMBER = 10; private int packFileId_; /** * optional int32 pack_file_id = 10; */ public boolean hasPackFileId() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional int32 pack_file_id = 10; */ public int getPackFileId() { return packFileId_; } public static final int PACK_FILE_NUMBER_FIELD_NUMBER = 11; private int packFileNumber_; /** * optional int32 pack_file_number = 11; */ public boolean hasPackFileNumber() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * optional int32 pack_file_number = 11; */ public int getPackFileNumber() { return packFileNumber_; } private void initFields() { codePath_ = 0; path_ = ""; codeFilename_ = 0; filename_ = ""; fileFraction_ = 0; md5_ = com.google.protobuf.ByteString.EMPTY; crc_ = 0; fileHashType_ = 0; fileLen_ = 0; packFileId_ = 0; packFileNumber_ = 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, codePath_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getPathBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeInt32(3, codeFilename_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getFilenameBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeInt32(5, fileFraction_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, md5_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeUInt32(7, crc_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeInt32(8, fileHashType_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeInt32(9, fileLen_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeInt32(10, packFileId_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { output.writeInt32(11, packFileNumber_); } 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, codePath_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getPathBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, codeFilename_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getFilenameBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(5, fileFraction_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, md5_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, crc_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(8, fileHashType_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(9, fileLen_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(10, packFileId_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(11, packFileNumber_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck 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.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck 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.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck 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 CCLCMsg_FileCRCCheck} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_FileCRCCheck) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheckOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_FileCRCCheck_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_FileCRCCheck_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck.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(); codePath_ = 0; bitField0_ = (bitField0_ & ~0x00000001); path_ = ""; bitField0_ = (bitField0_ & ~0x00000002); codeFilename_ = 0; bitField0_ = (bitField0_ & ~0x00000004); filename_ = ""; bitField0_ = (bitField0_ & ~0x00000008); fileFraction_ = 0; bitField0_ = (bitField0_ & ~0x00000010); md5_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); crc_ = 0; bitField0_ = (bitField0_ & ~0x00000040); fileHashType_ = 0; bitField0_ = (bitField0_ & ~0x00000080); fileLen_ = 0; bitField0_ = (bitField0_ & ~0x00000100); packFileId_ = 0; bitField0_ = (bitField0_ & ~0x00000200); packFileNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000400); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_FileCRCCheck_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.codePath_ = codePath_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.path_ = path_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.codeFilename_ = codeFilename_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.filename_ = filename_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.fileFraction_ = fileFraction_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.md5_ = md5_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.crc_ = crc_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.fileHashType_ = fileHashType_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.fileLen_ = fileLen_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.packFileId_ = packFileId_; if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000400; } result.packFileNumber_ = packFileNumber_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck.getDefaultInstance()) return this; if (other.hasCodePath()) { setCodePath(other.getCodePath()); } if (other.hasPath()) { bitField0_ |= 0x00000002; path_ = other.path_; onChanged(); } if (other.hasCodeFilename()) { setCodeFilename(other.getCodeFilename()); } if (other.hasFilename()) { bitField0_ |= 0x00000008; filename_ = other.filename_; onChanged(); } if (other.hasFileFraction()) { setFileFraction(other.getFileFraction()); } if (other.hasMd5()) { setMd5(other.getMd5()); } if (other.hasCrc()) { setCrc(other.getCrc()); } if (other.hasFileHashType()) { setFileHashType(other.getFileHashType()); } if (other.hasFileLen()) { setFileLen(other.getFileLen()); } if (other.hasPackFileId()) { setPackFileId(other.getPackFileId()); } if (other.hasPackFileNumber()) { setPackFileNumber(other.getPackFileNumber()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_FileCRCCheck) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int codePath_ ; /** * optional int32 code_path = 1; */ public boolean hasCodePath() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 code_path = 1; */ public int getCodePath() { return codePath_; } /** * optional int32 code_path = 1; */ public Builder setCodePath(int value) { bitField0_ |= 0x00000001; codePath_ = value; onChanged(); return this; } /** * optional int32 code_path = 1; */ public Builder clearCodePath() { bitField0_ = (bitField0_ & ~0x00000001); codePath_ = 0; onChanged(); return this; } private java.lang.Object path_ = ""; /** * optional string path = 2; */ public boolean hasPath() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * optional string path = 2; */ public java.lang.String getPath() { java.lang.Object ref = path_; 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()) { path_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string path = 2; */ public com.google.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string path = 2; */ public Builder setPath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; path_ = value; onChanged(); return this; } /** * optional string path = 2; */ public Builder clearPath() { bitField0_ = (bitField0_ & ~0x00000002); path_ = getDefaultInstance().getPath(); onChanged(); return this; } /** * optional string path = 2; */ public Builder setPathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; path_ = value; onChanged(); return this; } private int codeFilename_ ; /** * optional int32 code_filename = 3; */ public boolean hasCodeFilename() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * optional int32 code_filename = 3; */ public int getCodeFilename() { return codeFilename_; } /** * optional int32 code_filename = 3; */ public Builder setCodeFilename(int value) { bitField0_ |= 0x00000004; codeFilename_ = value; onChanged(); return this; } /** * optional int32 code_filename = 3; */ public Builder clearCodeFilename() { bitField0_ = (bitField0_ & ~0x00000004); codeFilename_ = 0; onChanged(); return this; } private java.lang.Object filename_ = ""; /** * optional string filename = 4; */ public boolean hasFilename() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional string filename = 4; */ public java.lang.String getFilename() { java.lang.Object ref = filename_; 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()) { filename_ = s; } return s; } else { return (java.lang.String) ref; } } /** * optional string filename = 4; */ public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string filename = 4; */ public Builder setFilename( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; filename_ = value; onChanged(); return this; } /** * optional string filename = 4; */ public Builder clearFilename() { bitField0_ = (bitField0_ & ~0x00000008); filename_ = getDefaultInstance().getFilename(); onChanged(); return this; } /** * optional string filename = 4; */ public Builder setFilenameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; filename_ = value; onChanged(); return this; } private int fileFraction_ ; /** * optional int32 file_fraction = 5; */ public boolean hasFileFraction() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * optional int32 file_fraction = 5; */ public int getFileFraction() { return fileFraction_; } /** * optional int32 file_fraction = 5; */ public Builder setFileFraction(int value) { bitField0_ |= 0x00000010; fileFraction_ = value; onChanged(); return this; } /** * optional int32 file_fraction = 5; */ public Builder clearFileFraction() { bitField0_ = (bitField0_ & ~0x00000010); fileFraction_ = 0; onChanged(); return this; } private com.google.protobuf.ByteString md5_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes md5 = 6; */ public boolean hasMd5() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * optional bytes md5 = 6; */ public com.google.protobuf.ByteString getMd5() { return md5_; } /** * optional bytes md5 = 6; */ public Builder setMd5(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; md5_ = value; onChanged(); return this; } /** * optional bytes md5 = 6; */ public Builder clearMd5() { bitField0_ = (bitField0_ & ~0x00000020); md5_ = getDefaultInstance().getMd5(); onChanged(); return this; } private int crc_ ; /** * optional uint32 crc = 7; */ public boolean hasCrc() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * optional uint32 crc = 7; */ public int getCrc() { return crc_; } /** * optional uint32 crc = 7; */ public Builder setCrc(int value) { bitField0_ |= 0x00000040; crc_ = value; onChanged(); return this; } /** * optional uint32 crc = 7; */ public Builder clearCrc() { bitField0_ = (bitField0_ & ~0x00000040); crc_ = 0; onChanged(); return this; } private int fileHashType_ ; /** * optional int32 file_hash_type = 8; */ public boolean hasFileHashType() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * optional int32 file_hash_type = 8; */ public int getFileHashType() { return fileHashType_; } /** * optional int32 file_hash_type = 8; */ public Builder setFileHashType(int value) { bitField0_ |= 0x00000080; fileHashType_ = value; onChanged(); return this; } /** * optional int32 file_hash_type = 8; */ public Builder clearFileHashType() { bitField0_ = (bitField0_ & ~0x00000080); fileHashType_ = 0; onChanged(); return this; } private int fileLen_ ; /** * optional int32 file_len = 9; */ public boolean hasFileLen() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * optional int32 file_len = 9; */ public int getFileLen() { return fileLen_; } /** * optional int32 file_len = 9; */ public Builder setFileLen(int value) { bitField0_ |= 0x00000100; fileLen_ = value; onChanged(); return this; } /** * optional int32 file_len = 9; */ public Builder clearFileLen() { bitField0_ = (bitField0_ & ~0x00000100); fileLen_ = 0; onChanged(); return this; } private int packFileId_ ; /** * optional int32 pack_file_id = 10; */ public boolean hasPackFileId() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * optional int32 pack_file_id = 10; */ public int getPackFileId() { return packFileId_; } /** * optional int32 pack_file_id = 10; */ public Builder setPackFileId(int value) { bitField0_ |= 0x00000200; packFileId_ = value; onChanged(); return this; } /** * optional int32 pack_file_id = 10; */ public Builder clearPackFileId() { bitField0_ = (bitField0_ & ~0x00000200); packFileId_ = 0; onChanged(); return this; } private int packFileNumber_ ; /** * optional int32 pack_file_number = 11; */ public boolean hasPackFileNumber() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * optional int32 pack_file_number = 11; */ public int getPackFileNumber() { return packFileNumber_; } /** * optional int32 pack_file_number = 11; */ public Builder setPackFileNumber(int value) { bitField0_ |= 0x00000400; packFileNumber_ = value; onChanged(); return this; } /** * optional int32 pack_file_number = 11; */ public Builder clearPackFileNumber() { bitField0_ = (bitField0_ & ~0x00000400); packFileNumber_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_FileCRCCheck) } static { defaultInstance = new CCLCMsg_FileCRCCheck(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_FileCRCCheck) } public interface CCLCMsg_LoadingProgressOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_LoadingProgress) com.google.protobuf.MessageOrBuilder { /** * optional int32 progress = 1; */ boolean hasProgress(); /** * optional int32 progress = 1; */ int getProgress(); } /** * Protobuf type {@code CCLCMsg_LoadingProgress} */ public static final class CCLCMsg_LoadingProgress extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_LoadingProgress) CCLCMsg_LoadingProgressOrBuilder { // Use CCLCMsg_LoadingProgress.newBuilder() to construct. private CCLCMsg_LoadingProgress(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_LoadingProgress(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_LoadingProgress defaultInstance; public static CCLCMsg_LoadingProgress getDefaultInstance() { return defaultInstance; } public CCLCMsg_LoadingProgress getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_LoadingProgress( 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; progress_ = 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_LoadingProgress_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_LoadingProgress_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_LoadingProgress parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_LoadingProgress(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int PROGRESS_FIELD_NUMBER = 1; private int progress_; /** * optional int32 progress = 1; */ public boolean hasProgress() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 progress = 1; */ public int getProgress() { return progress_; } private void initFields() { progress_ = 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, progress_); } 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, progress_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress 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.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress 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.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress 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 CCLCMsg_LoadingProgress} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_LoadingProgress) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgressOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_LoadingProgress_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_LoadingProgress_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress.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(); progress_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_LoadingProgress_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.progress_ = progress_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress.getDefaultInstance()) return this; if (other.hasProgress()) { setProgress(other.getProgress()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_LoadingProgress) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int progress_ ; /** * optional int32 progress = 1; */ public boolean hasProgress() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional int32 progress = 1; */ public int getProgress() { return progress_; } /** * optional int32 progress = 1; */ public Builder setProgress(int value) { bitField0_ |= 0x00000001; progress_ = value; onChanged(); return this; } /** * optional int32 progress = 1; */ public Builder clearProgress() { bitField0_ = (bitField0_ & ~0x00000001); progress_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_LoadingProgress) } static { defaultInstance = new CCLCMsg_LoadingProgress(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_LoadingProgress) } public interface CCLCMsg_SplitPlayerConnectOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_SplitPlayerConnect) com.google.protobuf.MessageOrBuilder { /** * optional .CMsg_CVars convars = 1; */ boolean hasConvars(); /** * optional .CMsg_CVars convars = 1; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars getConvars(); /** * optional .CMsg_CVars convars = 1; */ skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder getConvarsOrBuilder(); } /** * Protobuf type {@code CCLCMsg_SplitPlayerConnect} */ public static final class CCLCMsg_SplitPlayerConnect extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_SplitPlayerConnect) CCLCMsg_SplitPlayerConnectOrBuilder { // Use CCLCMsg_SplitPlayerConnect.newBuilder() to construct. private CCLCMsg_SplitPlayerConnect(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_SplitPlayerConnect(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_SplitPlayerConnect defaultInstance; public static CCLCMsg_SplitPlayerConnect getDefaultInstance() { return defaultInstance; } public CCLCMsg_SplitPlayerConnect getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CCLCMsg_SplitPlayerConnect( 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.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder subBuilder = null; if (((bitField0_ & 0x00000001) == 0x00000001)) { subBuilder = convars_.toBuilder(); } convars_ = input.readMessage(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.PARSER, extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(convars_); convars_ = subBuilder.buildPartial(); } bitField0_ |= 0x00000001; 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_SplitPlayerConnect_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_SplitPlayerConnect_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_SplitPlayerConnect parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_SplitPlayerConnect(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int CONVARS_FIELD_NUMBER = 1; private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars convars_; /** * optional .CMsg_CVars convars = 1; */ public boolean hasConvars() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars getConvars() { return convars_; } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder getConvarsOrBuilder() { return convars_; } private void initFields() { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); } 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, convars_); } 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, convars_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect 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.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect 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.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect 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 CCLCMsg_SplitPlayerConnect} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_SplitPlayerConnect) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnectOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_SplitPlayerConnect_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_SplitPlayerConnect_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getConvarsFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (convarsBuilder_ == null) { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); } else { convarsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_SplitPlayerConnect_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } if (convarsBuilder_ == null) { result.convars_ = convars_; } else { result.convars_ = convarsBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect.getDefaultInstance()) return this; if (other.hasConvars()) { mergeConvars(other.getConvars()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_SplitPlayerConnect) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder> convarsBuilder_; /** * optional .CMsg_CVars convars = 1; */ public boolean hasConvars() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars getConvars() { if (convarsBuilder_ == null) { return convars_; } else { return convarsBuilder_.getMessage(); } } /** * optional .CMsg_CVars convars = 1; */ public Builder setConvars(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars value) { if (convarsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } convars_ = value; onChanged(); } else { convarsBuilder_.setMessage(value); } bitField0_ |= 0x00000001; return this; } /** * optional .CMsg_CVars convars = 1; */ public Builder setConvars( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder builderForValue) { if (convarsBuilder_ == null) { convars_ = builderForValue.build(); onChanged(); } else { convarsBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; return this; } /** * optional .CMsg_CVars convars = 1; */ public Builder mergeConvars(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars value) { if (convarsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001) && convars_ != skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance()) { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.newBuilder(convars_).mergeFrom(value).buildPartial(); } else { convars_ = value; } onChanged(); } else { convarsBuilder_.mergeFrom(value); } bitField0_ |= 0x00000001; return this; } /** * optional .CMsg_CVars convars = 1; */ public Builder clearConvars() { if (convarsBuilder_ == null) { convars_ = skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.getDefaultInstance(); onChanged(); } else { convarsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder getConvarsBuilder() { bitField0_ |= 0x00000001; onChanged(); return getConvarsFieldBuilder().getBuilder(); } /** * optional .CMsg_CVars convars = 1; */ public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder getConvarsOrBuilder() { if (convarsBuilder_ != null) { return convarsBuilder_.getMessageOrBuilder(); } else { return convars_; } } /** * optional .CMsg_CVars convars = 1; */ private com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder> getConvarsFieldBuilder() { if (convarsBuilder_ == null) { convarsBuilder_ = new com.google.protobuf.SingleFieldBuilder< skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVars.Builder, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CMsg_CVarsOrBuilder>( getConvars(), getParentForChildren(), isClean()); convars_ = null; } return convarsBuilder_; } // @@protoc_insertion_point(builder_scope:CCLCMsg_SplitPlayerConnect) } static { defaultInstance = new CCLCMsg_SplitPlayerConnect(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_SplitPlayerConnect) } public interface CCLCMsg_CmdKeyValuesOrBuilder extends // @@protoc_insertion_point(interface_extends:CCLCMsg_CmdKeyValues) com.google.protobuf.MessageOrBuilder { /** * optional bytes keyvalues = 1; */ boolean hasKeyvalues(); /** * optional bytes keyvalues = 1; */ com.google.protobuf.ByteString getKeyvalues(); } /** * Protobuf type {@code CCLCMsg_CmdKeyValues} */ public static final class CCLCMsg_CmdKeyValues extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CCLCMsg_CmdKeyValues) CCLCMsg_CmdKeyValuesOrBuilder { // Use CCLCMsg_CmdKeyValues.newBuilder() to construct. private CCLCMsg_CmdKeyValues(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private CCLCMsg_CmdKeyValues(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CCLCMsg_CmdKeyValues defaultInstance; public static CCLCMsg_CmdKeyValues getDefaultInstance() { return defaultInstance; } public CCLCMsg_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 CCLCMsg_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; keyvalues_ = 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_CmdKeyValues_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_CmdKeyValues_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public CCLCMsg_CmdKeyValues parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CCLCMsg_CmdKeyValues(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; public static final int KEYVALUES_FIELD_NUMBER = 1; private com.google.protobuf.ByteString keyvalues_; /** * optional bytes keyvalues = 1; */ public boolean hasKeyvalues() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bytes keyvalues = 1; */ public com.google.protobuf.ByteString getKeyvalues() { return keyvalues_; } private void initFields() { keyvalues_ = 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, keyvalues_); } 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, keyvalues_); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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.csgo.proto.CsGoNetMessages.CCLCMsg_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 CCLCMsg_CmdKeyValues} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CCLCMsg_CmdKeyValues) skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValuesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_CmdKeyValues_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_CmdKeyValues_fieldAccessorTable .ensureFieldAccessorsInitialized( skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues.class, skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues.Builder.class); } // Construct using skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_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(); keyvalues_ = 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.csgo.proto.CsGoNetMessages.internal_static_CCLCMsg_CmdKeyValues_descriptor; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues getDefaultInstanceForType() { return skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues.getDefaultInstance(); } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues build() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues buildPartial() { skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues result = new skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.keyvalues_ = keyvalues_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues) { return mergeFrom((skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues other) { if (other == skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues.getDefaultInstance()) return this; if (other.hasKeyvalues()) { setKeyvalues(other.getKeyvalues()); } 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.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (skadistats.clarity.wire.csgo.proto.CsGoNetMessages.CCLCMsg_CmdKeyValues) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.ByteString keyvalues_ = com.google.protobuf.ByteString.EMPTY; /** * optional bytes keyvalues = 1; */ public boolean hasKeyvalues() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * optional bytes keyvalues = 1; */ public com.google.protobuf.ByteString getKeyvalues() { return keyvalues_; } /** * optional bytes keyvalues = 1; */ public Builder setKeyvalues(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; keyvalues_ = value; onChanged(); return this; } /** * optional bytes keyvalues = 1; */ public Builder clearKeyvalues() { bitField0_ = (bitField0_ & ~0x00000001); keyvalues_ = getDefaultInstance().getKeyvalues(); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:CCLCMsg_CmdKeyValues) } static { defaultInstance = new CCLCMsg_CmdKeyValues(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:CCLCMsg_CmdKeyValues) } private static final com.google.protobuf.Descriptors.Descriptor internal_static_CSVCMsg_ServerInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CSVCMsg_ServerInfo_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_EncryptedData_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CSVCMsg_EncryptedData_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CMsgQAngle_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CMsgQAngle_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CSVCMsg_FixAngle_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CSVCMsg_FixAngle_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CSVCMsg_HltvReplay_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CSVCMsg_HltvReplay_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CMsg_CVars_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CMsg_CVars_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CMsg_CVars_CVar_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CMsg_CVars_CVar_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CNETMsg_SetConVar_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CNETMsg_SetConVar_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CNETMsg_Disconnect_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CNETMsg_Disconnect_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_ClientInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_ClientInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_Move_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_Move_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_VoiceData_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_VoiceData_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_BaselineAck_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_BaselineAck_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_ListenEvents_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_ListenEvents_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_RespondCvarValue_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_RespondCvarValue_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_FileCRCCheck_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_FileCRCCheck_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_LoadingProgress_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_LoadingProgress_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_SplitPlayerConnect_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_SplitPlayerConnect_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_CCLCMsg_CmdKeyValues_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CCLCMsg_CmdKeyValues_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\026csgo_netmessages.proto\"\327\003\n\022CSVCMsg_Ser" + "verInfo\022\020\n\010protocol\030\001 \001(\005\022\024\n\014server_coun" + "t\030\002 \001(\005\022\024\n\014is_dedicated\030\003 \001(\010\022 \n\030is_offi" + "cial_valve_server\030\004 \001(\010\022\017\n\007is_hltv\030\005 \001(\010" + "\022\021\n\tis_replay\030\006 \001(\010\022%\n\035is_redirecting_to" + "_proxy_relay\030\025 \001(\010\022\014\n\004c_os\030\007 \001(\005\022\017\n\007map_" + "crc\030\010 \001(\007\022\022\n\nclient_crc\030\t \001(\007\022\030\n\020string_" + "table_crc\030\n \001(\007\022\023\n\013max_clients\030\013 \001(\005\022\023\n\013" + "max_classes\030\014 \001(\005\022\023\n\013player_slot\030\r \001(\005\022\025" + "\n\rtick_interval\030\016 \001(\002\022\020\n\010game_dir\030\017 \001(\t\022", "\020\n\010map_name\030\020 \001(\t\022\026\n\016map_group_name\030\021 \001(" + "\t\022\020\n\010sky_name\030\022 \001(\t\022\021\n\thost_name\030\023 \001(\t\022\022" + "\n\nugc_map_id\030\026 \001(\004\")\n\024CSVCMsg_CmdKeyValu" + "es\022\021\n\tkeyvalues\030\001 \001(\014\"<\n\025CSVCMsg_Encrypt" + "edData\022\021\n\tencrypted\030\001 \001(\014\022\020\n\010key_type\030\002 " + "\001(\005\"-\n\nCMsgQAngle\022\t\n\001x\030\001 \001(\002\022\t\n\001y\030\002 \001(\002\022" + "\t\n\001z\030\003 \001(\002\"@\n\020CSVCMsg_FixAngle\022\020\n\010relati" + "ve\030\001 \001(\010\022\032\n\005angle\030\002 \001(\0132\013.CMsgQAngle\"\306\001\n" + "\022CSVCMsg_HltvReplay\022\r\n\005delay\030\001 \001(\005\022\026\n\016pr" + "imary_target\030\002 \001(\005\022\026\n\016replay_stop_at\030\003 \001", "(\005\022\027\n\017replay_start_at\030\004 \001(\005\022\035\n\025replay_sl" + "owdown_begin\030\005 \001(\005\022\033\n\023replay_slowdown_en" + "d\030\006 \001(\005\022\034\n\024replay_slowdown_rate\030\007 \001(\002\"k\n" + "\nCMsg_CVars\022\037\n\005cvars\030\001 \003(\0132\020.CMsg_CVars." + "CVar\032<\n\004CVar\022\014\n\004name\030\001 \001(\t\022\r\n\005value\030\002 \001(" + "\t\022\027\n\017dictionary_name\030\003 \001(\r\"1\n\021CNETMsg_Se" + "tConVar\022\034\n\007convars\030\001 \001(\0132\013.CMsg_CVars\"\"\n" + "\022CNETMsg_Disconnect\022\014\n\004text\030\001 \001(\t\"\246\001\n\022CC" + "LCMsg_ClientInfo\022\026\n\016send_table_crc\030\001 \001(\007" + "\022\024\n\014server_count\030\002 \001(\r\022\017\n\007is_hltv\030\003 \001(\010\022", "\021\n\tis_replay\030\004 \001(\010\022\022\n\nfriends_id\030\005 \001(\r\022\024" + "\n\014friends_name\030\006 \001(\t\022\024\n\014custom_files\030\007 \003" + "(\007\"S\n\014CCLCMsg_Move\022\033\n\023num_backup_command" + "s\030\001 \001(\r\022\030\n\020num_new_commands\030\002 \001(\r\022\014\n\004dat" + "a\030\003 \001(\014\"\300\001\n\021CCLCMsg_VoiceData\022\014\n\004data\030\001 " + "\001(\014\022\014\n\004xuid\030\002 \001(\006\022;\n\006format\030\003 \001(\0162\022.Voic" + "eDataFormat_t:\027VOICEDATA_FORMAT_ENGINE\022\026" + "\n\016sequence_bytes\030\004 \001(\005\022\026\n\016section_number" + "\030\005 \001(\r\022\"\n\032uncompressed_sample_offset\030\006 \001" + "(\r\"A\n\023CCLCMsg_BaselineAck\022\025\n\rbaseline_ti", "ck\030\001 \001(\005\022\023\n\013baseline_nr\030\002 \001(\005\"*\n\024CCLCMsg" + "_ListenEvents\022\022\n\nevent_mask\030\001 \003(\007\"\\\n\030CCL" + "CMsg_RespondCvarValue\022\016\n\006cookie\030\001 \001(\005\022\023\n" + "\013status_code\030\002 \001(\005\022\014\n\004name\030\003 \001(\t\022\r\n\005valu" + "e\030\004 \001(\t\"\353\001\n\024CCLCMsg_FileCRCCheck\022\021\n\tcode" + "_path\030\001 \001(\005\022\014\n\004path\030\002 \001(\t\022\025\n\rcode_filena" + "me\030\003 \001(\005\022\020\n\010filename\030\004 \001(\t\022\025\n\rfile_fract" + "ion\030\005 \001(\005\022\013\n\003md5\030\006 \001(\014\022\013\n\003crc\030\007 \001(\r\022\026\n\016f" + "ile_hash_type\030\010 \001(\005\022\020\n\010file_len\030\t \001(\005\022\024\n" + "\014pack_file_id\030\n \001(\005\022\030\n\020pack_file_number\030", "\013 \001(\005\"+\n\027CCLCMsg_LoadingProgress\022\020\n\010prog" + "ress\030\001 \001(\005\":\n\032CCLCMsg_SplitPlayerConnect" + "\022\034\n\007convars\030\001 \001(\0132\013.CMsg_CVars\")\n\024CCLCMs" + "g_CmdKeyValues\022\021\n\tkeyvalues\030\001 \001(\014*\224\002\n\014CL" + "C_Messages\022\022\n\016clc_ClientInfo\020\010\022\014\n\010clc_Mo" + "ve\020\t\022\021\n\rclc_VoiceData\020\n\022\023\n\017clc_BaselineA" + "ck\020\013\022\024\n\020clc_ListenEvents\020\014\022\030\n\024clc_Respon" + "dCvarValue\020\r\022\024\n\020clc_FileCRCCheck\020\016\022\027\n\023cl" + "c_LoadingProgress\020\017\022\032\n\026clc_SplitPlayerCo" + "nnect\020\020\022\025\n\021clc_ClientMessage\020\021\022\024\n\020clc_Cm", "dKeyValues\020\022\022\022\n\016clc_HltvReplay\020\024*\233\001\n\021SVC" + "_Messages_CsGo\022\024\n\020svc_GetCvarValue\020\037\022\024\n\020" + "svc_PaintmapData\020!\022\024\n\020svc_CmdKeyValues\020\"" + "\022\025\n\021svc_EncryptedData\020#\022\022\n\016svc_HltvRepla" + "y\020$\022\031\n\025svc_Broadcast_Command\020&*L\n\021VoiceD" + "ataFormat_t\022\032\n\026VOICEDATA_FORMAT_STEAM\020\000\022" + "\033\n\027VOICEDATA_FORMAT_ENGINE\020\001B8\n\"skadista" + "ts.clarity.wire.csgo.protoB\017CsGoNetMessa" + "ges\200\001\000" }; 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[] { }, assigner); internal_static_CSVCMsg_ServerInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CSVCMsg_ServerInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CSVCMsg_ServerInfo_descriptor, new java.lang.String[] { "Protocol", "ServerCount", "IsDedicated", "IsOfficialValveServer", "IsHltv", "IsReplay", "IsRedirectingToProxyRelay", "COs", "MapCrc", "ClientCrc", "StringTableCrc", "MaxClients", "MaxClasses", "PlayerSlot", "TickInterval", "GameDir", "MapName", "MapGroupName", "SkyName", "HostName", "UgcMapId", }); internal_static_CSVCMsg_CmdKeyValues_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_CSVCMsg_CmdKeyValues_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CSVCMsg_CmdKeyValues_descriptor, new java.lang.String[] { "Keyvalues", }); internal_static_CSVCMsg_EncryptedData_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_CSVCMsg_EncryptedData_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CSVCMsg_EncryptedData_descriptor, new java.lang.String[] { "Encrypted", "KeyType", }); internal_static_CMsgQAngle_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_CMsgQAngle_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CMsgQAngle_descriptor, new java.lang.String[] { "X", "Y", "Z", }); internal_static_CSVCMsg_FixAngle_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_CSVCMsg_FixAngle_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CSVCMsg_FixAngle_descriptor, new java.lang.String[] { "Relative", "Angle", }); internal_static_CSVCMsg_HltvReplay_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_CSVCMsg_HltvReplay_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CSVCMsg_HltvReplay_descriptor, new java.lang.String[] { "Delay", "PrimaryTarget", "ReplayStopAt", "ReplayStartAt", "ReplaySlowdownBegin", "ReplaySlowdownEnd", "ReplaySlowdownRate", }); internal_static_CMsg_CVars_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_CMsg_CVars_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CMsg_CVars_descriptor, new java.lang.String[] { "Cvars", }); internal_static_CMsg_CVars_CVar_descriptor = internal_static_CMsg_CVars_descriptor.getNestedTypes().get(0); internal_static_CMsg_CVars_CVar_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CMsg_CVars_CVar_descriptor, new java.lang.String[] { "Name", "Value", "DictionaryName", }); internal_static_CNETMsg_SetConVar_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_CNETMsg_SetConVar_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CNETMsg_SetConVar_descriptor, new java.lang.String[] { "Convars", }); internal_static_CNETMsg_Disconnect_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_CNETMsg_Disconnect_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CNETMsg_Disconnect_descriptor, new java.lang.String[] { "Text", }); internal_static_CCLCMsg_ClientInfo_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_CCLCMsg_ClientInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_ClientInfo_descriptor, new java.lang.String[] { "SendTableCrc", "ServerCount", "IsHltv", "IsReplay", "FriendsId", "FriendsName", "CustomFiles", }); internal_static_CCLCMsg_Move_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_CCLCMsg_Move_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_Move_descriptor, new java.lang.String[] { "NumBackupCommands", "NumNewCommands", "Data", }); internal_static_CCLCMsg_VoiceData_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_CCLCMsg_VoiceData_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_VoiceData_descriptor, new java.lang.String[] { "Data", "Xuid", "Format", "SequenceBytes", "SectionNumber", "UncompressedSampleOffset", }); internal_static_CCLCMsg_BaselineAck_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_CCLCMsg_BaselineAck_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_BaselineAck_descriptor, new java.lang.String[] { "BaselineTick", "BaselineNr", }); internal_static_CCLCMsg_ListenEvents_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_CCLCMsg_ListenEvents_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_ListenEvents_descriptor, new java.lang.String[] { "EventMask", }); internal_static_CCLCMsg_RespondCvarValue_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_CCLCMsg_RespondCvarValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_RespondCvarValue_descriptor, new java.lang.String[] { "Cookie", "StatusCode", "Name", "Value", }); internal_static_CCLCMsg_FileCRCCheck_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_CCLCMsg_FileCRCCheck_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_FileCRCCheck_descriptor, new java.lang.String[] { "CodePath", "Path", "CodeFilename", "Filename", "FileFraction", "Md5", "Crc", "FileHashType", "FileLen", "PackFileId", "PackFileNumber", }); internal_static_CCLCMsg_LoadingProgress_descriptor = getDescriptor().getMessageTypes().get(16); internal_static_CCLCMsg_LoadingProgress_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_LoadingProgress_descriptor, new java.lang.String[] { "Progress", }); internal_static_CCLCMsg_SplitPlayerConnect_descriptor = getDescriptor().getMessageTypes().get(17); internal_static_CCLCMsg_SplitPlayerConnect_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_SplitPlayerConnect_descriptor, new java.lang.String[] { "Convars", }); internal_static_CCLCMsg_CmdKeyValues_descriptor = getDescriptor().getMessageTypes().get(18); internal_static_CCLCMsg_CmdKeyValues_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CCLCMsg_CmdKeyValues_descriptor, new java.lang.String[] { "Keyvalues", }); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy