skadistats.clarity.wire.s2.proto.S2NetMessages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clarity-protobuf Show documentation
Show all versions of clarity-protobuf Show documentation
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.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: s2_netmessages.proto
package skadistats.clarity.wire.s2.proto;
public final class S2NetMessages {
private S2NetMessages() {}
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 = 20;
*/
clc_ClientInfo(0, 20),
/**
* clc_Move = 21;
*/
clc_Move(1, 21),
/**
* clc_VoiceData = 22;
*/
clc_VoiceData(2, 22),
/**
* clc_BaselineAck = 23;
*/
clc_BaselineAck(3, 23),
/**
* clc_ListenEvents = 24;
*/
clc_ListenEvents(4, 24),
/**
* clc_RespondCvarValue = 25;
*/
clc_RespondCvarValue(5, 25),
/**
* clc_FileCRCCheck = 26;
*/
clc_FileCRCCheck(6, 26),
/**
* clc_LoadingProgress = 27;
*/
clc_LoadingProgress(7, 27),
/**
* clc_SplitPlayerConnect = 28;
*/
clc_SplitPlayerConnect(8, 28),
/**
* clc_ClientMessage = 29;
*/
clc_ClientMessage(9, 29),
/**
* clc_SplitPlayerDisconnect = 30;
*/
clc_SplitPlayerDisconnect(10, 30),
/**
* clc_ServerStatus = 31;
*/
clc_ServerStatus(11, 31),
/**
* clc_ServerPing = 32;
*/
clc_ServerPing(12, 32),
/**
* clc_RequestPause = 33;
*/
clc_RequestPause(13, 33),
/**
* clc_CmdKeyValues = 34;
*/
clc_CmdKeyValues(14, 34),
;
/**
* clc_ClientInfo = 20;
*/
public static final int clc_ClientInfo_VALUE = 20;
/**
* clc_Move = 21;
*/
public static final int clc_Move_VALUE = 21;
/**
* clc_VoiceData = 22;
*/
public static final int clc_VoiceData_VALUE = 22;
/**
* clc_BaselineAck = 23;
*/
public static final int clc_BaselineAck_VALUE = 23;
/**
* clc_ListenEvents = 24;
*/
public static final int clc_ListenEvents_VALUE = 24;
/**
* clc_RespondCvarValue = 25;
*/
public static final int clc_RespondCvarValue_VALUE = 25;
/**
* clc_FileCRCCheck = 26;
*/
public static final int clc_FileCRCCheck_VALUE = 26;
/**
* clc_LoadingProgress = 27;
*/
public static final int clc_LoadingProgress_VALUE = 27;
/**
* clc_SplitPlayerConnect = 28;
*/
public static final int clc_SplitPlayerConnect_VALUE = 28;
/**
* clc_ClientMessage = 29;
*/
public static final int clc_ClientMessage_VALUE = 29;
/**
* clc_SplitPlayerDisconnect = 30;
*/
public static final int clc_SplitPlayerDisconnect_VALUE = 30;
/**
* clc_ServerStatus = 31;
*/
public static final int clc_ServerStatus_VALUE = 31;
/**
* clc_ServerPing = 32;
*/
public static final int clc_ServerPing_VALUE = 32;
/**
* clc_RequestPause = 33;
*/
public static final int clc_RequestPause_VALUE = 33;
/**
* clc_CmdKeyValues = 34;
*/
public static final int clc_CmdKeyValues_VALUE = 34;
public final int getNumber() { return value; }
public static CLC_Messages valueOf(int value) {
switch (value) {
case 20: return clc_ClientInfo;
case 21: return clc_Move;
case 22: return clc_VoiceData;
case 23: return clc_BaselineAck;
case 24: return clc_ListenEvents;
case 25: return clc_RespondCvarValue;
case 26: return clc_FileCRCCheck;
case 27: return clc_LoadingProgress;
case 28: return clc_SplitPlayerConnect;
case 29: return clc_ClientMessage;
case 30: return clc_SplitPlayerDisconnect;
case 31: return clc_ServerStatus;
case 32: return clc_ServerPing;
case 33: return clc_RequestPause;
case 34: return clc_CmdKeyValues;
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.s2.proto.S2NetMessages.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}
*/
public enum SVC_Messages
implements com.google.protobuf.ProtocolMessageEnum {
/**
* svc_ServerInfo = 40;
*/
svc_ServerInfo(0, 40),
/**
* svc_FlattenedSerializer = 41;
*/
svc_FlattenedSerializer(1, 41),
/**
* svc_ClassInfo = 42;
*/
svc_ClassInfo(2, 42),
/**
* svc_SetPause = 43;
*/
svc_SetPause(3, 43),
/**
* svc_CreateStringTable = 44;
*/
svc_CreateStringTable(4, 44),
/**
* svc_UpdateStringTable = 45;
*/
svc_UpdateStringTable(5, 45),
/**
* svc_VoiceInit = 46;
*/
svc_VoiceInit(6, 46),
/**
* svc_VoiceData = 47;
*/
svc_VoiceData(7, 47),
/**
* svc_Print = 48;
*/
svc_Print(8, 48),
/**
* svc_Sounds = 49;
*/
svc_Sounds(9, 49),
/**
* svc_SetView = 50;
*/
svc_SetView(10, 50),
/**
* svc_ClearAllStringTables = 51;
*/
svc_ClearAllStringTables(11, 51),
/**
* svc_CmdKeyValues = 52;
*/
svc_CmdKeyValues(12, 52),
/**
* svc_BSPDecal = 53;
*/
svc_BSPDecal(13, 53),
/**
* svc_SplitScreen = 54;
*/
svc_SplitScreen(14, 54),
/**
* svc_PacketEntities = 55;
*/
svc_PacketEntities(15, 55),
/**
* svc_Prefetch = 56;
*/
svc_Prefetch(16, 56),
/**
* svc_Menu = 57;
*/
svc_Menu(17, 57),
/**
* svc_GetCvarValue = 58;
*/
svc_GetCvarValue(18, 58),
/**
* svc_StopSound = 59;
*/
svc_StopSound(19, 59),
/**
* svc_PeerList = 60;
*/
svc_PeerList(20, 60),
/**
* svc_PacketReliable = 61;
*/
svc_PacketReliable(21, 61),
/**
* svc_HLTVStatus = 62;
*/
svc_HLTVStatus(22, 62),
/**
* svc_ServerSteamID = 63;
*/
svc_ServerSteamID(23, 63),
/**
* svc_FullFrameSplit = 70;
*/
svc_FullFrameSplit(24, 70),
;
/**
* svc_ServerInfo = 40;
*/
public static final int svc_ServerInfo_VALUE = 40;
/**
* svc_FlattenedSerializer = 41;
*/
public static final int svc_FlattenedSerializer_VALUE = 41;
/**
* svc_ClassInfo = 42;
*/
public static final int svc_ClassInfo_VALUE = 42;
/**
* svc_SetPause = 43;
*/
public static final int svc_SetPause_VALUE = 43;
/**
* svc_CreateStringTable = 44;
*/
public static final int svc_CreateStringTable_VALUE = 44;
/**
* svc_UpdateStringTable = 45;
*/
public static final int svc_UpdateStringTable_VALUE = 45;
/**
* svc_VoiceInit = 46;
*/
public static final int svc_VoiceInit_VALUE = 46;
/**
* svc_VoiceData = 47;
*/
public static final int svc_VoiceData_VALUE = 47;
/**
* svc_Print = 48;
*/
public static final int svc_Print_VALUE = 48;
/**
* svc_Sounds = 49;
*/
public static final int svc_Sounds_VALUE = 49;
/**
* svc_SetView = 50;
*/
public static final int svc_SetView_VALUE = 50;
/**
* svc_ClearAllStringTables = 51;
*/
public static final int svc_ClearAllStringTables_VALUE = 51;
/**
* svc_CmdKeyValues = 52;
*/
public static final int svc_CmdKeyValues_VALUE = 52;
/**
* svc_BSPDecal = 53;
*/
public static final int svc_BSPDecal_VALUE = 53;
/**
* svc_SplitScreen = 54;
*/
public static final int svc_SplitScreen_VALUE = 54;
/**
* svc_PacketEntities = 55;
*/
public static final int svc_PacketEntities_VALUE = 55;
/**
* svc_Prefetch = 56;
*/
public static final int svc_Prefetch_VALUE = 56;
/**
* svc_Menu = 57;
*/
public static final int svc_Menu_VALUE = 57;
/**
* svc_GetCvarValue = 58;
*/
public static final int svc_GetCvarValue_VALUE = 58;
/**
* svc_StopSound = 59;
*/
public static final int svc_StopSound_VALUE = 59;
/**
* svc_PeerList = 60;
*/
public static final int svc_PeerList_VALUE = 60;
/**
* svc_PacketReliable = 61;
*/
public static final int svc_PacketReliable_VALUE = 61;
/**
* svc_HLTVStatus = 62;
*/
public static final int svc_HLTVStatus_VALUE = 62;
/**
* svc_ServerSteamID = 63;
*/
public static final int svc_ServerSteamID_VALUE = 63;
/**
* svc_FullFrameSplit = 70;
*/
public static final int svc_FullFrameSplit_VALUE = 70;
public final int getNumber() { return value; }
public static SVC_Messages valueOf(int value) {
switch (value) {
case 40: return svc_ServerInfo;
case 41: return svc_FlattenedSerializer;
case 42: return svc_ClassInfo;
case 43: return svc_SetPause;
case 44: return svc_CreateStringTable;
case 45: return svc_UpdateStringTable;
case 46: return svc_VoiceInit;
case 47: return svc_VoiceData;
case 48: return svc_Print;
case 49: return svc_Sounds;
case 50: return svc_SetView;
case 51: return svc_ClearAllStringTables;
case 52: return svc_CmdKeyValues;
case 53: return svc_BSPDecal;
case 54: return svc_SplitScreen;
case 55: return svc_PacketEntities;
case 56: return svc_Prefetch;
case 57: return svc_Menu;
case 58: return svc_GetCvarValue;
case 59: return svc_StopSound;
case 60: return svc_PeerList;
case 61: return svc_PacketReliable;
case 62: return svc_HLTVStatus;
case 63: return svc_ServerSteamID;
case 70: return svc_FullFrameSplit;
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 findValueByNumber(int number) {
return SVC_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.s2.proto.S2NetMessages.getDescriptor().getEnumTypes().get(1);
}
private static final SVC_Messages[] VALUES = values();
public static SVC_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 SVC_Messages(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:SVC_Messages)
}
public interface CSVCMsg_CreateStringTableOrBuilder extends
// @@protoc_insertion_point(interface_extends:CSVCMsg_CreateStringTable)
com.google.protobuf.MessageOrBuilder {
/**
* optional string name = 1;
*/
boolean hasName();
/**
* optional string name = 1;
*/
java.lang.String getName();
/**
* optional string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional int32 num_entries = 2;
*/
boolean hasNumEntries();
/**
* optional int32 num_entries = 2;
*/
int getNumEntries();
/**
* optional bool user_data_fixed_size = 3;
*/
boolean hasUserDataFixedSize();
/**
* optional bool user_data_fixed_size = 3;
*/
boolean getUserDataFixedSize();
/**
* optional int32 user_data_size = 4;
*/
boolean hasUserDataSize();
/**
* optional int32 user_data_size = 4;
*/
int getUserDataSize();
/**
* optional int32 user_data_size_bits = 5;
*/
boolean hasUserDataSizeBits();
/**
* optional int32 user_data_size_bits = 5;
*/
int getUserDataSizeBits();
/**
* optional int32 flags = 6;
*/
boolean hasFlags();
/**
* optional int32 flags = 6;
*/
int getFlags();
/**
* optional bytes string_data = 7;
*/
boolean hasStringData();
/**
* optional bytes string_data = 7;
*/
com.google.protobuf.ByteString getStringData();
/**
* optional int32 uncompressed_size = 8;
*/
boolean hasUncompressedSize();
/**
* optional int32 uncompressed_size = 8;
*/
int getUncompressedSize();
/**
* optional bool data_compressed = 9;
*/
boolean hasDataCompressed();
/**
* optional bool data_compressed = 9;
*/
boolean getDataCompressed();
}
/**
* Protobuf type {@code CSVCMsg_CreateStringTable}
*/
public static final class CSVCMsg_CreateStringTable extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CSVCMsg_CreateStringTable)
CSVCMsg_CreateStringTableOrBuilder {
// Use CSVCMsg_CreateStringTable.newBuilder() to construct.
private CSVCMsg_CreateStringTable(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CSVCMsg_CreateStringTable(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CSVCMsg_CreateStringTable defaultInstance;
public static CSVCMsg_CreateStringTable getDefaultInstance() {
return defaultInstance;
}
public CSVCMsg_CreateStringTable getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CSVCMsg_CreateStringTable(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000001;
name_ = bs;
break;
}
case 16: {
bitField0_ |= 0x00000002;
numEntries_ = input.readInt32();
break;
}
case 24: {
bitField0_ |= 0x00000004;
userDataFixedSize_ = input.readBool();
break;
}
case 32: {
bitField0_ |= 0x00000008;
userDataSize_ = input.readInt32();
break;
}
case 40: {
bitField0_ |= 0x00000010;
userDataSizeBits_ = input.readInt32();
break;
}
case 48: {
bitField0_ |= 0x00000020;
flags_ = input.readInt32();
break;
}
case 58: {
bitField0_ |= 0x00000040;
stringData_ = input.readBytes();
break;
}
case 64: {
bitField0_ |= 0x00000080;
uncompressedSize_ = input.readInt32();
break;
}
case 72: {
bitField0_ |= 0x00000100;
dataCompressed_ = input.readBool();
break;
}
}
}
} 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.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CSVCMsg_CreateStringTable parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CSVCMsg_CreateStringTable(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
private java.lang.Object name_;
/**
* optional string name = 1;
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
}
}
/**
* optional string name = 1;
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NUM_ENTRIES_FIELD_NUMBER = 2;
private int numEntries_;
/**
* optional int32 num_entries = 2;
*/
public boolean hasNumEntries() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 num_entries = 2;
*/
public int getNumEntries() {
return numEntries_;
}
public static final int USER_DATA_FIXED_SIZE_FIELD_NUMBER = 3;
private boolean userDataFixedSize_;
/**
* optional bool user_data_fixed_size = 3;
*/
public boolean hasUserDataFixedSize() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional bool user_data_fixed_size = 3;
*/
public boolean getUserDataFixedSize() {
return userDataFixedSize_;
}
public static final int USER_DATA_SIZE_FIELD_NUMBER = 4;
private int userDataSize_;
/**
* optional int32 user_data_size = 4;
*/
public boolean hasUserDataSize() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional int32 user_data_size = 4;
*/
public int getUserDataSize() {
return userDataSize_;
}
public static final int USER_DATA_SIZE_BITS_FIELD_NUMBER = 5;
private int userDataSizeBits_;
/**
* optional int32 user_data_size_bits = 5;
*/
public boolean hasUserDataSizeBits() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional int32 user_data_size_bits = 5;
*/
public int getUserDataSizeBits() {
return userDataSizeBits_;
}
public static final int FLAGS_FIELD_NUMBER = 6;
private int flags_;
/**
* optional int32 flags = 6;
*/
public boolean hasFlags() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional int32 flags = 6;
*/
public int getFlags() {
return flags_;
}
public static final int STRING_DATA_FIELD_NUMBER = 7;
private com.google.protobuf.ByteString stringData_;
/**
* optional bytes string_data = 7;
*/
public boolean hasStringData() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional bytes string_data = 7;
*/
public com.google.protobuf.ByteString getStringData() {
return stringData_;
}
public static final int UNCOMPRESSED_SIZE_FIELD_NUMBER = 8;
private int uncompressedSize_;
/**
* optional int32 uncompressed_size = 8;
*/
public boolean hasUncompressedSize() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional int32 uncompressed_size = 8;
*/
public int getUncompressedSize() {
return uncompressedSize_;
}
public static final int DATA_COMPRESSED_FIELD_NUMBER = 9;
private boolean dataCompressed_;
/**
* optional bool data_compressed = 9;
*/
public boolean hasDataCompressed() {
return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* optional bool data_compressed = 9;
*/
public boolean getDataCompressed() {
return dataCompressed_;
}
private void initFields() {
name_ = "";
numEntries_ = 0;
userDataFixedSize_ = false;
userDataSize_ = 0;
userDataSizeBits_ = 0;
flags_ = 0;
stringData_ = com.google.protobuf.ByteString.EMPTY;
uncompressedSize_ = 0;
dataCompressed_ = false;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getNameBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeInt32(2, numEntries_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeBool(3, userDataFixedSize_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeInt32(4, userDataSize_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
output.writeInt32(5, userDataSizeBits_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
output.writeInt32(6, flags_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
output.writeBytes(7, stringData_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
output.writeInt32(8, uncompressedSize_);
}
if (((bitField0_ & 0x00000100) == 0x00000100)) {
output.writeBool(9, dataCompressed_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getNameBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, numEntries_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(3, userDataFixedSize_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(4, userDataSize_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(5, userDataSizeBits_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(6, flags_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(7, stringData_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(8, uncompressedSize_);
}
if (((bitField0_ & 0x00000100) == 0x00000100)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(9, dataCompressed_);
}
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.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CSVCMsg_CreateStringTable}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CSVCMsg_CreateStringTable)
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTableOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
name_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
numEntries_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
userDataFixedSize_ = false;
bitField0_ = (bitField0_ & ~0x00000004);
userDataSize_ = 0;
bitField0_ = (bitField0_ & ~0x00000008);
userDataSizeBits_ = 0;
bitField0_ = (bitField0_ & ~0x00000010);
flags_ = 0;
bitField0_ = (bitField0_ & ~0x00000020);
stringData_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000040);
uncompressedSize_ = 0;
bitField0_ = (bitField0_ & ~0x00000080);
dataCompressed_ = false;
bitField0_ = (bitField0_ & ~0x00000100);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_CreateStringTable_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.name_ = name_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.numEntries_ = numEntries_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.userDataFixedSize_ = userDataFixedSize_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.userDataSize_ = userDataSize_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
result.userDataSizeBits_ = userDataSizeBits_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000020;
}
result.flags_ = flags_;
if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
to_bitField0_ |= 0x00000040;
}
result.stringData_ = stringData_;
if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
to_bitField0_ |= 0x00000080;
}
result.uncompressedSize_ = uncompressedSize_;
if (((from_bitField0_ & 0x00000100) == 0x00000100)) {
to_bitField0_ |= 0x00000100;
}
result.dataCompressed_ = dataCompressed_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable.getDefaultInstance()) return this;
if (other.hasName()) {
bitField0_ |= 0x00000001;
name_ = other.name_;
onChanged();
}
if (other.hasNumEntries()) {
setNumEntries(other.getNumEntries());
}
if (other.hasUserDataFixedSize()) {
setUserDataFixedSize(other.getUserDataFixedSize());
}
if (other.hasUserDataSize()) {
setUserDataSize(other.getUserDataSize());
}
if (other.hasUserDataSizeBits()) {
setUserDataSizeBits(other.getUserDataSizeBits());
}
if (other.hasFlags()) {
setFlags(other.getFlags());
}
if (other.hasStringData()) {
setStringData(other.getStringData());
}
if (other.hasUncompressedSize()) {
setUncompressedSize(other.getUncompressedSize());
}
if (other.hasDataCompressed()) {
setDataCompressed(other.getDataCompressed());
}
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.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_CreateStringTable) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object name_ = "";
/**
* optional string name = 1;
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string name = 1;
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string name = 1;
*/
public Builder setName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
name_ = value;
onChanged();
return this;
}
/**
* optional string name = 1;
*/
public Builder clearName() {
bitField0_ = (bitField0_ & ~0x00000001);
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
* optional string name = 1;
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
name_ = value;
onChanged();
return this;
}
private int numEntries_ ;
/**
* optional int32 num_entries = 2;
*/
public boolean hasNumEntries() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 num_entries = 2;
*/
public int getNumEntries() {
return numEntries_;
}
/**
* optional int32 num_entries = 2;
*/
public Builder setNumEntries(int value) {
bitField0_ |= 0x00000002;
numEntries_ = value;
onChanged();
return this;
}
/**
* optional int32 num_entries = 2;
*/
public Builder clearNumEntries() {
bitField0_ = (bitField0_ & ~0x00000002);
numEntries_ = 0;
onChanged();
return this;
}
private boolean userDataFixedSize_ ;
/**
* optional bool user_data_fixed_size = 3;
*/
public boolean hasUserDataFixedSize() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional bool user_data_fixed_size = 3;
*/
public boolean getUserDataFixedSize() {
return userDataFixedSize_;
}
/**
* optional bool user_data_fixed_size = 3;
*/
public Builder setUserDataFixedSize(boolean value) {
bitField0_ |= 0x00000004;
userDataFixedSize_ = value;
onChanged();
return this;
}
/**
* optional bool user_data_fixed_size = 3;
*/
public Builder clearUserDataFixedSize() {
bitField0_ = (bitField0_ & ~0x00000004);
userDataFixedSize_ = false;
onChanged();
return this;
}
private int userDataSize_ ;
/**
* optional int32 user_data_size = 4;
*/
public boolean hasUserDataSize() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional int32 user_data_size = 4;
*/
public int getUserDataSize() {
return userDataSize_;
}
/**
* optional int32 user_data_size = 4;
*/
public Builder setUserDataSize(int value) {
bitField0_ |= 0x00000008;
userDataSize_ = value;
onChanged();
return this;
}
/**
* optional int32 user_data_size = 4;
*/
public Builder clearUserDataSize() {
bitField0_ = (bitField0_ & ~0x00000008);
userDataSize_ = 0;
onChanged();
return this;
}
private int userDataSizeBits_ ;
/**
* optional int32 user_data_size_bits = 5;
*/
public boolean hasUserDataSizeBits() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional int32 user_data_size_bits = 5;
*/
public int getUserDataSizeBits() {
return userDataSizeBits_;
}
/**
* optional int32 user_data_size_bits = 5;
*/
public Builder setUserDataSizeBits(int value) {
bitField0_ |= 0x00000010;
userDataSizeBits_ = value;
onChanged();
return this;
}
/**
* optional int32 user_data_size_bits = 5;
*/
public Builder clearUserDataSizeBits() {
bitField0_ = (bitField0_ & ~0x00000010);
userDataSizeBits_ = 0;
onChanged();
return this;
}
private int flags_ ;
/**
* optional int32 flags = 6;
*/
public boolean hasFlags() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional int32 flags = 6;
*/
public int getFlags() {
return flags_;
}
/**
* optional int32 flags = 6;
*/
public Builder setFlags(int value) {
bitField0_ |= 0x00000020;
flags_ = value;
onChanged();
return this;
}
/**
* optional int32 flags = 6;
*/
public Builder clearFlags() {
bitField0_ = (bitField0_ & ~0x00000020);
flags_ = 0;
onChanged();
return this;
}
private com.google.protobuf.ByteString stringData_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes string_data = 7;
*/
public boolean hasStringData() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional bytes string_data = 7;
*/
public com.google.protobuf.ByteString getStringData() {
return stringData_;
}
/**
* optional bytes string_data = 7;
*/
public Builder setStringData(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000040;
stringData_ = value;
onChanged();
return this;
}
/**
* optional bytes string_data = 7;
*/
public Builder clearStringData() {
bitField0_ = (bitField0_ & ~0x00000040);
stringData_ = getDefaultInstance().getStringData();
onChanged();
return this;
}
private int uncompressedSize_ ;
/**
* optional int32 uncompressed_size = 8;
*/
public boolean hasUncompressedSize() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional int32 uncompressed_size = 8;
*/
public int getUncompressedSize() {
return uncompressedSize_;
}
/**
* optional int32 uncompressed_size = 8;
*/
public Builder setUncompressedSize(int value) {
bitField0_ |= 0x00000080;
uncompressedSize_ = value;
onChanged();
return this;
}
/**
* optional int32 uncompressed_size = 8;
*/
public Builder clearUncompressedSize() {
bitField0_ = (bitField0_ & ~0x00000080);
uncompressedSize_ = 0;
onChanged();
return this;
}
private boolean dataCompressed_ ;
/**
* optional bool data_compressed = 9;
*/
public boolean hasDataCompressed() {
return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* optional bool data_compressed = 9;
*/
public boolean getDataCompressed() {
return dataCompressed_;
}
/**
* optional bool data_compressed = 9;
*/
public Builder setDataCompressed(boolean value) {
bitField0_ |= 0x00000100;
dataCompressed_ = value;
onChanged();
return this;
}
/**
* optional bool data_compressed = 9;
*/
public Builder clearDataCompressed() {
bitField0_ = (bitField0_ & ~0x00000100);
dataCompressed_ = false;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:CSVCMsg_CreateStringTable)
}
static {
defaultInstance = new CSVCMsg_CreateStringTable(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CSVCMsg_CreateStringTable)
}
public interface CSVCMsg_VoiceDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:CSVCMsg_VoiceData)
com.google.protobuf.MessageOrBuilder {
/**
* optional .CMsgVoiceAudio audio = 1;
*/
boolean hasAudio();
/**
* optional .CMsgVoiceAudio audio = 1;
*/
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio getAudio();
/**
* optional .CMsgVoiceAudio audio = 1;
*/
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudioOrBuilder getAudioOrBuilder();
/**
* optional int32 client = 2;
*/
boolean hasClient();
/**
* optional int32 client = 2;
*/
int getClient();
/**
* optional bool proximity = 3;
*/
boolean hasProximity();
/**
* optional bool proximity = 3;
*/
boolean getProximity();
/**
* optional fixed64 xuid = 4;
*/
boolean hasXuid();
/**
* optional fixed64 xuid = 4;
*/
long getXuid();
/**
* optional int32 audible_mask = 5;
*/
boolean hasAudibleMask();
/**
* optional int32 audible_mask = 5;
*/
int getAudibleMask();
/**
* optional uint32 tick = 6;
*/
boolean hasTick();
/**
* optional uint32 tick = 6;
*/
int getTick();
}
/**
* Protobuf type {@code CSVCMsg_VoiceData}
*/
public static final class CSVCMsg_VoiceData extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CSVCMsg_VoiceData)
CSVCMsg_VoiceDataOrBuilder {
// Use CSVCMsg_VoiceData.newBuilder() to construct.
private CSVCMsg_VoiceData(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CSVCMsg_VoiceData(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CSVCMsg_VoiceData defaultInstance;
public static CSVCMsg_VoiceData getDefaultInstance() {
return defaultInstance;
}
public CSVCMsg_VoiceData getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CSVCMsg_VoiceData(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.Builder subBuilder = null;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
subBuilder = audio_.toBuilder();
}
audio_ = input.readMessage(skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(audio_);
audio_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000001;
break;
}
case 16: {
bitField0_ |= 0x00000002;
client_ = input.readInt32();
break;
}
case 24: {
bitField0_ |= 0x00000004;
proximity_ = input.readBool();
break;
}
case 33: {
bitField0_ |= 0x00000008;
xuid_ = input.readFixed64();
break;
}
case 40: {
bitField0_ |= 0x00000010;
audibleMask_ = input.readInt32();
break;
}
case 48: {
bitField0_ |= 0x00000020;
tick_ = input.readUInt32();
break;
}
}
}
} 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.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CSVCMsg_VoiceData parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CSVCMsg_VoiceData(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int AUDIO_FIELD_NUMBER = 1;
private skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio audio_;
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public boolean hasAudio() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio getAudio() {
return audio_;
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudioOrBuilder getAudioOrBuilder() {
return audio_;
}
public static final int CLIENT_FIELD_NUMBER = 2;
private int client_;
/**
* optional int32 client = 2;
*/
public boolean hasClient() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 client = 2;
*/
public int getClient() {
return client_;
}
public static final int PROXIMITY_FIELD_NUMBER = 3;
private boolean proximity_;
/**
* optional bool proximity = 3;
*/
public boolean hasProximity() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional bool proximity = 3;
*/
public boolean getProximity() {
return proximity_;
}
public static final int XUID_FIELD_NUMBER = 4;
private long xuid_;
/**
* optional fixed64 xuid = 4;
*/
public boolean hasXuid() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional fixed64 xuid = 4;
*/
public long getXuid() {
return xuid_;
}
public static final int AUDIBLE_MASK_FIELD_NUMBER = 5;
private int audibleMask_;
/**
* optional int32 audible_mask = 5;
*/
public boolean hasAudibleMask() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional int32 audible_mask = 5;
*/
public int getAudibleMask() {
return audibleMask_;
}
public static final int TICK_FIELD_NUMBER = 6;
private int tick_;
/**
* optional uint32 tick = 6;
*/
public boolean hasTick() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional uint32 tick = 6;
*/
public int getTick() {
return tick_;
}
private void initFields() {
audio_ = skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.getDefaultInstance();
client_ = 0;
proximity_ = false;
xuid_ = 0L;
audibleMask_ = 0;
tick_ = 0;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeMessage(1, audio_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeInt32(2, client_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeBool(3, proximity_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeFixed64(4, xuid_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
output.writeInt32(5, audibleMask_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
output.writeUInt32(6, tick_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, audio_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, client_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(3, proximity_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeFixed64Size(4, xuid_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(5, audibleMask_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, tick_);
}
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.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CSVCMsg_VoiceData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CSVCMsg_VoiceData)
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceDataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getAudioFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (audioBuilder_ == null) {
audio_ = skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.getDefaultInstance();
} else {
audioBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
client_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
proximity_ = false;
bitField0_ = (bitField0_ & ~0x00000004);
xuid_ = 0L;
bitField0_ = (bitField0_ & ~0x00000008);
audibleMask_ = 0;
bitField0_ = (bitField0_ & ~0x00000010);
tick_ = 0;
bitField0_ = (bitField0_ & ~0x00000020);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_VoiceData_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
if (audioBuilder_ == null) {
result.audio_ = audio_;
} else {
result.audio_ = audioBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.client_ = client_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.proximity_ = proximity_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.xuid_ = xuid_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
result.audibleMask_ = audibleMask_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000020;
}
result.tick_ = tick_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData.getDefaultInstance()) return this;
if (other.hasAudio()) {
mergeAudio(other.getAudio());
}
if (other.hasClient()) {
setClient(other.getClient());
}
if (other.hasProximity()) {
setProximity(other.getProximity());
}
if (other.hasXuid()) {
setXuid(other.getXuid());
}
if (other.hasAudibleMask()) {
setAudibleMask(other.getAudibleMask());
}
if (other.hasTick()) {
setTick(other.getTick());
}
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.s2.proto.S2NetMessages.CSVCMsg_VoiceData parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_VoiceData) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio audio_ = skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio, skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.Builder, skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudioOrBuilder> audioBuilder_;
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public boolean hasAudio() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio getAudio() {
if (audioBuilder_ == null) {
return audio_;
} else {
return audioBuilder_.getMessage();
}
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public Builder setAudio(skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio value) {
if (audioBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
audio_ = value;
onChanged();
} else {
audioBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public Builder setAudio(
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.Builder builderForValue) {
if (audioBuilder_ == null) {
audio_ = builderForValue.build();
onChanged();
} else {
audioBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public Builder mergeAudio(skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio value) {
if (audioBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001) &&
audio_ != skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.getDefaultInstance()) {
audio_ =
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.newBuilder(audio_).mergeFrom(value).buildPartial();
} else {
audio_ = value;
}
onChanged();
} else {
audioBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public Builder clearAudio() {
if (audioBuilder_ == null) {
audio_ = skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.getDefaultInstance();
onChanged();
} else {
audioBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.Builder getAudioBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getAudioFieldBuilder().getBuilder();
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
public skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudioOrBuilder getAudioOrBuilder() {
if (audioBuilder_ != null) {
return audioBuilder_.getMessageOrBuilder();
} else {
return audio_;
}
}
/**
* optional .CMsgVoiceAudio audio = 1;
*/
private com.google.protobuf.SingleFieldBuilder<
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio, skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.Builder, skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudioOrBuilder>
getAudioFieldBuilder() {
if (audioBuilder_ == null) {
audioBuilder_ = new com.google.protobuf.SingleFieldBuilder<
skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio, skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudio.Builder, skadistats.clarity.wire.common.proto.NetMessages.CMsgVoiceAudioOrBuilder>(
getAudio(),
getParentForChildren(),
isClean());
audio_ = null;
}
return audioBuilder_;
}
private int client_ ;
/**
* optional int32 client = 2;
*/
public boolean hasClient() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 client = 2;
*/
public int getClient() {
return client_;
}
/**
* optional int32 client = 2;
*/
public Builder setClient(int value) {
bitField0_ |= 0x00000002;
client_ = value;
onChanged();
return this;
}
/**
* optional int32 client = 2;
*/
public Builder clearClient() {
bitField0_ = (bitField0_ & ~0x00000002);
client_ = 0;
onChanged();
return this;
}
private boolean proximity_ ;
/**
* optional bool proximity = 3;
*/
public boolean hasProximity() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional bool proximity = 3;
*/
public boolean getProximity() {
return proximity_;
}
/**
* optional bool proximity = 3;
*/
public Builder setProximity(boolean value) {
bitField0_ |= 0x00000004;
proximity_ = value;
onChanged();
return this;
}
/**
* optional bool proximity = 3;
*/
public Builder clearProximity() {
bitField0_ = (bitField0_ & ~0x00000004);
proximity_ = false;
onChanged();
return this;
}
private long xuid_ ;
/**
* optional fixed64 xuid = 4;
*/
public boolean hasXuid() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional fixed64 xuid = 4;
*/
public long getXuid() {
return xuid_;
}
/**
* optional fixed64 xuid = 4;
*/
public Builder setXuid(long value) {
bitField0_ |= 0x00000008;
xuid_ = value;
onChanged();
return this;
}
/**
* optional fixed64 xuid = 4;
*/
public Builder clearXuid() {
bitField0_ = (bitField0_ & ~0x00000008);
xuid_ = 0L;
onChanged();
return this;
}
private int audibleMask_ ;
/**
* optional int32 audible_mask = 5;
*/
public boolean hasAudibleMask() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional int32 audible_mask = 5;
*/
public int getAudibleMask() {
return audibleMask_;
}
/**
* optional int32 audible_mask = 5;
*/
public Builder setAudibleMask(int value) {
bitField0_ |= 0x00000010;
audibleMask_ = value;
onChanged();
return this;
}
/**
* optional int32 audible_mask = 5;
*/
public Builder clearAudibleMask() {
bitField0_ = (bitField0_ & ~0x00000010);
audibleMask_ = 0;
onChanged();
return this;
}
private int tick_ ;
/**
* optional uint32 tick = 6;
*/
public boolean hasTick() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional uint32 tick = 6;
*/
public int getTick() {
return tick_;
}
/**
* optional uint32 tick = 6;
*/
public Builder setTick(int value) {
bitField0_ |= 0x00000020;
tick_ = value;
onChanged();
return this;
}
/**
* optional uint32 tick = 6;
*/
public Builder clearTick() {
bitField0_ = (bitField0_ & ~0x00000020);
tick_ = 0;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:CSVCMsg_VoiceData)
}
static {
defaultInstance = new CSVCMsg_VoiceData(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CSVCMsg_VoiceData)
}
public interface CSVCMsg_ClearAllStringTablesOrBuilder extends
// @@protoc_insertion_point(interface_extends:CSVCMsg_ClearAllStringTables)
com.google.protobuf.MessageOrBuilder {
/**
* optional string mapname = 1;
*/
boolean hasMapname();
/**
* optional string mapname = 1;
*/
java.lang.String getMapname();
/**
* optional string mapname = 1;
*/
com.google.protobuf.ByteString
getMapnameBytes();
/**
* optional uint32 map_crc = 2;
*/
boolean hasMapCrc();
/**
* optional uint32 map_crc = 2;
*/
int getMapCrc();
}
/**
* Protobuf type {@code CSVCMsg_ClearAllStringTables}
*/
public static final class CSVCMsg_ClearAllStringTables extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CSVCMsg_ClearAllStringTables)
CSVCMsg_ClearAllStringTablesOrBuilder {
// Use CSVCMsg_ClearAllStringTables.newBuilder() to construct.
private CSVCMsg_ClearAllStringTables(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CSVCMsg_ClearAllStringTables(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CSVCMsg_ClearAllStringTables defaultInstance;
public static CSVCMsg_ClearAllStringTables getDefaultInstance() {
return defaultInstance;
}
public CSVCMsg_ClearAllStringTables getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CSVCMsg_ClearAllStringTables(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000001;
mapname_ = bs;
break;
}
case 16: {
bitField0_ |= 0x00000002;
mapCrc_ = input.readUInt32();
break;
}
}
}
} 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.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CSVCMsg_ClearAllStringTables parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CSVCMsg_ClearAllStringTables(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int MAPNAME_FIELD_NUMBER = 1;
private java.lang.Object mapname_;
/**
* optional string mapname = 1;
*/
public boolean hasMapname() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string mapname = 1;
*/
public java.lang.String getMapname() {
java.lang.Object ref = mapname_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
mapname_ = s;
}
return s;
}
}
/**
* optional string mapname = 1;
*/
public com.google.protobuf.ByteString
getMapnameBytes() {
java.lang.Object ref = mapname_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mapname_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MAP_CRC_FIELD_NUMBER = 2;
private int mapCrc_;
/**
* optional uint32 map_crc = 2;
*/
public boolean hasMapCrc() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional uint32 map_crc = 2;
*/
public int getMapCrc() {
return mapCrc_;
}
private void initFields() {
mapname_ = "";
mapCrc_ = 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, getMapnameBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeUInt32(2, mapCrc_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getMapnameBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, mapCrc_);
}
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.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CSVCMsg_ClearAllStringTables}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CSVCMsg_ClearAllStringTables)
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTablesOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
mapname_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
mapCrc_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ClearAllStringTables_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.mapname_ = mapname_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.mapCrc_ = mapCrc_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables.getDefaultInstance()) return this;
if (other.hasMapname()) {
bitField0_ |= 0x00000001;
mapname_ = other.mapname_;
onChanged();
}
if (other.hasMapCrc()) {
setMapCrc(other.getMapCrc());
}
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.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ClearAllStringTables) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object mapname_ = "";
/**
* optional string mapname = 1;
*/
public boolean hasMapname() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string mapname = 1;
*/
public java.lang.String getMapname() {
java.lang.Object ref = mapname_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
mapname_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string mapname = 1;
*/
public com.google.protobuf.ByteString
getMapnameBytes() {
java.lang.Object ref = mapname_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mapname_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string mapname = 1;
*/
public Builder setMapname(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
mapname_ = value;
onChanged();
return this;
}
/**
* optional string mapname = 1;
*/
public Builder clearMapname() {
bitField0_ = (bitField0_ & ~0x00000001);
mapname_ = getDefaultInstance().getMapname();
onChanged();
return this;
}
/**
* optional string mapname = 1;
*/
public Builder setMapnameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
mapname_ = value;
onChanged();
return this;
}
private int mapCrc_ ;
/**
* optional uint32 map_crc = 2;
*/
public boolean hasMapCrc() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional uint32 map_crc = 2;
*/
public int getMapCrc() {
return mapCrc_;
}
/**
* optional uint32 map_crc = 2;
*/
public Builder setMapCrc(int value) {
bitField0_ |= 0x00000002;
mapCrc_ = value;
onChanged();
return this;
}
/**
* optional uint32 map_crc = 2;
*/
public Builder clearMapCrc() {
bitField0_ = (bitField0_ & ~0x00000002);
mapCrc_ = 0;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:CSVCMsg_ClearAllStringTables)
}
static {
defaultInstance = new CSVCMsg_ClearAllStringTables(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CSVCMsg_ClearAllStringTables)
}
public interface ProtoFlattenedSerializerField_tOrBuilder extends
// @@protoc_insertion_point(interface_extends:ProtoFlattenedSerializerField_t)
com.google.protobuf.MessageOrBuilder {
/**
* optional int32 var_type_sym = 1;
*/
boolean hasVarTypeSym();
/**
* optional int32 var_type_sym = 1;
*/
int getVarTypeSym();
/**
* optional int32 var_name_sym = 2;
*/
boolean hasVarNameSym();
/**
* optional int32 var_name_sym = 2;
*/
int getVarNameSym();
/**
* optional int32 bit_count = 3;
*/
boolean hasBitCount();
/**
* optional int32 bit_count = 3;
*/
int getBitCount();
/**
* optional float low_value = 4;
*/
boolean hasLowValue();
/**
* optional float low_value = 4;
*/
float getLowValue();
/**
* optional float high_value = 5;
*/
boolean hasHighValue();
/**
* optional float high_value = 5;
*/
float getHighValue();
/**
* optional int32 encode_flags = 6;
*/
boolean hasEncodeFlags();
/**
* optional int32 encode_flags = 6;
*/
int getEncodeFlags();
/**
* optional int32 field_serializer_name_sym = 7;
*/
boolean hasFieldSerializerNameSym();
/**
* optional int32 field_serializer_name_sym = 7;
*/
int getFieldSerializerNameSym();
/**
* optional int32 field_serializer_version = 8;
*/
boolean hasFieldSerializerVersion();
/**
* optional int32 field_serializer_version = 8;
*/
int getFieldSerializerVersion();
/**
* optional int32 send_node_sym = 9;
*/
boolean hasSendNodeSym();
/**
* optional int32 send_node_sym = 9;
*/
int getSendNodeSym();
/**
* optional int32 var_encoder_sym = 10;
*/
boolean hasVarEncoderSym();
/**
* optional int32 var_encoder_sym = 10;
*/
int getVarEncoderSym();
}
/**
* Protobuf type {@code ProtoFlattenedSerializerField_t}
*/
public static final class ProtoFlattenedSerializerField_t extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:ProtoFlattenedSerializerField_t)
ProtoFlattenedSerializerField_tOrBuilder {
// Use ProtoFlattenedSerializerField_t.newBuilder() to construct.
private ProtoFlattenedSerializerField_t(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private ProtoFlattenedSerializerField_t(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final ProtoFlattenedSerializerField_t defaultInstance;
public static ProtoFlattenedSerializerField_t getDefaultInstance() {
return defaultInstance;
}
public ProtoFlattenedSerializerField_t getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ProtoFlattenedSerializerField_t(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
bitField0_ |= 0x00000001;
varTypeSym_ = input.readInt32();
break;
}
case 16: {
bitField0_ |= 0x00000002;
varNameSym_ = input.readInt32();
break;
}
case 24: {
bitField0_ |= 0x00000004;
bitCount_ = input.readInt32();
break;
}
case 37: {
bitField0_ |= 0x00000008;
lowValue_ = input.readFloat();
break;
}
case 45: {
bitField0_ |= 0x00000010;
highValue_ = input.readFloat();
break;
}
case 48: {
bitField0_ |= 0x00000020;
encodeFlags_ = input.readInt32();
break;
}
case 56: {
bitField0_ |= 0x00000040;
fieldSerializerNameSym_ = input.readInt32();
break;
}
case 64: {
bitField0_ |= 0x00000080;
fieldSerializerVersion_ = input.readInt32();
break;
}
case 72: {
bitField0_ |= 0x00000100;
sendNodeSym_ = input.readInt32();
break;
}
case 80: {
bitField0_ |= 0x00000200;
varEncoderSym_ = input.readInt32();
break;
}
}
}
} 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.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.class, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public ProtoFlattenedSerializerField_t parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ProtoFlattenedSerializerField_t(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int VAR_TYPE_SYM_FIELD_NUMBER = 1;
private int varTypeSym_;
/**
* optional int32 var_type_sym = 1;
*/
public boolean hasVarTypeSym() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int32 var_type_sym = 1;
*/
public int getVarTypeSym() {
return varTypeSym_;
}
public static final int VAR_NAME_SYM_FIELD_NUMBER = 2;
private int varNameSym_;
/**
* optional int32 var_name_sym = 2;
*/
public boolean hasVarNameSym() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 var_name_sym = 2;
*/
public int getVarNameSym() {
return varNameSym_;
}
public static final int BIT_COUNT_FIELD_NUMBER = 3;
private int bitCount_;
/**
* optional int32 bit_count = 3;
*/
public boolean hasBitCount() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional int32 bit_count = 3;
*/
public int getBitCount() {
return bitCount_;
}
public static final int LOW_VALUE_FIELD_NUMBER = 4;
private float lowValue_;
/**
* optional float low_value = 4;
*/
public boolean hasLowValue() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional float low_value = 4;
*/
public float getLowValue() {
return lowValue_;
}
public static final int HIGH_VALUE_FIELD_NUMBER = 5;
private float highValue_;
/**
* optional float high_value = 5;
*/
public boolean hasHighValue() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional float high_value = 5;
*/
public float getHighValue() {
return highValue_;
}
public static final int ENCODE_FLAGS_FIELD_NUMBER = 6;
private int encodeFlags_;
/**
* optional int32 encode_flags = 6;
*/
public boolean hasEncodeFlags() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional int32 encode_flags = 6;
*/
public int getEncodeFlags() {
return encodeFlags_;
}
public static final int FIELD_SERIALIZER_NAME_SYM_FIELD_NUMBER = 7;
private int fieldSerializerNameSym_;
/**
* optional int32 field_serializer_name_sym = 7;
*/
public boolean hasFieldSerializerNameSym() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional int32 field_serializer_name_sym = 7;
*/
public int getFieldSerializerNameSym() {
return fieldSerializerNameSym_;
}
public static final int FIELD_SERIALIZER_VERSION_FIELD_NUMBER = 8;
private int fieldSerializerVersion_;
/**
* optional int32 field_serializer_version = 8;
*/
public boolean hasFieldSerializerVersion() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional int32 field_serializer_version = 8;
*/
public int getFieldSerializerVersion() {
return fieldSerializerVersion_;
}
public static final int SEND_NODE_SYM_FIELD_NUMBER = 9;
private int sendNodeSym_;
/**
* optional int32 send_node_sym = 9;
*/
public boolean hasSendNodeSym() {
return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* optional int32 send_node_sym = 9;
*/
public int getSendNodeSym() {
return sendNodeSym_;
}
public static final int VAR_ENCODER_SYM_FIELD_NUMBER = 10;
private int varEncoderSym_;
/**
* optional int32 var_encoder_sym = 10;
*/
public boolean hasVarEncoderSym() {
return ((bitField0_ & 0x00000200) == 0x00000200);
}
/**
* optional int32 var_encoder_sym = 10;
*/
public int getVarEncoderSym() {
return varEncoderSym_;
}
private void initFields() {
varTypeSym_ = 0;
varNameSym_ = 0;
bitCount_ = 0;
lowValue_ = 0F;
highValue_ = 0F;
encodeFlags_ = 0;
fieldSerializerNameSym_ = 0;
fieldSerializerVersion_ = 0;
sendNodeSym_ = 0;
varEncoderSym_ = 0;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeInt32(1, varTypeSym_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeInt32(2, varNameSym_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeInt32(3, bitCount_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeFloat(4, lowValue_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
output.writeFloat(5, highValue_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
output.writeInt32(6, encodeFlags_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
output.writeInt32(7, fieldSerializerNameSym_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
output.writeInt32(8, fieldSerializerVersion_);
}
if (((bitField0_ & 0x00000100) == 0x00000100)) {
output.writeInt32(9, sendNodeSym_);
}
if (((bitField0_ & 0x00000200) == 0x00000200)) {
output.writeInt32(10, varEncoderSym_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, varTypeSym_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, varNameSym_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, bitCount_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(4, lowValue_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(5, highValue_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(6, encodeFlags_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(7, fieldSerializerNameSym_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(8, fieldSerializerVersion_);
}
if (((bitField0_ & 0x00000100) == 0x00000100)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(9, sendNodeSym_);
}
if (((bitField0_ & 0x00000200) == 0x00000200)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(10, varEncoderSym_);
}
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.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code ProtoFlattenedSerializerField_t}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:ProtoFlattenedSerializerField_t)
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.class, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
varTypeSym_ = 0;
bitField0_ = (bitField0_ & ~0x00000001);
varNameSym_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
bitCount_ = 0;
bitField0_ = (bitField0_ & ~0x00000004);
lowValue_ = 0F;
bitField0_ = (bitField0_ & ~0x00000008);
highValue_ = 0F;
bitField0_ = (bitField0_ & ~0x00000010);
encodeFlags_ = 0;
bitField0_ = (bitField0_ & ~0x00000020);
fieldSerializerNameSym_ = 0;
bitField0_ = (bitField0_ & ~0x00000040);
fieldSerializerVersion_ = 0;
bitField0_ = (bitField0_ & ~0x00000080);
sendNodeSym_ = 0;
bitField0_ = (bitField0_ & ~0x00000100);
varEncoderSym_ = 0;
bitField0_ = (bitField0_ & ~0x00000200);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializerField_t_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t result = new skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.varTypeSym_ = varTypeSym_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.varNameSym_ = varNameSym_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.bitCount_ = bitCount_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.lowValue_ = lowValue_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
result.highValue_ = highValue_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000020;
}
result.encodeFlags_ = encodeFlags_;
if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
to_bitField0_ |= 0x00000040;
}
result.fieldSerializerNameSym_ = fieldSerializerNameSym_;
if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
to_bitField0_ |= 0x00000080;
}
result.fieldSerializerVersion_ = fieldSerializerVersion_;
if (((from_bitField0_ & 0x00000100) == 0x00000100)) {
to_bitField0_ |= 0x00000100;
}
result.sendNodeSym_ = sendNodeSym_;
if (((from_bitField0_ & 0x00000200) == 0x00000200)) {
to_bitField0_ |= 0x00000200;
}
result.varEncoderSym_ = varEncoderSym_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance()) return this;
if (other.hasVarTypeSym()) {
setVarTypeSym(other.getVarTypeSym());
}
if (other.hasVarNameSym()) {
setVarNameSym(other.getVarNameSym());
}
if (other.hasBitCount()) {
setBitCount(other.getBitCount());
}
if (other.hasLowValue()) {
setLowValue(other.getLowValue());
}
if (other.hasHighValue()) {
setHighValue(other.getHighValue());
}
if (other.hasEncodeFlags()) {
setEncodeFlags(other.getEncodeFlags());
}
if (other.hasFieldSerializerNameSym()) {
setFieldSerializerNameSym(other.getFieldSerializerNameSym());
}
if (other.hasFieldSerializerVersion()) {
setFieldSerializerVersion(other.getFieldSerializerVersion());
}
if (other.hasSendNodeSym()) {
setSendNodeSym(other.getSendNodeSym());
}
if (other.hasVarEncoderSym()) {
setVarEncoderSym(other.getVarEncoderSym());
}
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.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int varTypeSym_ ;
/**
* optional int32 var_type_sym = 1;
*/
public boolean hasVarTypeSym() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int32 var_type_sym = 1;
*/
public int getVarTypeSym() {
return varTypeSym_;
}
/**
* optional int32 var_type_sym = 1;
*/
public Builder setVarTypeSym(int value) {
bitField0_ |= 0x00000001;
varTypeSym_ = value;
onChanged();
return this;
}
/**
* optional int32 var_type_sym = 1;
*/
public Builder clearVarTypeSym() {
bitField0_ = (bitField0_ & ~0x00000001);
varTypeSym_ = 0;
onChanged();
return this;
}
private int varNameSym_ ;
/**
* optional int32 var_name_sym = 2;
*/
public boolean hasVarNameSym() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 var_name_sym = 2;
*/
public int getVarNameSym() {
return varNameSym_;
}
/**
* optional int32 var_name_sym = 2;
*/
public Builder setVarNameSym(int value) {
bitField0_ |= 0x00000002;
varNameSym_ = value;
onChanged();
return this;
}
/**
* optional int32 var_name_sym = 2;
*/
public Builder clearVarNameSym() {
bitField0_ = (bitField0_ & ~0x00000002);
varNameSym_ = 0;
onChanged();
return this;
}
private int bitCount_ ;
/**
* optional int32 bit_count = 3;
*/
public boolean hasBitCount() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional int32 bit_count = 3;
*/
public int getBitCount() {
return bitCount_;
}
/**
* optional int32 bit_count = 3;
*/
public Builder setBitCount(int value) {
bitField0_ |= 0x00000004;
bitCount_ = value;
onChanged();
return this;
}
/**
* optional int32 bit_count = 3;
*/
public Builder clearBitCount() {
bitField0_ = (bitField0_ & ~0x00000004);
bitCount_ = 0;
onChanged();
return this;
}
private float lowValue_ ;
/**
* optional float low_value = 4;
*/
public boolean hasLowValue() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional float low_value = 4;
*/
public float getLowValue() {
return lowValue_;
}
/**
* optional float low_value = 4;
*/
public Builder setLowValue(float value) {
bitField0_ |= 0x00000008;
lowValue_ = value;
onChanged();
return this;
}
/**
* optional float low_value = 4;
*/
public Builder clearLowValue() {
bitField0_ = (bitField0_ & ~0x00000008);
lowValue_ = 0F;
onChanged();
return this;
}
private float highValue_ ;
/**
* optional float high_value = 5;
*/
public boolean hasHighValue() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional float high_value = 5;
*/
public float getHighValue() {
return highValue_;
}
/**
* optional float high_value = 5;
*/
public Builder setHighValue(float value) {
bitField0_ |= 0x00000010;
highValue_ = value;
onChanged();
return this;
}
/**
* optional float high_value = 5;
*/
public Builder clearHighValue() {
bitField0_ = (bitField0_ & ~0x00000010);
highValue_ = 0F;
onChanged();
return this;
}
private int encodeFlags_ ;
/**
* optional int32 encode_flags = 6;
*/
public boolean hasEncodeFlags() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional int32 encode_flags = 6;
*/
public int getEncodeFlags() {
return encodeFlags_;
}
/**
* optional int32 encode_flags = 6;
*/
public Builder setEncodeFlags(int value) {
bitField0_ |= 0x00000020;
encodeFlags_ = value;
onChanged();
return this;
}
/**
* optional int32 encode_flags = 6;
*/
public Builder clearEncodeFlags() {
bitField0_ = (bitField0_ & ~0x00000020);
encodeFlags_ = 0;
onChanged();
return this;
}
private int fieldSerializerNameSym_ ;
/**
* optional int32 field_serializer_name_sym = 7;
*/
public boolean hasFieldSerializerNameSym() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional int32 field_serializer_name_sym = 7;
*/
public int getFieldSerializerNameSym() {
return fieldSerializerNameSym_;
}
/**
* optional int32 field_serializer_name_sym = 7;
*/
public Builder setFieldSerializerNameSym(int value) {
bitField0_ |= 0x00000040;
fieldSerializerNameSym_ = value;
onChanged();
return this;
}
/**
* optional int32 field_serializer_name_sym = 7;
*/
public Builder clearFieldSerializerNameSym() {
bitField0_ = (bitField0_ & ~0x00000040);
fieldSerializerNameSym_ = 0;
onChanged();
return this;
}
private int fieldSerializerVersion_ ;
/**
* optional int32 field_serializer_version = 8;
*/
public boolean hasFieldSerializerVersion() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional int32 field_serializer_version = 8;
*/
public int getFieldSerializerVersion() {
return fieldSerializerVersion_;
}
/**
* optional int32 field_serializer_version = 8;
*/
public Builder setFieldSerializerVersion(int value) {
bitField0_ |= 0x00000080;
fieldSerializerVersion_ = value;
onChanged();
return this;
}
/**
* optional int32 field_serializer_version = 8;
*/
public Builder clearFieldSerializerVersion() {
bitField0_ = (bitField0_ & ~0x00000080);
fieldSerializerVersion_ = 0;
onChanged();
return this;
}
private int sendNodeSym_ ;
/**
* optional int32 send_node_sym = 9;
*/
public boolean hasSendNodeSym() {
return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* optional int32 send_node_sym = 9;
*/
public int getSendNodeSym() {
return sendNodeSym_;
}
/**
* optional int32 send_node_sym = 9;
*/
public Builder setSendNodeSym(int value) {
bitField0_ |= 0x00000100;
sendNodeSym_ = value;
onChanged();
return this;
}
/**
* optional int32 send_node_sym = 9;
*/
public Builder clearSendNodeSym() {
bitField0_ = (bitField0_ & ~0x00000100);
sendNodeSym_ = 0;
onChanged();
return this;
}
private int varEncoderSym_ ;
/**
* optional int32 var_encoder_sym = 10;
*/
public boolean hasVarEncoderSym() {
return ((bitField0_ & 0x00000200) == 0x00000200);
}
/**
* optional int32 var_encoder_sym = 10;
*/
public int getVarEncoderSym() {
return varEncoderSym_;
}
/**
* optional int32 var_encoder_sym = 10;
*/
public Builder setVarEncoderSym(int value) {
bitField0_ |= 0x00000200;
varEncoderSym_ = value;
onChanged();
return this;
}
/**
* optional int32 var_encoder_sym = 10;
*/
public Builder clearVarEncoderSym() {
bitField0_ = (bitField0_ & ~0x00000200);
varEncoderSym_ = 0;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:ProtoFlattenedSerializerField_t)
}
static {
defaultInstance = new ProtoFlattenedSerializerField_t(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:ProtoFlattenedSerializerField_t)
}
public interface ProtoFlattenedSerializer_tOrBuilder extends
// @@protoc_insertion_point(interface_extends:ProtoFlattenedSerializer_t)
com.google.protobuf.MessageOrBuilder {
/**
* optional int32 serializer_name_sym = 1;
*/
boolean hasSerializerNameSym();
/**
* optional int32 serializer_name_sym = 1;
*/
int getSerializerNameSym();
/**
* optional int32 serializer_version = 2;
*/
boolean hasSerializerVersion();
/**
* optional int32 serializer_version = 2;
*/
int getSerializerVersion();
/**
* repeated int32 fields_index = 3;
*/
java.util.List getFieldsIndexList();
/**
* repeated int32 fields_index = 3;
*/
int getFieldsIndexCount();
/**
* repeated int32 fields_index = 3;
*/
int getFieldsIndex(int index);
}
/**
* Protobuf type {@code ProtoFlattenedSerializer_t}
*/
public static final class ProtoFlattenedSerializer_t extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:ProtoFlattenedSerializer_t)
ProtoFlattenedSerializer_tOrBuilder {
// Use ProtoFlattenedSerializer_t.newBuilder() to construct.
private ProtoFlattenedSerializer_t(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private ProtoFlattenedSerializer_t(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final ProtoFlattenedSerializer_t defaultInstance;
public static ProtoFlattenedSerializer_t getDefaultInstance() {
return defaultInstance;
}
public ProtoFlattenedSerializer_t getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ProtoFlattenedSerializer_t(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
bitField0_ |= 0x00000001;
serializerNameSym_ = input.readInt32();
break;
}
case 16: {
bitField0_ |= 0x00000002;
serializerVersion_ = input.readInt32();
break;
}
case 24: {
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
fieldsIndex_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000004;
}
fieldsIndex_.add(input.readInt32());
break;
}
case 26: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004) && input.getBytesUntilLimit() > 0) {
fieldsIndex_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000004;
}
while (input.getBytesUntilLimit() > 0) {
fieldsIndex_.add(input.readInt32());
}
input.popLimit(limit);
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
fieldsIndex_ = java.util.Collections.unmodifiableList(fieldsIndex_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.class, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public ProtoFlattenedSerializer_t parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ProtoFlattenedSerializer_t(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int SERIALIZER_NAME_SYM_FIELD_NUMBER = 1;
private int serializerNameSym_;
/**
* optional int32 serializer_name_sym = 1;
*/
public boolean hasSerializerNameSym() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int32 serializer_name_sym = 1;
*/
public int getSerializerNameSym() {
return serializerNameSym_;
}
public static final int SERIALIZER_VERSION_FIELD_NUMBER = 2;
private int serializerVersion_;
/**
* optional int32 serializer_version = 2;
*/
public boolean hasSerializerVersion() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 serializer_version = 2;
*/
public int getSerializerVersion() {
return serializerVersion_;
}
public static final int FIELDS_INDEX_FIELD_NUMBER = 3;
private java.util.List fieldsIndex_;
/**
* repeated int32 fields_index = 3;
*/
public java.util.List
getFieldsIndexList() {
return fieldsIndex_;
}
/**
* repeated int32 fields_index = 3;
*/
public int getFieldsIndexCount() {
return fieldsIndex_.size();
}
/**
* repeated int32 fields_index = 3;
*/
public int getFieldsIndex(int index) {
return fieldsIndex_.get(index);
}
private void initFields() {
serializerNameSym_ = 0;
serializerVersion_ = 0;
fieldsIndex_ = java.util.Collections.emptyList();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeInt32(1, serializerNameSym_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeInt32(2, serializerVersion_);
}
for (int i = 0; i < fieldsIndex_.size(); i++) {
output.writeInt32(3, fieldsIndex_.get(i));
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, serializerNameSym_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, serializerVersion_);
}
{
int dataSize = 0;
for (int i = 0; i < fieldsIndex_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(fieldsIndex_.get(i));
}
size += dataSize;
size += 1 * getFieldsIndexList().size();
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code ProtoFlattenedSerializer_t}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:ProtoFlattenedSerializer_t)
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.class, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
serializerNameSym_ = 0;
bitField0_ = (bitField0_ & ~0x00000001);
serializerVersion_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
fieldsIndex_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_ProtoFlattenedSerializer_t_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t result = new skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.serializerNameSym_ = serializerNameSym_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.serializerVersion_ = serializerVersion_;
if (((bitField0_ & 0x00000004) == 0x00000004)) {
fieldsIndex_ = java.util.Collections.unmodifiableList(fieldsIndex_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.fieldsIndex_ = fieldsIndex_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance()) return this;
if (other.hasSerializerNameSym()) {
setSerializerNameSym(other.getSerializerNameSym());
}
if (other.hasSerializerVersion()) {
setSerializerVersion(other.getSerializerVersion());
}
if (!other.fieldsIndex_.isEmpty()) {
if (fieldsIndex_.isEmpty()) {
fieldsIndex_ = other.fieldsIndex_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureFieldsIndexIsMutable();
fieldsIndex_.addAll(other.fieldsIndex_);
}
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int serializerNameSym_ ;
/**
* optional int32 serializer_name_sym = 1;
*/
public boolean hasSerializerNameSym() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int32 serializer_name_sym = 1;
*/
public int getSerializerNameSym() {
return serializerNameSym_;
}
/**
* optional int32 serializer_name_sym = 1;
*/
public Builder setSerializerNameSym(int value) {
bitField0_ |= 0x00000001;
serializerNameSym_ = value;
onChanged();
return this;
}
/**
* optional int32 serializer_name_sym = 1;
*/
public Builder clearSerializerNameSym() {
bitField0_ = (bitField0_ & ~0x00000001);
serializerNameSym_ = 0;
onChanged();
return this;
}
private int serializerVersion_ ;
/**
* optional int32 serializer_version = 2;
*/
public boolean hasSerializerVersion() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 serializer_version = 2;
*/
public int getSerializerVersion() {
return serializerVersion_;
}
/**
* optional int32 serializer_version = 2;
*/
public Builder setSerializerVersion(int value) {
bitField0_ |= 0x00000002;
serializerVersion_ = value;
onChanged();
return this;
}
/**
* optional int32 serializer_version = 2;
*/
public Builder clearSerializerVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
serializerVersion_ = 0;
onChanged();
return this;
}
private java.util.List fieldsIndex_ = java.util.Collections.emptyList();
private void ensureFieldsIndexIsMutable() {
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
fieldsIndex_ = new java.util.ArrayList(fieldsIndex_);
bitField0_ |= 0x00000004;
}
}
/**
* repeated int32 fields_index = 3;
*/
public java.util.List
getFieldsIndexList() {
return java.util.Collections.unmodifiableList(fieldsIndex_);
}
/**
* repeated int32 fields_index = 3;
*/
public int getFieldsIndexCount() {
return fieldsIndex_.size();
}
/**
* repeated int32 fields_index = 3;
*/
public int getFieldsIndex(int index) {
return fieldsIndex_.get(index);
}
/**
* repeated int32 fields_index = 3;
*/
public Builder setFieldsIndex(
int index, int value) {
ensureFieldsIndexIsMutable();
fieldsIndex_.set(index, value);
onChanged();
return this;
}
/**
* repeated int32 fields_index = 3;
*/
public Builder addFieldsIndex(int value) {
ensureFieldsIndexIsMutable();
fieldsIndex_.add(value);
onChanged();
return this;
}
/**
* repeated int32 fields_index = 3;
*/
public Builder addAllFieldsIndex(
java.lang.Iterable extends java.lang.Integer> values) {
ensureFieldsIndexIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, fieldsIndex_);
onChanged();
return this;
}
/**
* repeated int32 fields_index = 3;
*/
public Builder clearFieldsIndex() {
fieldsIndex_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:ProtoFlattenedSerializer_t)
}
static {
defaultInstance = new ProtoFlattenedSerializer_t(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:ProtoFlattenedSerializer_t)
}
public interface CSVCMsg_FlattenedSerializerOrBuilder extends
// @@protoc_insertion_point(interface_extends:CSVCMsg_FlattenedSerializer)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
java.util.List
getSerializersList();
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getSerializers(int index);
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
int getSerializersCount();
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder>
getSerializersOrBuilderList();
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder getSerializersOrBuilder(
int index);
/**
* repeated string symbols = 2;
*/
com.google.protobuf.ProtocolStringList
getSymbolsList();
/**
* repeated string symbols = 2;
*/
int getSymbolsCount();
/**
* repeated string symbols = 2;
*/
java.lang.String getSymbols(int index);
/**
* repeated string symbols = 2;
*/
com.google.protobuf.ByteString
getSymbolsBytes(int index);
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
java.util.List
getFieldsList();
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getFields(int index);
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
int getFieldsCount();
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder>
getFieldsOrBuilderList();
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder getFieldsOrBuilder(
int index);
}
/**
* Protobuf type {@code CSVCMsg_FlattenedSerializer}
*/
public static final class CSVCMsg_FlattenedSerializer extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CSVCMsg_FlattenedSerializer)
CSVCMsg_FlattenedSerializerOrBuilder {
// Use CSVCMsg_FlattenedSerializer.newBuilder() to construct.
private CSVCMsg_FlattenedSerializer(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CSVCMsg_FlattenedSerializer(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CSVCMsg_FlattenedSerializer defaultInstance;
public static CSVCMsg_FlattenedSerializer getDefaultInstance() {
return defaultInstance;
}
public CSVCMsg_FlattenedSerializer getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CSVCMsg_FlattenedSerializer(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
serializers_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
serializers_.add(input.readMessage(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.PARSER, extensionRegistry));
break;
}
case 18: {
com.google.protobuf.ByteString bs = input.readBytes();
if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
symbols_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000002;
}
symbols_.add(bs);
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
fields_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000004;
}
fields_.add(input.readMessage(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.PARSER, extensionRegistry));
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
serializers_ = java.util.Collections.unmodifiableList(serializers_);
}
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
symbols_ = symbols_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
fields_ = java.util.Collections.unmodifiableList(fields_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CSVCMsg_FlattenedSerializer parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CSVCMsg_FlattenedSerializer(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public static final int SERIALIZERS_FIELD_NUMBER = 1;
private java.util.List serializers_;
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public java.util.List getSerializersList() {
return serializers_;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder>
getSerializersOrBuilderList() {
return serializers_;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public int getSerializersCount() {
return serializers_.size();
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getSerializers(int index) {
return serializers_.get(index);
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder getSerializersOrBuilder(
int index) {
return serializers_.get(index);
}
public static final int SYMBOLS_FIELD_NUMBER = 2;
private com.google.protobuf.LazyStringList symbols_;
/**
* repeated string symbols = 2;
*/
public com.google.protobuf.ProtocolStringList
getSymbolsList() {
return symbols_;
}
/**
* repeated string symbols = 2;
*/
public int getSymbolsCount() {
return symbols_.size();
}
/**
* repeated string symbols = 2;
*/
public java.lang.String getSymbols(int index) {
return symbols_.get(index);
}
/**
* repeated string symbols = 2;
*/
public com.google.protobuf.ByteString
getSymbolsBytes(int index) {
return symbols_.getByteString(index);
}
public static final int FIELDS_FIELD_NUMBER = 3;
private java.util.List fields_;
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public java.util.List getFieldsList() {
return fields_;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder>
getFieldsOrBuilderList() {
return fields_;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public int getFieldsCount() {
return fields_.size();
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getFields(int index) {
return fields_.get(index);
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder getFieldsOrBuilder(
int index) {
return fields_.get(index);
}
private void initFields() {
serializers_ = java.util.Collections.emptyList();
symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
fields_ = java.util.Collections.emptyList();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
for (int i = 0; i < serializers_.size(); i++) {
output.writeMessage(1, serializers_.get(i));
}
for (int i = 0; i < symbols_.size(); i++) {
output.writeBytes(2, symbols_.getByteString(i));
}
for (int i = 0; i < fields_.size(); i++) {
output.writeMessage(3, fields_.get(i));
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < serializers_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, serializers_.get(i));
}
{
int dataSize = 0;
for (int i = 0; i < symbols_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeBytesSizeNoTag(symbols_.getByteString(i));
}
size += dataSize;
size += 1 * getSymbolsList().size();
}
for (int i = 0; i < fields_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, fields_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CSVCMsg_FlattenedSerializer}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CSVCMsg_FlattenedSerializer)
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializerOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getSerializersFieldBuilder();
getFieldsFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (serializersBuilder_ == null) {
serializers_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
serializersBuilder_.clear();
}
symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
if (fieldsBuilder_ == null) {
fields_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
} else {
fieldsBuilder_.clear();
}
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_FlattenedSerializer_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer(this);
int from_bitField0_ = bitField0_;
if (serializersBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
serializers_ = java.util.Collections.unmodifiableList(serializers_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.serializers_ = serializers_;
} else {
result.serializers_ = serializersBuilder_.build();
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
symbols_ = symbols_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.symbols_ = symbols_;
if (fieldsBuilder_ == null) {
if (((bitField0_ & 0x00000004) == 0x00000004)) {
fields_ = java.util.Collections.unmodifiableList(fields_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.fields_ = fields_;
} else {
result.fields_ = fieldsBuilder_.build();
}
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer.getDefaultInstance()) return this;
if (serializersBuilder_ == null) {
if (!other.serializers_.isEmpty()) {
if (serializers_.isEmpty()) {
serializers_ = other.serializers_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureSerializersIsMutable();
serializers_.addAll(other.serializers_);
}
onChanged();
}
} else {
if (!other.serializers_.isEmpty()) {
if (serializersBuilder_.isEmpty()) {
serializersBuilder_.dispose();
serializersBuilder_ = null;
serializers_ = other.serializers_;
bitField0_ = (bitField0_ & ~0x00000001);
serializersBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getSerializersFieldBuilder() : null;
} else {
serializersBuilder_.addAllMessages(other.serializers_);
}
}
}
if (!other.symbols_.isEmpty()) {
if (symbols_.isEmpty()) {
symbols_ = other.symbols_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureSymbolsIsMutable();
symbols_.addAll(other.symbols_);
}
onChanged();
}
if (fieldsBuilder_ == null) {
if (!other.fields_.isEmpty()) {
if (fields_.isEmpty()) {
fields_ = other.fields_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureFieldsIsMutable();
fields_.addAll(other.fields_);
}
onChanged();
}
} else {
if (!other.fields_.isEmpty()) {
if (fieldsBuilder_.isEmpty()) {
fieldsBuilder_.dispose();
fieldsBuilder_ = null;
fields_ = other.fields_;
bitField0_ = (bitField0_ & ~0x00000004);
fieldsBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getFieldsFieldBuilder() : null;
} else {
fieldsBuilder_.addAllMessages(other.fields_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_FlattenedSerializer) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List serializers_ =
java.util.Collections.emptyList();
private void ensureSerializersIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
serializers_ = new java.util.ArrayList(serializers_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder> serializersBuilder_;
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public java.util.List getSerializersList() {
if (serializersBuilder_ == null) {
return java.util.Collections.unmodifiableList(serializers_);
} else {
return serializersBuilder_.getMessageList();
}
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public int getSerializersCount() {
if (serializersBuilder_ == null) {
return serializers_.size();
} else {
return serializersBuilder_.getCount();
}
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t getSerializers(int index) {
if (serializersBuilder_ == null) {
return serializers_.get(index);
} else {
return serializersBuilder_.getMessage(index);
}
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder setSerializers(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t value) {
if (serializersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSerializersIsMutable();
serializers_.set(index, value);
onChanged();
} else {
serializersBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder setSerializers(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder builderForValue) {
if (serializersBuilder_ == null) {
ensureSerializersIsMutable();
serializers_.set(index, builderForValue.build());
onChanged();
} else {
serializersBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder addSerializers(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t value) {
if (serializersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSerializersIsMutable();
serializers_.add(value);
onChanged();
} else {
serializersBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder addSerializers(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t value) {
if (serializersBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSerializersIsMutable();
serializers_.add(index, value);
onChanged();
} else {
serializersBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder addSerializers(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder builderForValue) {
if (serializersBuilder_ == null) {
ensureSerializersIsMutable();
serializers_.add(builderForValue.build());
onChanged();
} else {
serializersBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder addSerializers(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder builderForValue) {
if (serializersBuilder_ == null) {
ensureSerializersIsMutable();
serializers_.add(index, builderForValue.build());
onChanged();
} else {
serializersBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder addAllSerializers(
java.lang.Iterable extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t> values) {
if (serializersBuilder_ == null) {
ensureSerializersIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, serializers_);
onChanged();
} else {
serializersBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder clearSerializers() {
if (serializersBuilder_ == null) {
serializers_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
serializersBuilder_.clear();
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public Builder removeSerializers(int index) {
if (serializersBuilder_ == null) {
ensureSerializersIsMutable();
serializers_.remove(index);
onChanged();
} else {
serializersBuilder_.remove(index);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder getSerializersBuilder(
int index) {
return getSerializersFieldBuilder().getBuilder(index);
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder getSerializersOrBuilder(
int index) {
if (serializersBuilder_ == null) {
return serializers_.get(index); } else {
return serializersBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder>
getSerializersOrBuilderList() {
if (serializersBuilder_ != null) {
return serializersBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(serializers_);
}
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder addSerializersBuilder() {
return getSerializersFieldBuilder().addBuilder(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance());
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder addSerializersBuilder(
int index) {
return getSerializersFieldBuilder().addBuilder(
index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.getDefaultInstance());
}
/**
* repeated .ProtoFlattenedSerializer_t serializers = 1;
*/
public java.util.List
getSerializersBuilderList() {
return getSerializersFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder>
getSerializersFieldBuilder() {
if (serializersBuilder_ == null) {
serializersBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_t.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializer_tOrBuilder>(
serializers_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
serializers_ = null;
}
return serializersBuilder_;
}
private com.google.protobuf.LazyStringList symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureSymbolsIsMutable() {
if (!((bitField0_ & 0x00000002) == 0x00000002)) {
symbols_ = new com.google.protobuf.LazyStringArrayList(symbols_);
bitField0_ |= 0x00000002;
}
}
/**
* repeated string symbols = 2;
*/
public com.google.protobuf.ProtocolStringList
getSymbolsList() {
return symbols_.getUnmodifiableView();
}
/**
* repeated string symbols = 2;
*/
public int getSymbolsCount() {
return symbols_.size();
}
/**
* repeated string symbols = 2;
*/
public java.lang.String getSymbols(int index) {
return symbols_.get(index);
}
/**
* repeated string symbols = 2;
*/
public com.google.protobuf.ByteString
getSymbolsBytes(int index) {
return symbols_.getByteString(index);
}
/**
* repeated string symbols = 2;
*/
public Builder setSymbols(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureSymbolsIsMutable();
symbols_.set(index, value);
onChanged();
return this;
}
/**
* repeated string symbols = 2;
*/
public Builder addSymbols(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureSymbolsIsMutable();
symbols_.add(value);
onChanged();
return this;
}
/**
* repeated string symbols = 2;
*/
public Builder addAllSymbols(
java.lang.Iterable values) {
ensureSymbolsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, symbols_);
onChanged();
return this;
}
/**
* repeated string symbols = 2;
*/
public Builder clearSymbols() {
symbols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* repeated string symbols = 2;
*/
public Builder addSymbolsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
ensureSymbolsIsMutable();
symbols_.add(value);
onChanged();
return this;
}
private java.util.List fields_ =
java.util.Collections.emptyList();
private void ensureFieldsIsMutable() {
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
fields_ = new java.util.ArrayList(fields_);
bitField0_ |= 0x00000004;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder> fieldsBuilder_;
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public java.util.List getFieldsList() {
if (fieldsBuilder_ == null) {
return java.util.Collections.unmodifiableList(fields_);
} else {
return fieldsBuilder_.getMessageList();
}
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public int getFieldsCount() {
if (fieldsBuilder_ == null) {
return fields_.size();
} else {
return fieldsBuilder_.getCount();
}
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t getFields(int index) {
if (fieldsBuilder_ == null) {
return fields_.get(index);
} else {
return fieldsBuilder_.getMessage(index);
}
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder setFields(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t value) {
if (fieldsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFieldsIsMutable();
fields_.set(index, value);
onChanged();
} else {
fieldsBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder setFields(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder builderForValue) {
if (fieldsBuilder_ == null) {
ensureFieldsIsMutable();
fields_.set(index, builderForValue.build());
onChanged();
} else {
fieldsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder addFields(skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t value) {
if (fieldsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFieldsIsMutable();
fields_.add(value);
onChanged();
} else {
fieldsBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder addFields(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t value) {
if (fieldsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFieldsIsMutable();
fields_.add(index, value);
onChanged();
} else {
fieldsBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder addFields(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder builderForValue) {
if (fieldsBuilder_ == null) {
ensureFieldsIsMutable();
fields_.add(builderForValue.build());
onChanged();
} else {
fieldsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder addFields(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder builderForValue) {
if (fieldsBuilder_ == null) {
ensureFieldsIsMutable();
fields_.add(index, builderForValue.build());
onChanged();
} else {
fieldsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder addAllFields(
java.lang.Iterable extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t> values) {
if (fieldsBuilder_ == null) {
ensureFieldsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, fields_);
onChanged();
} else {
fieldsBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder clearFields() {
if (fieldsBuilder_ == null) {
fields_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
fieldsBuilder_.clear();
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public Builder removeFields(int index) {
if (fieldsBuilder_ == null) {
ensureFieldsIsMutable();
fields_.remove(index);
onChanged();
} else {
fieldsBuilder_.remove(index);
}
return this;
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder getFieldsBuilder(
int index) {
return getFieldsFieldBuilder().getBuilder(index);
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder getFieldsOrBuilder(
int index) {
if (fieldsBuilder_ == null) {
return fields_.get(index); } else {
return fieldsBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder>
getFieldsOrBuilderList() {
if (fieldsBuilder_ != null) {
return fieldsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(fields_);
}
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder addFieldsBuilder() {
return getFieldsFieldBuilder().addBuilder(
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance());
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder addFieldsBuilder(
int index) {
return getFieldsFieldBuilder().addBuilder(
index, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.getDefaultInstance());
}
/**
* repeated .ProtoFlattenedSerializerField_t fields = 3;
*/
public java.util.List
getFieldsBuilderList() {
return getFieldsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder>
getFieldsFieldBuilder() {
if (fieldsBuilder_ == null) {
fieldsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_t.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.ProtoFlattenedSerializerField_tOrBuilder>(
fields_,
((bitField0_ & 0x00000004) == 0x00000004),
getParentForChildren(),
isClean());
fields_ = null;
}
return fieldsBuilder_;
}
// @@protoc_insertion_point(builder_scope:CSVCMsg_FlattenedSerializer)
}
static {
defaultInstance = new CSVCMsg_FlattenedSerializer(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CSVCMsg_FlattenedSerializer)
}
public interface CMsgIPCAddressOrBuilder extends
// @@protoc_insertion_point(interface_extends:CMsgIPCAddress)
com.google.protobuf.MessageOrBuilder {
/**
* optional fixed64 computer_guid = 1;
*/
boolean hasComputerGuid();
/**
* optional fixed64 computer_guid = 1;
*/
long getComputerGuid();
/**
* optional uint32 process_id = 2;
*/
boolean hasProcessId();
/**
* optional uint32 process_id = 2;
*/
int getProcessId();
}
/**
* Protobuf type {@code CMsgIPCAddress}
*/
public static final class CMsgIPCAddress extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CMsgIPCAddress)
CMsgIPCAddressOrBuilder {
// Use CMsgIPCAddress.newBuilder() to construct.
private CMsgIPCAddress(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CMsgIPCAddress(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CMsgIPCAddress defaultInstance;
public static CMsgIPCAddress getDefaultInstance() {
return defaultInstance;
}
public CMsgIPCAddress getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CMsgIPCAddress(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 9: {
bitField0_ |= 0x00000001;
computerGuid_ = input.readFixed64();
break;
}
case 16: {
bitField0_ |= 0x00000002;
processId_ = input.readUInt32();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CMsgIPCAddress parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CMsgIPCAddress(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int COMPUTER_GUID_FIELD_NUMBER = 1;
private long computerGuid_;
/**
* optional fixed64 computer_guid = 1;
*/
public boolean hasComputerGuid() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional fixed64 computer_guid = 1;
*/
public long getComputerGuid() {
return computerGuid_;
}
public static final int PROCESS_ID_FIELD_NUMBER = 2;
private int processId_;
/**
* optional uint32 process_id = 2;
*/
public boolean hasProcessId() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional uint32 process_id = 2;
*/
public int getProcessId() {
return processId_;
}
private void initFields() {
computerGuid_ = 0L;
processId_ = 0;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeFixed64(1, computerGuid_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeUInt32(2, processId_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeFixed64Size(1, computerGuid_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, processId_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CMsgIPCAddress}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CMsgIPCAddress)
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
computerGuid_ = 0L;
bitField0_ = (bitField0_ & ~0x00000001);
processId_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgIPCAddress_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.computerGuid_ = computerGuid_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.processId_ = processId_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance()) return this;
if (other.hasComputerGuid()) {
setComputerGuid(other.getComputerGuid());
}
if (other.hasProcessId()) {
setProcessId(other.getProcessId());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private long computerGuid_ ;
/**
* optional fixed64 computer_guid = 1;
*/
public boolean hasComputerGuid() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional fixed64 computer_guid = 1;
*/
public long getComputerGuid() {
return computerGuid_;
}
/**
* optional fixed64 computer_guid = 1;
*/
public Builder setComputerGuid(long value) {
bitField0_ |= 0x00000001;
computerGuid_ = value;
onChanged();
return this;
}
/**
* optional fixed64 computer_guid = 1;
*/
public Builder clearComputerGuid() {
bitField0_ = (bitField0_ & ~0x00000001);
computerGuid_ = 0L;
onChanged();
return this;
}
private int processId_ ;
/**
* optional uint32 process_id = 2;
*/
public boolean hasProcessId() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional uint32 process_id = 2;
*/
public int getProcessId() {
return processId_;
}
/**
* optional uint32 process_id = 2;
*/
public Builder setProcessId(int value) {
bitField0_ |= 0x00000002;
processId_ = value;
onChanged();
return this;
}
/**
* optional uint32 process_id = 2;
*/
public Builder clearProcessId() {
bitField0_ = (bitField0_ & ~0x00000002);
processId_ = 0;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:CMsgIPCAddress)
}
static {
defaultInstance = new CMsgIPCAddress(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CMsgIPCAddress)
}
public interface CMsgServerPeerOrBuilder extends
// @@protoc_insertion_point(interface_extends:CMsgServerPeer)
com.google.protobuf.MessageOrBuilder {
/**
* optional int32 player_slot = 1;
*/
boolean hasPlayerSlot();
/**
* optional int32 player_slot = 1;
*/
int getPlayerSlot();
/**
* optional fixed64 steamid = 2;
*/
boolean hasSteamid();
/**
* optional fixed64 steamid = 2;
*/
long getSteamid();
/**
* optional .CMsgIPCAddress ipc = 3;
*/
boolean hasIpc();
/**
* optional .CMsgIPCAddress ipc = 3;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress getIpc();
/**
* optional .CMsgIPCAddress ipc = 3;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder getIpcOrBuilder();
/**
* optional bool they_hear_you = 4;
*/
boolean hasTheyHearYou();
/**
* optional bool they_hear_you = 4;
*/
boolean getTheyHearYou();
/**
* optional bool you_hear_them = 5;
*/
boolean hasYouHearThem();
/**
* optional bool you_hear_them = 5;
*/
boolean getYouHearThem();
/**
* optional bool is_listenserver_host = 6;
*/
boolean hasIsListenserverHost();
/**
* optional bool is_listenserver_host = 6;
*/
boolean getIsListenserverHost();
}
/**
* Protobuf type {@code CMsgServerPeer}
*/
public static final class CMsgServerPeer extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CMsgServerPeer)
CMsgServerPeerOrBuilder {
// Use CMsgServerPeer.newBuilder() to construct.
private CMsgServerPeer(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CMsgServerPeer(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CMsgServerPeer defaultInstance;
public static CMsgServerPeer getDefaultInstance() {
return defaultInstance;
}
public CMsgServerPeer getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CMsgServerPeer(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
bitField0_ |= 0x00000001;
playerSlot_ = input.readInt32();
break;
}
case 17: {
bitField0_ |= 0x00000002;
steamid_ = input.readFixed64();
break;
}
case 26: {
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder subBuilder = null;
if (((bitField0_ & 0x00000004) == 0x00000004)) {
subBuilder = ipc_.toBuilder();
}
ipc_ = input.readMessage(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(ipc_);
ipc_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000004;
break;
}
case 32: {
bitField0_ |= 0x00000008;
theyHearYou_ = input.readBool();
break;
}
case 40: {
bitField0_ |= 0x00000010;
youHearThem_ = input.readBool();
break;
}
case 48: {
bitField0_ |= 0x00000020;
isListenserverHost_ = input.readBool();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CMsgServerPeer parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CMsgServerPeer(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int PLAYER_SLOT_FIELD_NUMBER = 1;
private int playerSlot_;
/**
* optional int32 player_slot = 1;
*/
public boolean hasPlayerSlot() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int32 player_slot = 1;
*/
public int getPlayerSlot() {
return playerSlot_;
}
public static final int STEAMID_FIELD_NUMBER = 2;
private long steamid_;
/**
* optional fixed64 steamid = 2;
*/
public boolean hasSteamid() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional fixed64 steamid = 2;
*/
public long getSteamid() {
return steamid_;
}
public static final int IPC_FIELD_NUMBER = 3;
private skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress ipc_;
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public boolean hasIpc() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress getIpc() {
return ipc_;
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder getIpcOrBuilder() {
return ipc_;
}
public static final int THEY_HEAR_YOU_FIELD_NUMBER = 4;
private boolean theyHearYou_;
/**
* optional bool they_hear_you = 4;
*/
public boolean hasTheyHearYou() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional bool they_hear_you = 4;
*/
public boolean getTheyHearYou() {
return theyHearYou_;
}
public static final int YOU_HEAR_THEM_FIELD_NUMBER = 5;
private boolean youHearThem_;
/**
* optional bool you_hear_them = 5;
*/
public boolean hasYouHearThem() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional bool you_hear_them = 5;
*/
public boolean getYouHearThem() {
return youHearThem_;
}
public static final int IS_LISTENSERVER_HOST_FIELD_NUMBER = 6;
private boolean isListenserverHost_;
/**
* optional bool is_listenserver_host = 6;
*/
public boolean hasIsListenserverHost() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional bool is_listenserver_host = 6;
*/
public boolean getIsListenserverHost() {
return isListenserverHost_;
}
private void initFields() {
playerSlot_ = 0;
steamid_ = 0L;
ipc_ = skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
theyHearYou_ = false;
youHearThem_ = false;
isListenserverHost_ = false;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeInt32(1, playerSlot_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeFixed64(2, steamid_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeMessage(3, ipc_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeBool(4, theyHearYou_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
output.writeBool(5, youHearThem_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
output.writeBool(6, isListenserverHost_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, playerSlot_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeFixed64Size(2, steamid_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, ipc_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(4, theyHearYou_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, youHearThem_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(6, isListenserverHost_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CMsgServerPeer}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CMsgServerPeer)
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getIpcFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
playerSlot_ = 0;
bitField0_ = (bitField0_ & ~0x00000001);
steamid_ = 0L;
bitField0_ = (bitField0_ & ~0x00000002);
if (ipcBuilder_ == null) {
ipc_ = skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
} else {
ipcBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000004);
theyHearYou_ = false;
bitField0_ = (bitField0_ & ~0x00000008);
youHearThem_ = false;
bitField0_ = (bitField0_ & ~0x00000010);
isListenserverHost_ = false;
bitField0_ = (bitField0_ & ~0x00000020);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CMsgServerPeer_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.playerSlot_ = playerSlot_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.steamid_ = steamid_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
if (ipcBuilder_ == null) {
result.ipc_ = ipc_;
} else {
result.ipc_ = ipcBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.theyHearYou_ = theyHearYou_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
result.youHearThem_ = youHearThem_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000020;
}
result.isListenserverHost_ = isListenserverHost_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance()) return this;
if (other.hasPlayerSlot()) {
setPlayerSlot(other.getPlayerSlot());
}
if (other.hasSteamid()) {
setSteamid(other.getSteamid());
}
if (other.hasIpc()) {
mergeIpc(other.getIpc());
}
if (other.hasTheyHearYou()) {
setTheyHearYou(other.getTheyHearYou());
}
if (other.hasYouHearThem()) {
setYouHearThem(other.getYouHearThem());
}
if (other.hasIsListenserverHost()) {
setIsListenserverHost(other.getIsListenserverHost());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int playerSlot_ ;
/**
* optional int32 player_slot = 1;
*/
public boolean hasPlayerSlot() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int32 player_slot = 1;
*/
public int getPlayerSlot() {
return playerSlot_;
}
/**
* optional int32 player_slot = 1;
*/
public Builder setPlayerSlot(int value) {
bitField0_ |= 0x00000001;
playerSlot_ = value;
onChanged();
return this;
}
/**
* optional int32 player_slot = 1;
*/
public Builder clearPlayerSlot() {
bitField0_ = (bitField0_ & ~0x00000001);
playerSlot_ = 0;
onChanged();
return this;
}
private long steamid_ ;
/**
* optional fixed64 steamid = 2;
*/
public boolean hasSteamid() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional fixed64 steamid = 2;
*/
public long getSteamid() {
return steamid_;
}
/**
* optional fixed64 steamid = 2;
*/
public Builder setSteamid(long value) {
bitField0_ |= 0x00000002;
steamid_ = value;
onChanged();
return this;
}
/**
* optional fixed64 steamid = 2;
*/
public Builder clearSteamid() {
bitField0_ = (bitField0_ & ~0x00000002);
steamid_ = 0L;
onChanged();
return this;
}
private skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress ipc_ = skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder> ipcBuilder_;
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public boolean hasIpc() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress getIpc() {
if (ipcBuilder_ == null) {
return ipc_;
} else {
return ipcBuilder_.getMessage();
}
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public Builder setIpc(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress value) {
if (ipcBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ipc_ = value;
onChanged();
} else {
ipcBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
return this;
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public Builder setIpc(
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder builderForValue) {
if (ipcBuilder_ == null) {
ipc_ = builderForValue.build();
onChanged();
} else {
ipcBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
return this;
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public Builder mergeIpc(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress value) {
if (ipcBuilder_ == null) {
if (((bitField0_ & 0x00000004) == 0x00000004) &&
ipc_ != skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance()) {
ipc_ =
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.newBuilder(ipc_).mergeFrom(value).buildPartial();
} else {
ipc_ = value;
}
onChanged();
} else {
ipcBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
return this;
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public Builder clearIpc() {
if (ipcBuilder_ == null) {
ipc_ = skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.getDefaultInstance();
onChanged();
} else {
ipcBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder getIpcBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getIpcFieldBuilder().getBuilder();
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder getIpcOrBuilder() {
if (ipcBuilder_ != null) {
return ipcBuilder_.getMessageOrBuilder();
} else {
return ipc_;
}
}
/**
* optional .CMsgIPCAddress ipc = 3;
*/
private com.google.protobuf.SingleFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder>
getIpcFieldBuilder() {
if (ipcBuilder_ == null) {
ipcBuilder_ = new com.google.protobuf.SingleFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddress.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgIPCAddressOrBuilder>(
getIpc(),
getParentForChildren(),
isClean());
ipc_ = null;
}
return ipcBuilder_;
}
private boolean theyHearYou_ ;
/**
* optional bool they_hear_you = 4;
*/
public boolean hasTheyHearYou() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional bool they_hear_you = 4;
*/
public boolean getTheyHearYou() {
return theyHearYou_;
}
/**
* optional bool they_hear_you = 4;
*/
public Builder setTheyHearYou(boolean value) {
bitField0_ |= 0x00000008;
theyHearYou_ = value;
onChanged();
return this;
}
/**
* optional bool they_hear_you = 4;
*/
public Builder clearTheyHearYou() {
bitField0_ = (bitField0_ & ~0x00000008);
theyHearYou_ = false;
onChanged();
return this;
}
private boolean youHearThem_ ;
/**
* optional bool you_hear_them = 5;
*/
public boolean hasYouHearThem() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional bool you_hear_them = 5;
*/
public boolean getYouHearThem() {
return youHearThem_;
}
/**
* optional bool you_hear_them = 5;
*/
public Builder setYouHearThem(boolean value) {
bitField0_ |= 0x00000010;
youHearThem_ = value;
onChanged();
return this;
}
/**
* optional bool you_hear_them = 5;
*/
public Builder clearYouHearThem() {
bitField0_ = (bitField0_ & ~0x00000010);
youHearThem_ = false;
onChanged();
return this;
}
private boolean isListenserverHost_ ;
/**
* optional bool is_listenserver_host = 6;
*/
public boolean hasIsListenserverHost() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional bool is_listenserver_host = 6;
*/
public boolean getIsListenserverHost() {
return isListenserverHost_;
}
/**
* optional bool is_listenserver_host = 6;
*/
public Builder setIsListenserverHost(boolean value) {
bitField0_ |= 0x00000020;
isListenserverHost_ = value;
onChanged();
return this;
}
/**
* optional bool is_listenserver_host = 6;
*/
public Builder clearIsListenserverHost() {
bitField0_ = (bitField0_ & ~0x00000020);
isListenserverHost_ = false;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:CMsgServerPeer)
}
static {
defaultInstance = new CMsgServerPeer(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CMsgServerPeer)
}
public interface CSVCMsg_PeerListOrBuilder extends
// @@protoc_insertion_point(interface_extends:CSVCMsg_PeerList)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .CMsgServerPeer peer = 1;
*/
java.util.List
getPeerList();
/**
* repeated .CMsgServerPeer peer = 1;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer getPeer(int index);
/**
* repeated .CMsgServerPeer peer = 1;
*/
int getPeerCount();
/**
* repeated .CMsgServerPeer peer = 1;
*/
java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder>
getPeerOrBuilderList();
/**
* repeated .CMsgServerPeer peer = 1;
*/
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder getPeerOrBuilder(
int index);
}
/**
* Protobuf type {@code CSVCMsg_PeerList}
*/
public static final class CSVCMsg_PeerList extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CSVCMsg_PeerList)
CSVCMsg_PeerListOrBuilder {
// Use CSVCMsg_PeerList.newBuilder() to construct.
private CSVCMsg_PeerList(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CSVCMsg_PeerList(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CSVCMsg_PeerList defaultInstance;
public static CSVCMsg_PeerList getDefaultInstance() {
return defaultInstance;
}
public CSVCMsg_PeerList getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CSVCMsg_PeerList(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
peer_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
peer_.add(input.readMessage(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.PARSER, extensionRegistry));
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
peer_ = java.util.Collections.unmodifiableList(peer_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CSVCMsg_PeerList parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CSVCMsg_PeerList(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public static final int PEER_FIELD_NUMBER = 1;
private java.util.List peer_;
/**
* repeated .CMsgServerPeer peer = 1;
*/
public java.util.List getPeerList() {
return peer_;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder>
getPeerOrBuilderList() {
return peer_;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public int getPeerCount() {
return peer_.size();
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer getPeer(int index) {
return peer_.get(index);
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder getPeerOrBuilder(
int index) {
return peer_.get(index);
}
private void initFields() {
peer_ = java.util.Collections.emptyList();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
for (int i = 0; i < peer_.size(); i++) {
output.writeMessage(1, peer_.get(i));
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < peer_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, peer_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CSVCMsg_PeerList}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CSVCMsg_PeerList)
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerListOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getPeerFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (peerBuilder_ == null) {
peer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
peerBuilder_.clear();
}
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_PeerList_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList(this);
int from_bitField0_ = bitField0_;
if (peerBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
peer_ = java.util.Collections.unmodifiableList(peer_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.peer_ = peer_;
} else {
result.peer_ = peerBuilder_.build();
}
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList.getDefaultInstance()) return this;
if (peerBuilder_ == null) {
if (!other.peer_.isEmpty()) {
if (peer_.isEmpty()) {
peer_ = other.peer_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensurePeerIsMutable();
peer_.addAll(other.peer_);
}
onChanged();
}
} else {
if (!other.peer_.isEmpty()) {
if (peerBuilder_.isEmpty()) {
peerBuilder_.dispose();
peerBuilder_ = null;
peer_ = other.peer_;
bitField0_ = (bitField0_ & ~0x00000001);
peerBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getPeerFieldBuilder() : null;
} else {
peerBuilder_.addAllMessages(other.peer_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_PeerList) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.util.List peer_ =
java.util.Collections.emptyList();
private void ensurePeerIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
peer_ = new java.util.ArrayList(peer_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder> peerBuilder_;
/**
* repeated .CMsgServerPeer peer = 1;
*/
public java.util.List getPeerList() {
if (peerBuilder_ == null) {
return java.util.Collections.unmodifiableList(peer_);
} else {
return peerBuilder_.getMessageList();
}
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public int getPeerCount() {
if (peerBuilder_ == null) {
return peer_.size();
} else {
return peerBuilder_.getCount();
}
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer getPeer(int index) {
if (peerBuilder_ == null) {
return peer_.get(index);
} else {
return peerBuilder_.getMessage(index);
}
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder setPeer(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer value) {
if (peerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePeerIsMutable();
peer_.set(index, value);
onChanged();
} else {
peerBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder setPeer(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder builderForValue) {
if (peerBuilder_ == null) {
ensurePeerIsMutable();
peer_.set(index, builderForValue.build());
onChanged();
} else {
peerBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder addPeer(skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer value) {
if (peerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePeerIsMutable();
peer_.add(value);
onChanged();
} else {
peerBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder addPeer(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer value) {
if (peerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePeerIsMutable();
peer_.add(index, value);
onChanged();
} else {
peerBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder addPeer(
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder builderForValue) {
if (peerBuilder_ == null) {
ensurePeerIsMutable();
peer_.add(builderForValue.build());
onChanged();
} else {
peerBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder addPeer(
int index, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder builderForValue) {
if (peerBuilder_ == null) {
ensurePeerIsMutable();
peer_.add(index, builderForValue.build());
onChanged();
} else {
peerBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder addAllPeer(
java.lang.Iterable extends skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer> values) {
if (peerBuilder_ == null) {
ensurePeerIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, peer_);
onChanged();
} else {
peerBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder clearPeer() {
if (peerBuilder_ == null) {
peer_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
peerBuilder_.clear();
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public Builder removePeer(int index) {
if (peerBuilder_ == null) {
ensurePeerIsMutable();
peer_.remove(index);
onChanged();
} else {
peerBuilder_.remove(index);
}
return this;
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder getPeerBuilder(
int index) {
return getPeerFieldBuilder().getBuilder(index);
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder getPeerOrBuilder(
int index) {
if (peerBuilder_ == null) {
return peer_.get(index); } else {
return peerBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public java.util.List extends skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder>
getPeerOrBuilderList() {
if (peerBuilder_ != null) {
return peerBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(peer_);
}
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder addPeerBuilder() {
return getPeerFieldBuilder().addBuilder(
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance());
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder addPeerBuilder(
int index) {
return getPeerFieldBuilder().addBuilder(
index, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.getDefaultInstance());
}
/**
* repeated .CMsgServerPeer peer = 1;
*/
public java.util.List
getPeerBuilderList() {
return getPeerFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder>
getPeerFieldBuilder() {
if (peerBuilder_ == null) {
peerBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeer.Builder, skadistats.clarity.wire.s2.proto.S2NetMessages.CMsgServerPeerOrBuilder>(
peer_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
peer_ = null;
}
return peerBuilder_;
}
// @@protoc_insertion_point(builder_scope:CSVCMsg_PeerList)
}
static {
defaultInstance = new CSVCMsg_PeerList(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CSVCMsg_PeerList)
}
public interface CSVCMsg_HLTVStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:CSVCMsg_HLTVStatus)
com.google.protobuf.MessageOrBuilder {
/**
* optional string master = 1;
*/
boolean hasMaster();
/**
* optional string master = 1;
*/
java.lang.String getMaster();
/**
* optional string master = 1;
*/
com.google.protobuf.ByteString
getMasterBytes();
/**
* optional int32 clients = 2;
*/
boolean hasClients();
/**
* optional int32 clients = 2;
*/
int getClients();
/**
* optional int32 slots = 3;
*/
boolean hasSlots();
/**
* optional int32 slots = 3;
*/
int getSlots();
/**
* optional int32 proxies = 4;
*/
boolean hasProxies();
/**
* optional int32 proxies = 4;
*/
int getProxies();
}
/**
* Protobuf type {@code CSVCMsg_HLTVStatus}
*/
public static final class CSVCMsg_HLTVStatus extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CSVCMsg_HLTVStatus)
CSVCMsg_HLTVStatusOrBuilder {
// Use CSVCMsg_HLTVStatus.newBuilder() to construct.
private CSVCMsg_HLTVStatus(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CSVCMsg_HLTVStatus(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CSVCMsg_HLTVStatus defaultInstance;
public static CSVCMsg_HLTVStatus getDefaultInstance() {
return defaultInstance;
}
public CSVCMsg_HLTVStatus getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CSVCMsg_HLTVStatus(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000001;
master_ = bs;
break;
}
case 16: {
bitField0_ |= 0x00000002;
clients_ = input.readInt32();
break;
}
case 24: {
bitField0_ |= 0x00000004;
slots_ = input.readInt32();
break;
}
case 32: {
bitField0_ |= 0x00000008;
proxies_ = input.readInt32();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CSVCMsg_HLTVStatus parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CSVCMsg_HLTVStatus(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int MASTER_FIELD_NUMBER = 1;
private java.lang.Object master_;
/**
* optional string master = 1;
*/
public boolean hasMaster() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string master = 1;
*/
public java.lang.String getMaster() {
java.lang.Object ref = master_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
master_ = s;
}
return s;
}
}
/**
* optional string master = 1;
*/
public com.google.protobuf.ByteString
getMasterBytes() {
java.lang.Object ref = master_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
master_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CLIENTS_FIELD_NUMBER = 2;
private int clients_;
/**
* optional int32 clients = 2;
*/
public boolean hasClients() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 clients = 2;
*/
public int getClients() {
return clients_;
}
public static final int SLOTS_FIELD_NUMBER = 3;
private int slots_;
/**
* optional int32 slots = 3;
*/
public boolean hasSlots() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional int32 slots = 3;
*/
public int getSlots() {
return slots_;
}
public static final int PROXIES_FIELD_NUMBER = 4;
private int proxies_;
/**
* optional int32 proxies = 4;
*/
public boolean hasProxies() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional int32 proxies = 4;
*/
public int getProxies() {
return proxies_;
}
private void initFields() {
master_ = "";
clients_ = 0;
slots_ = 0;
proxies_ = 0;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getMasterBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeInt32(2, clients_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeInt32(3, slots_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeInt32(4, proxies_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getMasterBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, clients_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, slots_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(4, proxies_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CSVCMsg_HLTVStatus}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CSVCMsg_HLTVStatus)
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatusOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
master_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
clients_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
slots_ = 0;
bitField0_ = (bitField0_ & ~0x00000004);
proxies_ = 0;
bitField0_ = (bitField0_ & ~0x00000008);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_HLTVStatus_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.master_ = master_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.clients_ = clients_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.slots_ = slots_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.proxies_ = proxies_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus.getDefaultInstance()) return this;
if (other.hasMaster()) {
bitField0_ |= 0x00000001;
master_ = other.master_;
onChanged();
}
if (other.hasClients()) {
setClients(other.getClients());
}
if (other.hasSlots()) {
setSlots(other.getSlots());
}
if (other.hasProxies()) {
setProxies(other.getProxies());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_HLTVStatus) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object master_ = "";
/**
* optional string master = 1;
*/
public boolean hasMaster() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string master = 1;
*/
public java.lang.String getMaster() {
java.lang.Object ref = master_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
master_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string master = 1;
*/
public com.google.protobuf.ByteString
getMasterBytes() {
java.lang.Object ref = master_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
master_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string master = 1;
*/
public Builder setMaster(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
master_ = value;
onChanged();
return this;
}
/**
* optional string master = 1;
*/
public Builder clearMaster() {
bitField0_ = (bitField0_ & ~0x00000001);
master_ = getDefaultInstance().getMaster();
onChanged();
return this;
}
/**
* optional string master = 1;
*/
public Builder setMasterBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
master_ = value;
onChanged();
return this;
}
private int clients_ ;
/**
* optional int32 clients = 2;
*/
public boolean hasClients() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int32 clients = 2;
*/
public int getClients() {
return clients_;
}
/**
* optional int32 clients = 2;
*/
public Builder setClients(int value) {
bitField0_ |= 0x00000002;
clients_ = value;
onChanged();
return this;
}
/**
* optional int32 clients = 2;
*/
public Builder clearClients() {
bitField0_ = (bitField0_ & ~0x00000002);
clients_ = 0;
onChanged();
return this;
}
private int slots_ ;
/**
* optional int32 slots = 3;
*/
public boolean hasSlots() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional int32 slots = 3;
*/
public int getSlots() {
return slots_;
}
/**
* optional int32 slots = 3;
*/
public Builder setSlots(int value) {
bitField0_ |= 0x00000004;
slots_ = value;
onChanged();
return this;
}
/**
* optional int32 slots = 3;
*/
public Builder clearSlots() {
bitField0_ = (bitField0_ & ~0x00000004);
slots_ = 0;
onChanged();
return this;
}
private int proxies_ ;
/**
* optional int32 proxies = 4;
*/
public boolean hasProxies() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional int32 proxies = 4;
*/
public int getProxies() {
return proxies_;
}
/**
* optional int32 proxies = 4;
*/
public Builder setProxies(int value) {
bitField0_ |= 0x00000008;
proxies_ = value;
onChanged();
return this;
}
/**
* optional int32 proxies = 4;
*/
public Builder clearProxies() {
bitField0_ = (bitField0_ & ~0x00000008);
proxies_ = 0;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:CSVCMsg_HLTVStatus)
}
static {
defaultInstance = new CSVCMsg_HLTVStatus(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CSVCMsg_HLTVStatus)
}
public interface CSVCMsg_ServerSteamIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:CSVCMsg_ServerSteamID)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint64 steam_id = 1;
*/
boolean hasSteamId();
/**
* optional uint64 steam_id = 1;
*/
long getSteamId();
}
/**
* Protobuf type {@code CSVCMsg_ServerSteamID}
*/
public static final class CSVCMsg_ServerSteamID extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CSVCMsg_ServerSteamID)
CSVCMsg_ServerSteamIDOrBuilder {
// Use CSVCMsg_ServerSteamID.newBuilder() to construct.
private CSVCMsg_ServerSteamID(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CSVCMsg_ServerSteamID(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CSVCMsg_ServerSteamID defaultInstance;
public static CSVCMsg_ServerSteamID getDefaultInstance() {
return defaultInstance;
}
public CSVCMsg_ServerSteamID getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CSVCMsg_ServerSteamID(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
bitField0_ |= 0x00000001;
steamId_ = input.readUInt64();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CSVCMsg_ServerSteamID parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CSVCMsg_ServerSteamID(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int STEAM_ID_FIELD_NUMBER = 1;
private long steamId_;
/**
* optional uint64 steam_id = 1;
*/
public boolean hasSteamId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional uint64 steam_id = 1;
*/
public long getSteamId() {
return steamId_;
}
private void initFields() {
steamId_ = 0L;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeUInt64(1, steamId_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(1, steamId_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code CSVCMsg_ServerSteamID}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:CSVCMsg_ServerSteamID)
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamIDOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable
.ensureFieldAccessorsInitialized(
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.class, skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.Builder.class);
}
// Construct using skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
steamId_ = 0L;
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.internal_static_CSVCMsg_ServerSteamID_descriptor;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID getDefaultInstanceForType() {
return skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.getDefaultInstance();
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID build() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID buildPartial() {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID result = new skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.steamId_ = steamId_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID) {
return mergeFrom((skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID other) {
if (other == skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID.getDefaultInstance()) return this;
if (other.hasSteamId()) {
setSteamId(other.getSteamId());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (skadistats.clarity.wire.s2.proto.S2NetMessages.CSVCMsg_ServerSteamID) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private long steamId_ ;
/**
* optional uint64 steam_id = 1;
*/
public boolean hasSteamId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional uint64 steam_id = 1;
*/
public long getSteamId() {
return steamId_;
}
/**
* optional uint64 steam_id = 1;
*/
public Builder setSteamId(long value) {
bitField0_ |= 0x00000001;
steamId_ = value;
onChanged();
return this;
}
/**
* optional uint64 steam_id = 1;
*/
public Builder clearSteamId() {
bitField0_ = (bitField0_ & ~0x00000001);
steamId_ = 0L;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:CSVCMsg_ServerSteamID)
}
static {
defaultInstance = new CSVCMsg_ServerSteamID(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:CSVCMsg_ServerSteamID)
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CSVCMsg_CreateStringTable_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CSVCMsg_VoiceData_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CSVCMsg_VoiceData_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CSVCMsg_ClearAllStringTables_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_ProtoFlattenedSerializerField_t_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_ProtoFlattenedSerializer_t_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CSVCMsg_FlattenedSerializer_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CMsgIPCAddress_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CMsgIPCAddress_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CMsgServerPeer_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CMsgServerPeer_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CSVCMsg_PeerList_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CSVCMsg_PeerList_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CSVCMsg_HLTVStatus_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_CSVCMsg_ServerSteamID_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\024s2_netmessages.proto\032\021netmessages.prot" +
"o\"\351\001\n\031CSVCMsg_CreateStringTable\022\014\n\004name\030" +
"\001 \001(\t\022\023\n\013num_entries\030\002 \001(\005\022\034\n\024user_data_" +
"fixed_size\030\003 \001(\010\022\026\n\016user_data_size\030\004 \001(\005" +
"\022\033\n\023user_data_size_bits\030\005 \001(\005\022\r\n\005flags\030\006" +
" \001(\005\022\023\n\013string_data\030\007 \001(\014\022\031\n\021uncompresse" +
"d_size\030\010 \001(\005\022\027\n\017data_compressed\030\t \001(\010\"\210\001" +
"\n\021CSVCMsg_VoiceData\022\036\n\005audio\030\001 \001(\0132\017.CMs" +
"gVoiceAudio\022\016\n\006client\030\002 \001(\005\022\021\n\tproximity" +
"\030\003 \001(\010\022\014\n\004xuid\030\004 \001(\006\022\024\n\014audible_mask\030\005 \001",
"(\005\022\014\n\004tick\030\006 \001(\r\"@\n\034CSVCMsg_ClearAllStri" +
"ngTables\022\017\n\007mapname\030\001 \001(\t\022\017\n\007map_crc\030\002 \001" +
"(\r\"\222\002\n\037ProtoFlattenedSerializerField_t\022\024" +
"\n\014var_type_sym\030\001 \001(\005\022\024\n\014var_name_sym\030\002 \001" +
"(\005\022\021\n\tbit_count\030\003 \001(\005\022\021\n\tlow_value\030\004 \001(\002" +
"\022\022\n\nhigh_value\030\005 \001(\002\022\024\n\014encode_flags\030\006 \001" +
"(\005\022!\n\031field_serializer_name_sym\030\007 \001(\005\022 \n" +
"\030field_serializer_version\030\010 \001(\005\022\025\n\rsend_" +
"node_sym\030\t \001(\005\022\027\n\017var_encoder_sym\030\n \001(\005\"" +
"k\n\032ProtoFlattenedSerializer_t\022\033\n\023seriali",
"zer_name_sym\030\001 \001(\005\022\032\n\022serializer_version" +
"\030\002 \001(\005\022\024\n\014fields_index\030\003 \003(\005\"\222\001\n\033CSVCMsg" +
"_FlattenedSerializer\0220\n\013serializers\030\001 \003(" +
"\0132\033.ProtoFlattenedSerializer_t\022\017\n\007symbol" +
"s\030\002 \003(\t\0220\n\006fields\030\003 \003(\0132 .ProtoFlattened" +
"SerializerField_t\";\n\016CMsgIPCAddress\022\025\n\rc" +
"omputer_guid\030\001 \001(\006\022\022\n\nprocess_id\030\002 \001(\r\"\240" +
"\001\n\016CMsgServerPeer\022\023\n\013player_slot\030\001 \001(\005\022\017" +
"\n\007steamid\030\002 \001(\006\022\034\n\003ipc\030\003 \001(\0132\017.CMsgIPCAd" +
"dress\022\025\n\rthey_hear_you\030\004 \001(\010\022\025\n\ryou_hear",
"_them\030\005 \001(\010\022\034\n\024is_listenserver_host\030\006 \001(" +
"\010\"1\n\020CSVCMsg_PeerList\022\035\n\004peer\030\001 \003(\0132\017.CM" +
"sgServerPeer\"U\n\022CSVCMsg_HLTVStatus\022\016\n\006ma" +
"ster\030\001 \001(\t\022\017\n\007clients\030\002 \001(\005\022\r\n\005slots\030\003 \001" +
"(\005\022\017\n\007proxies\030\004 \001(\005\")\n\025CSVCMsg_ServerSte" +
"amID\022\020\n\010steam_id\030\001 \001(\004*\337\002\n\014CLC_Messages\022" +
"\022\n\016clc_ClientInfo\020\024\022\014\n\010clc_Move\020\025\022\021\n\rclc" +
"_VoiceData\020\026\022\023\n\017clc_BaselineAck\020\027\022\024\n\020clc" +
"_ListenEvents\020\030\022\030\n\024clc_RespondCvarValue\020" +
"\031\022\024\n\020clc_FileCRCCheck\020\032\022\027\n\023clc_LoadingPr",
"ogress\020\033\022\032\n\026clc_SplitPlayerConnect\020\034\022\025\n\021" +
"clc_ClientMessage\020\035\022\035\n\031clc_SplitPlayerDi" +
"sconnect\020\036\022\024\n\020clc_ServerStatus\020\037\022\022\n\016clc_" +
"ServerPing\020 \022\024\n\020clc_RequestPause\020!\022\024\n\020cl" +
"c_CmdKeyValues\020\"*\231\004\n\014SVC_Messages\022\022\n\016svc" +
"_ServerInfo\020(\022\033\n\027svc_FlattenedSerializer" +
"\020)\022\021\n\rsvc_ClassInfo\020*\022\020\n\014svc_SetPause\020+\022" +
"\031\n\025svc_CreateStringTable\020,\022\031\n\025svc_Update" +
"StringTable\020-\022\021\n\rsvc_VoiceInit\020.\022\021\n\rsvc_" +
"VoiceData\020/\022\r\n\tsvc_Print\0200\022\016\n\nsvc_Sounds",
"\0201\022\017\n\013svc_SetView\0202\022\034\n\030svc_ClearAllStrin" +
"gTables\0203\022\024\n\020svc_CmdKeyValues\0204\022\020\n\014svc_B" +
"SPDecal\0205\022\023\n\017svc_SplitScreen\0206\022\026\n\022svc_Pa" +
"cketEntities\0207\022\020\n\014svc_Prefetch\0208\022\014\n\010svc_" +
"Menu\0209\022\024\n\020svc_GetCvarValue\020:\022\021\n\rsvc_Stop" +
"Sound\020;\022\020\n\014svc_PeerList\020<\022\026\n\022svc_PacketR" +
"eliable\020=\022\022\n\016svc_HLTVStatus\020>\022\025\n\021svc_Ser" +
"verSteamID\020?\022\026\n\022svc_FullFrameSplit\020FB4\n " +
"skadistats.clarity.wire.s2.protoB\rS2NetM" +
"essages\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[] {
skadistats.clarity.wire.common.proto.NetMessages.getDescriptor(),
}, assigner);
internal_static_CSVCMsg_CreateStringTable_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_CSVCMsg_CreateStringTable_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CSVCMsg_CreateStringTable_descriptor,
new java.lang.String[] { "Name", "NumEntries", "UserDataFixedSize", "UserDataSize", "UserDataSizeBits", "Flags", "StringData", "UncompressedSize", "DataCompressed", });
internal_static_CSVCMsg_VoiceData_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_CSVCMsg_VoiceData_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CSVCMsg_VoiceData_descriptor,
new java.lang.String[] { "Audio", "Client", "Proximity", "Xuid", "AudibleMask", "Tick", });
internal_static_CSVCMsg_ClearAllStringTables_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_CSVCMsg_ClearAllStringTables_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CSVCMsg_ClearAllStringTables_descriptor,
new java.lang.String[] { "Mapname", "MapCrc", });
internal_static_ProtoFlattenedSerializerField_t_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_ProtoFlattenedSerializerField_t_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ProtoFlattenedSerializerField_t_descriptor,
new java.lang.String[] { "VarTypeSym", "VarNameSym", "BitCount", "LowValue", "HighValue", "EncodeFlags", "FieldSerializerNameSym", "FieldSerializerVersion", "SendNodeSym", "VarEncoderSym", });
internal_static_ProtoFlattenedSerializer_t_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_ProtoFlattenedSerializer_t_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ProtoFlattenedSerializer_t_descriptor,
new java.lang.String[] { "SerializerNameSym", "SerializerVersion", "FieldsIndex", });
internal_static_CSVCMsg_FlattenedSerializer_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_CSVCMsg_FlattenedSerializer_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CSVCMsg_FlattenedSerializer_descriptor,
new java.lang.String[] { "Serializers", "Symbols", "Fields", });
internal_static_CMsgIPCAddress_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_CMsgIPCAddress_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CMsgIPCAddress_descriptor,
new java.lang.String[] { "ComputerGuid", "ProcessId", });
internal_static_CMsgServerPeer_descriptor =
getDescriptor().getMessageTypes().get(7);
internal_static_CMsgServerPeer_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CMsgServerPeer_descriptor,
new java.lang.String[] { "PlayerSlot", "Steamid", "Ipc", "TheyHearYou", "YouHearThem", "IsListenserverHost", });
internal_static_CSVCMsg_PeerList_descriptor =
getDescriptor().getMessageTypes().get(8);
internal_static_CSVCMsg_PeerList_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CSVCMsg_PeerList_descriptor,
new java.lang.String[] { "Peer", });
internal_static_CSVCMsg_HLTVStatus_descriptor =
getDescriptor().getMessageTypes().get(9);
internal_static_CSVCMsg_HLTVStatus_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CSVCMsg_HLTVStatus_descriptor,
new java.lang.String[] { "Master", "Clients", "Slots", "Proxies", });
internal_static_CSVCMsg_ServerSteamID_descriptor =
getDescriptor().getMessageTypes().get(10);
internal_static_CSVCMsg_ServerSteamID_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CSVCMsg_ServerSteamID_descriptor,
new java.lang.String[] { "SteamId", });
skadistats.clarity.wire.common.proto.NetMessages.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}