// Generated by the protocol buffer compiler. DO NOT EDIT! // source: OutgoingProtos.proto package com.steamcommunity.siplus.steamscreenshots.proto; public final class OutgoingProtos { private OutgoingProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public interface ClientLogonProtoOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional uint32 protocolVersion = 1; /** * <code>optional uint32 protocolVersion = 1;</code> */ boolean hasProtocolVersion(); /** * <code>optional uint32 protocolVersion = 1;</code> */ int getProtocolVersion(); // optional uint32 obfuscatedPrivateIP = 2; /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ boolean hasObfuscatedPrivateIP(); /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ int getObfuscatedPrivateIP(); // optional uint32 cellID = 3; /** * <code>optional uint32 cellID = 3;</code> */ boolean hasCellID(); /** * <code>optional uint32 cellID = 3;</code> */ int getCellID(); // optional uint32 lastSessionID = 4; /** * <code>optional uint32 lastSessionID = 4;</code> */ boolean hasLastSessionID(); /** * <code>optional uint32 lastSessionID = 4;</code> */ int getLastSessionID(); // optional uint32 clientPackageVersion = 5; /** * <code>optional uint32 clientPackageVersion = 5;</code> */ boolean hasClientPackageVersion(); /** * <code>optional uint32 clientPackageVersion = 5;</code> */ int getClientPackageVersion(); // optional string clientLanguage = 6; /** * <code>optional string clientLanguage = 6;</code> */ boolean hasClientLanguage(); /** * <code>optional string clientLanguage = 6;</code> */ java.lang.String getClientLanguage(); /** * <code>optional string clientLanguage = 6;</code> */ com.google.protobuf.ByteString getClientLanguageBytes(); // optional uint32 clientOSType = 7; /** * <code>optional uint32 clientOSType = 7;</code> */ boolean hasClientOSType(); /** * <code>optional uint32 clientOSType = 7;</code> */ int getClientOSType(); // optional bool shouldRememberPassword = 8 [default = false]; /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ boolean hasShouldRememberPassword(); /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ boolean getShouldRememberPassword(); // optional string wineVersion = 9; /** * <code>optional string wineVersion = 9;</code> */ boolean hasWineVersion(); /** * <code>optional string wineVersion = 9;</code> */ java.lang.String getWineVersion(); /** * <code>optional string wineVersion = 9;</code> */ com.google.protobuf.ByteString getWineVersionBytes(); // optional uint32 pingMsFromCellSearch = 10; /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ boolean hasPingMsFromCellSearch(); /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ int getPingMsFromCellSearch(); // optional uint32 publicIP = 20; /** * <code>optional uint32 publicIP = 20;</code> */ boolean hasPublicIP(); /** * <code>optional uint32 publicIP = 20;</code> */ int getPublicIP(); // optional uint32 qosLevel = 21; /** * <code>optional uint32 qosLevel = 21;</code> */ boolean hasQosLevel(); /** * <code>optional uint32 qosLevel = 21;</code> */ int getQosLevel(); // optional fixed64 clientSuppliedSteamID = 22; /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ boolean hasClientSuppliedSteamID(); /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ long getClientSuppliedSteamID(); // optional bytes machineID = 30; /** * <code>optional bytes machineID = 30;</code> */ boolean hasMachineID(); /** * <code>optional bytes machineID = 30;</code> */ com.google.protobuf.ByteString getMachineID(); // optional uint32 launcherType = 31 [default = 0]; /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ boolean hasLauncherType(); /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ int getLauncherType(); // optional uint32 uiMode = 32 [default = 0]; /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ boolean hasUiMode(); /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ int getUiMode(); // optional bytes steam2AuthTicket = 41; /** * <code>optional bytes steam2AuthTicket = 41;</code> */ boolean hasSteam2AuthTicket(); /** * <code>optional bytes steam2AuthTicket = 41;</code> */ com.google.protobuf.ByteString getSteam2AuthTicket(); // optional string emailAddress = 42; /** * <code>optional string emailAddress = 42;</code> */ boolean hasEmailAddress(); /** * <code>optional string emailAddress = 42;</code> */ java.lang.String getEmailAddress(); /** * <code>optional string emailAddress = 42;</code> */ com.google.protobuf.ByteString getEmailAddressBytes(); // optional fixed32 timeAccountCreation = 43; /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ boolean hasTimeAccountCreation(); /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ int getTimeAccountCreation(); // optional string accountName = 50; /** * <code>optional string accountName = 50;</code> */ boolean hasAccountName(); /** * <code>optional string accountName = 50;</code> */ java.lang.String getAccountName(); /** * <code>optional string accountName = 50;</code> */ com.google.protobuf.ByteString getAccountNameBytes(); // optional string password = 51; /** * <code>optional string password = 51;</code> */ boolean hasPassword(); /** * <code>optional string password = 51;</code> */ java.lang.String getPassword(); /** * <code>optional string password = 51;</code> */ com.google.protobuf.ByteString getPasswordBytes(); // optional string loginKey = 60; /** * <code>optional string loginKey = 60;</code> */ boolean hasLoginKey(); /** * <code>optional string loginKey = 60;</code> */ java.lang.String getLoginKey(); /** * <code>optional string loginKey = 60;</code> */ com.google.protobuf.ByteString getLoginKeyBytes(); // optional bytes sonyPSNTicket = 90; /** * <code>optional bytes sonyPSNTicket = 90;</code> */ boolean hasSonyPSNTicket(); /** * <code>optional bytes sonyPSNTicket = 90;</code> */ com.google.protobuf.ByteString getSonyPSNTicket(); // optional string sonyPSNServiceID = 91; /** * <code>optional string sonyPSNServiceID = 91;</code> */ boolean hasSonyPSNServiceID(); /** * <code>optional string sonyPSNServiceID = 91;</code> */ java.lang.String getSonyPSNServiceID(); /** * <code>optional string sonyPSNServiceID = 91;</code> */ com.google.protobuf.ByteString getSonyPSNServiceIDBytes(); // optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false]; /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ boolean hasCreateNewPSNLinkedAccountIfNeeded(); /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ boolean getCreateNewPSNLinkedAccountIfNeeded(); // optional string sonyPSNName = 93; /** * <code>optional string sonyPSNName = 93;</code> */ boolean hasSonyPSNName(); /** * <code>optional string sonyPSNName = 93;</code> */ java.lang.String getSonyPSNName(); /** * <code>optional string sonyPSNName = 93;</code> */ com.google.protobuf.ByteString getSonyPSNNameBytes(); // optional bool wasConvertedDeprecatedMsg = 70 [default = false]; /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ boolean hasWasConvertedDeprecatedMsg(); /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ boolean getWasConvertedDeprecatedMsg(); // optional string anonUserTargetAccountName = 80; /** * <code>optional string anonUserTargetAccountName = 80;</code> */ boolean hasAnonUserTargetAccountName(); /** * <code>optional string anonUserTargetAccountName = 80;</code> */ java.lang.String getAnonUserTargetAccountName(); /** * <code>optional string anonUserTargetAccountName = 80;</code> */ com.google.protobuf.ByteString getAnonUserTargetAccountNameBytes(); // optional fixed64 resolvedUserSteamID = 81; /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ boolean hasResolvedUserSteamID(); /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ long getResolvedUserSteamID(); // optional int32 eresultSentryFile = 82; /** * <code>optional int32 eresultSentryFile = 82;</code> */ boolean hasEresultSentryFile(); /** * <code>optional int32 eresultSentryFile = 82;</code> */ int getEresultSentryFile(); // optional bytes shaSentryFile = 83; /** * <code>optional bytes shaSentryFile = 83;</code> */ boolean hasShaSentryFile(); /** * <code>optional bytes shaSentryFile = 83;</code> */ com.google.protobuf.ByteString getShaSentryFile(); // optional string authCode = 84; /** * <code>optional string authCode = 84;</code> */ boolean hasAuthCode(); /** * <code>optional string authCode = 84;</code> */ java.lang.String getAuthCode(); /** * <code>optional string authCode = 84;</code> */ com.google.protobuf.ByteString getAuthCodeBytes(); // optional int32 otpType = 85; /** * <code>optional int32 otpType = 85;</code> */ boolean hasOtpType(); /** * <code>optional int32 otpType = 85;</code> */ int getOtpType(); // optional uint32 otpValue = 86; /** * <code>optional uint32 otpValue = 86;</code> */ boolean hasOtpValue(); /** * <code>optional uint32 otpValue = 86;</code> */ int getOtpValue(); // optional string otpIdentifier = 87; /** * <code>optional string otpIdentifier = 87;</code> */ boolean hasOtpIdentifier(); /** * <code>optional string otpIdentifier = 87;</code> */ java.lang.String getOtpIdentifier(); /** * <code>optional string otpIdentifier = 87;</code> */ com.google.protobuf.ByteString getOtpIdentifierBytes(); // optional bool steam2TicketRequest = 88; /** * <code>optional bool steam2TicketRequest = 88;</code> */ boolean hasSteam2TicketRequest(); /** * <code>optional bool steam2TicketRequest = 88;</code> */ boolean getSteam2TicketRequest(); // optional int32 gameServerAppID = 94; /** * <code>optional int32 gameServerAppID = 94;</code> */ boolean hasGameServerAppID(); /** * <code>optional int32 gameServerAppID = 94;</code> */ int getGameServerAppID(); // optional bool steamGuardDontRememberComputer = 95; /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ boolean hasSteamGuardDontRememberComputer(); /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ boolean getSteamGuardDontRememberComputer(); // optional string machineName = 96; /** * <code>optional string machineName = 96;</code> */ boolean hasMachineName(); /** * <code>optional string machineName = 96;</code> */ java.lang.String getMachineName(); /** * <code>optional string machineName = 96;</code> */ com.google.protobuf.ByteString getMachineNameBytes(); // optional string machineNameUserChosen = 97; /** * <code>optional string machineNameUserChosen = 97;</code> */ boolean hasMachineNameUserChosen(); /** * <code>optional string machineNameUserChosen = 97;</code> */ java.lang.String getMachineNameUserChosen(); /** * <code>optional string machineNameUserChosen = 97;</code> */ com.google.protobuf.ByteString getMachineNameUserChosenBytes(); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientLogonProto} */ public static final class ClientLogonProto extends com.google.protobuf.GeneratedMessage implements ClientLogonProtoOrBuilder { // Use ClientLogonProto.newBuilder() to construct. private ClientLogonProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientLogonProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientLogonProto defaultInstance; public static ClientLogonProto getDefaultInstance() { return defaultInstance; } public ClientLogonProto getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientLogonProto( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; int mutable_bitField1_ = 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; protocolVersion_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; obfuscatedPrivateIP_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; cellID_ = input.readUInt32(); break; } case 32: { bitField0_ |= 0x00000008; lastSessionID_ = input.readUInt32(); break; } case 40: { bitField0_ |= 0x00000010; clientPackageVersion_ = input.readUInt32(); break; } case 50: { bitField0_ |= 0x00000020; clientLanguage_ = input.readBytes(); break; } case 56: { bitField0_ |= 0x00000040; clientOSType_ = input.readUInt32(); break; } case 64: { bitField0_ |= 0x00000080; shouldRememberPassword_ = input.readBool(); break; } case 74: { bitField0_ |= 0x00000100; wineVersion_ = input.readBytes(); break; } case 80: { bitField0_ |= 0x00000200; pingMsFromCellSearch_ = input.readUInt32(); break; } case 160: { bitField0_ |= 0x00000400; publicIP_ = input.readUInt32(); break; } case 168: { bitField0_ |= 0x00000800; qosLevel_ = input.readUInt32(); break; } case 177: { bitField0_ |= 0x00001000; clientSuppliedSteamID_ = input.readFixed64(); break; } case 242: { bitField0_ |= 0x00002000; machineID_ = input.readBytes(); break; } case 248: { bitField0_ |= 0x00004000; launcherType_ = input.readUInt32(); break; } case 256: { bitField0_ |= 0x00008000; uiMode_ = input.readUInt32(); break; } case 330: { bitField0_ |= 0x00010000; steam2AuthTicket_ = input.readBytes(); break; } case 338: { bitField0_ |= 0x00020000; emailAddress_ = input.readBytes(); break; } case 349: { bitField0_ |= 0x00040000; timeAccountCreation_ = input.readFixed32(); break; } case 402: { bitField0_ |= 0x00080000; accountName_ = input.readBytes(); break; } case 410: { bitField0_ |= 0x00100000; password_ = input.readBytes(); break; } case 482: { bitField0_ |= 0x00200000; loginKey_ = input.readBytes(); break; } case 560: { bitField0_ |= 0x04000000; wasConvertedDeprecatedMsg_ = input.readBool(); break; } case 642: { bitField0_ |= 0x08000000; anonUserTargetAccountName_ = input.readBytes(); break; } case 649: { bitField0_ |= 0x10000000; resolvedUserSteamID_ = input.readFixed64(); break; } case 656: { bitField0_ |= 0x20000000; eresultSentryFile_ = input.readInt32(); break; } case 666: { bitField0_ |= 0x40000000; shaSentryFile_ = input.readBytes(); break; } case 674: { bitField0_ |= 0x80000000; authCode_ = input.readBytes(); break; } case 680: { bitField1_ |= 0x00000001; otpType_ = input.readInt32(); break; } case 688: { bitField1_ |= 0x00000002; otpValue_ = input.readUInt32(); break; } case 698: { bitField1_ |= 0x00000004; otpIdentifier_ = input.readBytes(); break; } case 704: { bitField1_ |= 0x00000008; steam2TicketRequest_ = input.readBool(); break; } case 722: { bitField0_ |= 0x00400000; sonyPSNTicket_ = input.readBytes(); break; } case 730: { bitField0_ |= 0x00800000; sonyPSNServiceID_ = input.readBytes(); break; } case 736: { bitField0_ |= 0x01000000; createNewPSNLinkedAccountIfNeeded_ = input.readBool(); break; } case 746: { bitField0_ |= 0x02000000; sonyPSNName_ = input.readBytes(); break; } case 752: { bitField1_ |= 0x00000010; gameServerAppID_ = input.readInt32(); break; } case 760: { bitField1_ |= 0x00000020; steamGuardDontRememberComputer_ = input.readBool(); break; } case 770: { bitField1_ |= 0x00000040; machineName_ = input.readBytes(); break; } case 778: { bitField1_ |= 0x00000080; machineNameUserChosen_ = input.readBytes(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto.Builder.class); } public static com.google.protobuf.Parser<ClientLogonProto> PARSER = new com.google.protobuf.AbstractParser<ClientLogonProto>() { public ClientLogonProto parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientLogonProto(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientLogonProto> getParserForType() { return PARSER; } private int bitField0_; private int bitField1_; // optional uint32 protocolVersion = 1; public static final int PROTOCOLVERSION_FIELD_NUMBER = 1; private int protocolVersion_; /** * <code>optional uint32 protocolVersion = 1;</code> */ public boolean hasProtocolVersion() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 protocolVersion = 1;</code> */ public int getProtocolVersion() { return protocolVersion_; } // optional uint32 obfuscatedPrivateIP = 2; public static final int OBFUSCATEDPRIVATEIP_FIELD_NUMBER = 2; private int obfuscatedPrivateIP_; /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ public boolean hasObfuscatedPrivateIP() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ public int getObfuscatedPrivateIP() { return obfuscatedPrivateIP_; } // optional uint32 cellID = 3; public static final int CELLID_FIELD_NUMBER = 3; private int cellID_; /** * <code>optional uint32 cellID = 3;</code> */ public boolean hasCellID() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional uint32 cellID = 3;</code> */ public int getCellID() { return cellID_; } // optional uint32 lastSessionID = 4; public static final int LASTSESSIONID_FIELD_NUMBER = 4; private int lastSessionID_; /** * <code>optional uint32 lastSessionID = 4;</code> */ public boolean hasLastSessionID() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional uint32 lastSessionID = 4;</code> */ public int getLastSessionID() { return lastSessionID_; } // optional uint32 clientPackageVersion = 5; public static final int CLIENTPACKAGEVERSION_FIELD_NUMBER = 5; private int clientPackageVersion_; /** * <code>optional uint32 clientPackageVersion = 5;</code> */ public boolean hasClientPackageVersion() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint32 clientPackageVersion = 5;</code> */ public int getClientPackageVersion() { return clientPackageVersion_; } // optional string clientLanguage = 6; public static final int CLIENTLANGUAGE_FIELD_NUMBER = 6; private java.lang.Object clientLanguage_; /** * <code>optional string clientLanguage = 6;</code> */ public boolean hasClientLanguage() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional string clientLanguage = 6;</code> */ public java.lang.String getClientLanguage() { java.lang.Object ref = clientLanguage_; 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()) { clientLanguage_ = s; } return s; } } /** * <code>optional string clientLanguage = 6;</code> */ public com.google.protobuf.ByteString getClientLanguageBytes() { java.lang.Object ref = clientLanguage_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); clientLanguage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 clientOSType = 7; public static final int CLIENTOSTYPE_FIELD_NUMBER = 7; private int clientOSType_; /** * <code>optional uint32 clientOSType = 7;</code> */ public boolean hasClientOSType() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 clientOSType = 7;</code> */ public int getClientOSType() { return clientOSType_; } // optional bool shouldRememberPassword = 8 [default = false]; public static final int SHOULDREMEMBERPASSWORD_FIELD_NUMBER = 8; private boolean shouldRememberPassword_; /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ public boolean hasShouldRememberPassword() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ public boolean getShouldRememberPassword() { return shouldRememberPassword_; } // optional string wineVersion = 9; public static final int WINEVERSION_FIELD_NUMBER = 9; private java.lang.Object wineVersion_; /** * <code>optional string wineVersion = 9;</code> */ public boolean hasWineVersion() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional string wineVersion = 9;</code> */ public java.lang.String getWineVersion() { java.lang.Object ref = wineVersion_; 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()) { wineVersion_ = s; } return s; } } /** * <code>optional string wineVersion = 9;</code> */ public com.google.protobuf.ByteString getWineVersionBytes() { java.lang.Object ref = wineVersion_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); wineVersion_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 pingMsFromCellSearch = 10; public static final int PINGMSFROMCELLSEARCH_FIELD_NUMBER = 10; private int pingMsFromCellSearch_; /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ public boolean hasPingMsFromCellSearch() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ public int getPingMsFromCellSearch() { return pingMsFromCellSearch_; } // optional uint32 publicIP = 20; public static final int PUBLICIP_FIELD_NUMBER = 20; private int publicIP_; /** * <code>optional uint32 publicIP = 20;</code> */ public boolean hasPublicIP() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * <code>optional uint32 publicIP = 20;</code> */ public int getPublicIP() { return publicIP_; } // optional uint32 qosLevel = 21; public static final int QOSLEVEL_FIELD_NUMBER = 21; private int qosLevel_; /** * <code>optional uint32 qosLevel = 21;</code> */ public boolean hasQosLevel() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * <code>optional uint32 qosLevel = 21;</code> */ public int getQosLevel() { return qosLevel_; } // optional fixed64 clientSuppliedSteamID = 22; public static final int CLIENTSUPPLIEDSTEAMID_FIELD_NUMBER = 22; private long clientSuppliedSteamID_; /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ public boolean hasClientSuppliedSteamID() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ public long getClientSuppliedSteamID() { return clientSuppliedSteamID_; } // optional bytes machineID = 30; public static final int MACHINEID_FIELD_NUMBER = 30; private com.google.protobuf.ByteString machineID_; /** * <code>optional bytes machineID = 30;</code> */ public boolean hasMachineID() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * <code>optional bytes machineID = 30;</code> */ public com.google.protobuf.ByteString getMachineID() { return machineID_; } // optional uint32 launcherType = 31 [default = 0]; public static final int LAUNCHERTYPE_FIELD_NUMBER = 31; private int launcherType_; /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ public boolean hasLauncherType() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ public int getLauncherType() { return launcherType_; } // optional uint32 uiMode = 32 [default = 0]; public static final int UIMODE_FIELD_NUMBER = 32; private int uiMode_; /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ public boolean hasUiMode() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ public int getUiMode() { return uiMode_; } // optional bytes steam2AuthTicket = 41; public static final int STEAM2AUTHTICKET_FIELD_NUMBER = 41; private com.google.protobuf.ByteString steam2AuthTicket_; /** * <code>optional bytes steam2AuthTicket = 41;</code> */ public boolean hasSteam2AuthTicket() { return ((bitField0_ & 0x00010000) == 0x00010000); } /** * <code>optional bytes steam2AuthTicket = 41;</code> */ public com.google.protobuf.ByteString getSteam2AuthTicket() { return steam2AuthTicket_; } // optional string emailAddress = 42; public static final int EMAILADDRESS_FIELD_NUMBER = 42; private java.lang.Object emailAddress_; /** * <code>optional string emailAddress = 42;</code> */ public boolean hasEmailAddress() { return ((bitField0_ & 0x00020000) == 0x00020000); } /** * <code>optional string emailAddress = 42;</code> */ public java.lang.String getEmailAddress() { java.lang.Object ref = emailAddress_; 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()) { emailAddress_ = s; } return s; } } /** * <code>optional string emailAddress = 42;</code> */ public com.google.protobuf.ByteString getEmailAddressBytes() { java.lang.Object ref = emailAddress_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); emailAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional fixed32 timeAccountCreation = 43; public static final int TIMEACCOUNTCREATION_FIELD_NUMBER = 43; private int timeAccountCreation_; /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ public boolean hasTimeAccountCreation() { return ((bitField0_ & 0x00040000) == 0x00040000); } /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ public int getTimeAccountCreation() { return timeAccountCreation_; } // optional string accountName = 50; public static final int ACCOUNTNAME_FIELD_NUMBER = 50; private java.lang.Object accountName_; /** * <code>optional string accountName = 50;</code> */ public boolean hasAccountName() { return ((bitField0_ & 0x00080000) == 0x00080000); } /** * <code>optional string accountName = 50;</code> */ public java.lang.String getAccountName() { java.lang.Object ref = accountName_; 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()) { accountName_ = s; } return s; } } /** * <code>optional string accountName = 50;</code> */ public com.google.protobuf.ByteString getAccountNameBytes() { java.lang.Object ref = accountName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); accountName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string password = 51; public static final int PASSWORD_FIELD_NUMBER = 51; private java.lang.Object password_; /** * <code>optional string password = 51;</code> */ public boolean hasPassword() { return ((bitField0_ & 0x00100000) == 0x00100000); } /** * <code>optional string password = 51;</code> */ public java.lang.String getPassword() { java.lang.Object ref = password_; 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()) { password_ = s; } return s; } } /** * <code>optional string password = 51;</code> */ public com.google.protobuf.ByteString getPasswordBytes() { java.lang.Object ref = password_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); password_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string loginKey = 60; public static final int LOGINKEY_FIELD_NUMBER = 60; private java.lang.Object loginKey_; /** * <code>optional string loginKey = 60;</code> */ public boolean hasLoginKey() { return ((bitField0_ & 0x00200000) == 0x00200000); } /** * <code>optional string loginKey = 60;</code> */ public java.lang.String getLoginKey() { java.lang.Object ref = loginKey_; 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()) { loginKey_ = s; } return s; } } /** * <code>optional string loginKey = 60;</code> */ public com.google.protobuf.ByteString getLoginKeyBytes() { java.lang.Object ref = loginKey_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); loginKey_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional bytes sonyPSNTicket = 90; public static final int SONYPSNTICKET_FIELD_NUMBER = 90; private com.google.protobuf.ByteString sonyPSNTicket_; /** * <code>optional bytes sonyPSNTicket = 90;</code> */ public boolean hasSonyPSNTicket() { return ((bitField0_ & 0x00400000) == 0x00400000); } /** * <code>optional bytes sonyPSNTicket = 90;</code> */ public com.google.protobuf.ByteString getSonyPSNTicket() { return sonyPSNTicket_; } // optional string sonyPSNServiceID = 91; public static final int SONYPSNSERVICEID_FIELD_NUMBER = 91; private java.lang.Object sonyPSNServiceID_; /** * <code>optional string sonyPSNServiceID = 91;</code> */ public boolean hasSonyPSNServiceID() { return ((bitField0_ & 0x00800000) == 0x00800000); } /** * <code>optional string sonyPSNServiceID = 91;</code> */ public java.lang.String getSonyPSNServiceID() { java.lang.Object ref = sonyPSNServiceID_; 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()) { sonyPSNServiceID_ = s; } return s; } } /** * <code>optional string sonyPSNServiceID = 91;</code> */ public com.google.protobuf.ByteString getSonyPSNServiceIDBytes() { java.lang.Object ref = sonyPSNServiceID_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); sonyPSNServiceID_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false]; public static final int CREATENEWPSNLINKEDACCOUNTIFNEEDED_FIELD_NUMBER = 92; private boolean createNewPSNLinkedAccountIfNeeded_; /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ public boolean hasCreateNewPSNLinkedAccountIfNeeded() { return ((bitField0_ & 0x01000000) == 0x01000000); } /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ public boolean getCreateNewPSNLinkedAccountIfNeeded() { return createNewPSNLinkedAccountIfNeeded_; } // optional string sonyPSNName = 93; public static final int SONYPSNNAME_FIELD_NUMBER = 93; private java.lang.Object sonyPSNName_; /** * <code>optional string sonyPSNName = 93;</code> */ public boolean hasSonyPSNName() { return ((bitField0_ & 0x02000000) == 0x02000000); } /** * <code>optional string sonyPSNName = 93;</code> */ public java.lang.String getSonyPSNName() { java.lang.Object ref = sonyPSNName_; 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()) { sonyPSNName_ = s; } return s; } } /** * <code>optional string sonyPSNName = 93;</code> */ public com.google.protobuf.ByteString getSonyPSNNameBytes() { java.lang.Object ref = sonyPSNName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); sonyPSNName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional bool wasConvertedDeprecatedMsg = 70 [default = false]; public static final int WASCONVERTEDDEPRECATEDMSG_FIELD_NUMBER = 70; private boolean wasConvertedDeprecatedMsg_; /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ public boolean hasWasConvertedDeprecatedMsg() { return ((bitField0_ & 0x04000000) == 0x04000000); } /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ public boolean getWasConvertedDeprecatedMsg() { return wasConvertedDeprecatedMsg_; } // optional string anonUserTargetAccountName = 80; public static final int ANONUSERTARGETACCOUNTNAME_FIELD_NUMBER = 80; private java.lang.Object anonUserTargetAccountName_; /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public boolean hasAnonUserTargetAccountName() { return ((bitField0_ & 0x08000000) == 0x08000000); } /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public java.lang.String getAnonUserTargetAccountName() { java.lang.Object ref = anonUserTargetAccountName_; 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()) { anonUserTargetAccountName_ = s; } return s; } } /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public com.google.protobuf.ByteString getAnonUserTargetAccountNameBytes() { java.lang.Object ref = anonUserTargetAccountName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); anonUserTargetAccountName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional fixed64 resolvedUserSteamID = 81; public static final int RESOLVEDUSERSTEAMID_FIELD_NUMBER = 81; private long resolvedUserSteamID_; /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ public boolean hasResolvedUserSteamID() { return ((bitField0_ & 0x10000000) == 0x10000000); } /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ public long getResolvedUserSteamID() { return resolvedUserSteamID_; } // optional int32 eresultSentryFile = 82; public static final int ERESULTSENTRYFILE_FIELD_NUMBER = 82; private int eresultSentryFile_; /** * <code>optional int32 eresultSentryFile = 82;</code> */ public boolean hasEresultSentryFile() { return ((bitField0_ & 0x20000000) == 0x20000000); } /** * <code>optional int32 eresultSentryFile = 82;</code> */ public int getEresultSentryFile() { return eresultSentryFile_; } // optional bytes shaSentryFile = 83; public static final int SHASENTRYFILE_FIELD_NUMBER = 83; private com.google.protobuf.ByteString shaSentryFile_; /** * <code>optional bytes shaSentryFile = 83;</code> */ public boolean hasShaSentryFile() { return ((bitField0_ & 0x40000000) == 0x40000000); } /** * <code>optional bytes shaSentryFile = 83;</code> */ public com.google.protobuf.ByteString getShaSentryFile() { return shaSentryFile_; } // optional string authCode = 84; public static final int AUTHCODE_FIELD_NUMBER = 84; private java.lang.Object authCode_; /** * <code>optional string authCode = 84;</code> */ public boolean hasAuthCode() { return ((bitField0_ & 0x80000000) == 0x80000000); } /** * <code>optional string authCode = 84;</code> */ public java.lang.String getAuthCode() { java.lang.Object ref = authCode_; 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()) { authCode_ = s; } return s; } } /** * <code>optional string authCode = 84;</code> */ public com.google.protobuf.ByteString getAuthCodeBytes() { java.lang.Object ref = authCode_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); authCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional int32 otpType = 85; public static final int OTPTYPE_FIELD_NUMBER = 85; private int otpType_; /** * <code>optional int32 otpType = 85;</code> */ public boolean hasOtpType() { return ((bitField1_ & 0x00000001) == 0x00000001); } /** * <code>optional int32 otpType = 85;</code> */ public int getOtpType() { return otpType_; } // optional uint32 otpValue = 86; public static final int OTPVALUE_FIELD_NUMBER = 86; private int otpValue_; /** * <code>optional uint32 otpValue = 86;</code> */ public boolean hasOtpValue() { return ((bitField1_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 otpValue = 86;</code> */ public int getOtpValue() { return otpValue_; } // optional string otpIdentifier = 87; public static final int OTPIDENTIFIER_FIELD_NUMBER = 87; private java.lang.Object otpIdentifier_; /** * <code>optional string otpIdentifier = 87;</code> */ public boolean hasOtpIdentifier() { return ((bitField1_ & 0x00000004) == 0x00000004); } /** * <code>optional string otpIdentifier = 87;</code> */ public java.lang.String getOtpIdentifier() { java.lang.Object ref = otpIdentifier_; 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()) { otpIdentifier_ = s; } return s; } } /** * <code>optional string otpIdentifier = 87;</code> */ public com.google.protobuf.ByteString getOtpIdentifierBytes() { java.lang.Object ref = otpIdentifier_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); otpIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional bool steam2TicketRequest = 88; public static final int STEAM2TICKETREQUEST_FIELD_NUMBER = 88; private boolean steam2TicketRequest_; /** * <code>optional bool steam2TicketRequest = 88;</code> */ public boolean hasSteam2TicketRequest() { return ((bitField1_ & 0x00000008) == 0x00000008); } /** * <code>optional bool steam2TicketRequest = 88;</code> */ public boolean getSteam2TicketRequest() { return steam2TicketRequest_; } // optional int32 gameServerAppID = 94; public static final int GAMESERVERAPPID_FIELD_NUMBER = 94; private int gameServerAppID_; /** * <code>optional int32 gameServerAppID = 94;</code> */ public boolean hasGameServerAppID() { return ((bitField1_ & 0x00000010) == 0x00000010); } /** * <code>optional int32 gameServerAppID = 94;</code> */ public int getGameServerAppID() { return gameServerAppID_; } // optional bool steamGuardDontRememberComputer = 95; public static final int STEAMGUARDDONTREMEMBERCOMPUTER_FIELD_NUMBER = 95; private boolean steamGuardDontRememberComputer_; /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ public boolean hasSteamGuardDontRememberComputer() { return ((bitField1_ & 0x00000020) == 0x00000020); } /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ public boolean getSteamGuardDontRememberComputer() { return steamGuardDontRememberComputer_; } // optional string machineName = 96; public static final int MACHINENAME_FIELD_NUMBER = 96; private java.lang.Object machineName_; /** * <code>optional string machineName = 96;</code> */ public boolean hasMachineName() { return ((bitField1_ & 0x00000040) == 0x00000040); } /** * <code>optional string machineName = 96;</code> */ public java.lang.String getMachineName() { java.lang.Object ref = machineName_; 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()) { machineName_ = s; } return s; } } /** * <code>optional string machineName = 96;</code> */ public com.google.protobuf.ByteString getMachineNameBytes() { java.lang.Object ref = machineName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); machineName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string machineNameUserChosen = 97; public static final int MACHINENAMEUSERCHOSEN_FIELD_NUMBER = 97; private java.lang.Object machineNameUserChosen_; /** * <code>optional string machineNameUserChosen = 97;</code> */ public boolean hasMachineNameUserChosen() { return ((bitField1_ & 0x00000080) == 0x00000080); } /** * <code>optional string machineNameUserChosen = 97;</code> */ public java.lang.String getMachineNameUserChosen() { java.lang.Object ref = machineNameUserChosen_; 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()) { machineNameUserChosen_ = s; } return s; } } /** * <code>optional string machineNameUserChosen = 97;</code> */ public com.google.protobuf.ByteString getMachineNameUserChosenBytes() { java.lang.Object ref = machineNameUserChosen_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); machineNameUserChosen_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { protocolVersion_ = 0; obfuscatedPrivateIP_ = 0; cellID_ = 0; lastSessionID_ = 0; clientPackageVersion_ = 0; clientLanguage_ = ""; clientOSType_ = 0; shouldRememberPassword_ = false; wineVersion_ = ""; pingMsFromCellSearch_ = 0; publicIP_ = 0; qosLevel_ = 0; clientSuppliedSteamID_ = 0L; machineID_ = com.google.protobuf.ByteString.EMPTY; launcherType_ = 0; uiMode_ = 0; steam2AuthTicket_ = com.google.protobuf.ByteString.EMPTY; emailAddress_ = ""; timeAccountCreation_ = 0; accountName_ = ""; password_ = ""; loginKey_ = ""; sonyPSNTicket_ = com.google.protobuf.ByteString.EMPTY; sonyPSNServiceID_ = ""; createNewPSNLinkedAccountIfNeeded_ = false; sonyPSNName_ = ""; wasConvertedDeprecatedMsg_ = false; anonUserTargetAccountName_ = ""; resolvedUserSteamID_ = 0L; eresultSentryFile_ = 0; shaSentryFile_ = com.google.protobuf.ByteString.EMPTY; authCode_ = ""; otpType_ = 0; otpValue_ = 0; otpIdentifier_ = ""; steam2TicketRequest_ = false; gameServerAppID_ = 0; steamGuardDontRememberComputer_ = false; machineName_ = ""; machineNameUserChosen_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, protocolVersion_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, obfuscatedPrivateIP_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, cellID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, lastSessionID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(5, clientPackageVersion_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, getClientLanguageBytes()); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeUInt32(7, clientOSType_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeBool(8, shouldRememberPassword_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeBytes(9, getWineVersionBytes()); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeUInt32(10, pingMsFromCellSearch_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { output.writeUInt32(20, publicIP_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { output.writeUInt32(21, qosLevel_); } if (((bitField0_ & 0x00001000) == 0x00001000)) { output.writeFixed64(22, clientSuppliedSteamID_); } if (((bitField0_ & 0x00002000) == 0x00002000)) { output.writeBytes(30, machineID_); } if (((bitField0_ & 0x00004000) == 0x00004000)) { output.writeUInt32(31, launcherType_); } if (((bitField0_ & 0x00008000) == 0x00008000)) { output.writeUInt32(32, uiMode_); } if (((bitField0_ & 0x00010000) == 0x00010000)) { output.writeBytes(41, steam2AuthTicket_); } if (((bitField0_ & 0x00020000) == 0x00020000)) { output.writeBytes(42, getEmailAddressBytes()); } if (((bitField0_ & 0x00040000) == 0x00040000)) { output.writeFixed32(43, timeAccountCreation_); } if (((bitField0_ & 0x00080000) == 0x00080000)) { output.writeBytes(50, getAccountNameBytes()); } if (((bitField0_ & 0x00100000) == 0x00100000)) { output.writeBytes(51, getPasswordBytes()); } if (((bitField0_ & 0x00200000) == 0x00200000)) { output.writeBytes(60, getLoginKeyBytes()); } if (((bitField0_ & 0x04000000) == 0x04000000)) { output.writeBool(70, wasConvertedDeprecatedMsg_); } if (((bitField0_ & 0x08000000) == 0x08000000)) { output.writeBytes(80, getAnonUserTargetAccountNameBytes()); } if (((bitField0_ & 0x10000000) == 0x10000000)) { output.writeFixed64(81, resolvedUserSteamID_); } if (((bitField0_ & 0x20000000) == 0x20000000)) { output.writeInt32(82, eresultSentryFile_); } if (((bitField0_ & 0x40000000) == 0x40000000)) { output.writeBytes(83, shaSentryFile_); } if (((bitField0_ & 0x80000000) == 0x80000000)) { output.writeBytes(84, getAuthCodeBytes()); } if (((bitField1_ & 0x00000001) == 0x00000001)) { output.writeInt32(85, otpType_); } if (((bitField1_ & 0x00000002) == 0x00000002)) { output.writeUInt32(86, otpValue_); } if (((bitField1_ & 0x00000004) == 0x00000004)) { output.writeBytes(87, getOtpIdentifierBytes()); } if (((bitField1_ & 0x00000008) == 0x00000008)) { output.writeBool(88, steam2TicketRequest_); } if (((bitField0_ & 0x00400000) == 0x00400000)) { output.writeBytes(90, sonyPSNTicket_); } if (((bitField0_ & 0x00800000) == 0x00800000)) { output.writeBytes(91, getSonyPSNServiceIDBytes()); } if (((bitField0_ & 0x01000000) == 0x01000000)) { output.writeBool(92, createNewPSNLinkedAccountIfNeeded_); } if (((bitField0_ & 0x02000000) == 0x02000000)) { output.writeBytes(93, getSonyPSNNameBytes()); } if (((bitField1_ & 0x00000010) == 0x00000010)) { output.writeInt32(94, gameServerAppID_); } if (((bitField1_ & 0x00000020) == 0x00000020)) { output.writeBool(95, steamGuardDontRememberComputer_); } if (((bitField1_ & 0x00000040) == 0x00000040)) { output.writeBytes(96, getMachineNameBytes()); } if (((bitField1_ & 0x00000080) == 0x00000080)) { output.writeBytes(97, getMachineNameUserChosenBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, protocolVersion_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, obfuscatedPrivateIP_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, cellID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, lastSessionID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, clientPackageVersion_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getClientLanguageBytes()); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, clientOSType_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, shouldRememberPassword_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(9, getWineVersionBytes()); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(10, pingMsFromCellSearch_); } if (((bitField0_ & 0x00000400) == 0x00000400)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(20, publicIP_); } if (((bitField0_ & 0x00000800) == 0x00000800)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(21, qosLevel_); } if (((bitField0_ & 0x00001000) == 0x00001000)) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(22, clientSuppliedSteamID_); } if (((bitField0_ & 0x00002000) == 0x00002000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(30, machineID_); } if (((bitField0_ & 0x00004000) == 0x00004000)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(31, launcherType_); } if (((bitField0_ & 0x00008000) == 0x00008000)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(32, uiMode_); } if (((bitField0_ & 0x00010000) == 0x00010000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(41, steam2AuthTicket_); } if (((bitField0_ & 0x00020000) == 0x00020000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(42, getEmailAddressBytes()); } if (((bitField0_ & 0x00040000) == 0x00040000)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(43, timeAccountCreation_); } if (((bitField0_ & 0x00080000) == 0x00080000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(50, getAccountNameBytes()); } if (((bitField0_ & 0x00100000) == 0x00100000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(51, getPasswordBytes()); } if (((bitField0_ & 0x00200000) == 0x00200000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(60, getLoginKeyBytes()); } if (((bitField0_ & 0x04000000) == 0x04000000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(70, wasConvertedDeprecatedMsg_); } if (((bitField0_ & 0x08000000) == 0x08000000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(80, getAnonUserTargetAccountNameBytes()); } if (((bitField0_ & 0x10000000) == 0x10000000)) { size += com.google.protobuf.CodedOutputStream .computeFixed64Size(81, resolvedUserSteamID_); } if (((bitField0_ & 0x20000000) == 0x20000000)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(82, eresultSentryFile_); } if (((bitField0_ & 0x40000000) == 0x40000000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(83, shaSentryFile_); } if (((bitField0_ & 0x80000000) == 0x80000000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(84, getAuthCodeBytes()); } if (((bitField1_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(85, otpType_); } if (((bitField1_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(86, otpValue_); } if (((bitField1_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(87, getOtpIdentifierBytes()); } if (((bitField1_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(88, steam2TicketRequest_); } if (((bitField0_ & 0x00400000) == 0x00400000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(90, sonyPSNTicket_); } if (((bitField0_ & 0x00800000) == 0x00800000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(91, getSonyPSNServiceIDBytes()); } if (((bitField0_ & 0x01000000) == 0x01000000)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(92, createNewPSNLinkedAccountIfNeeded_); } if (((bitField0_ & 0x02000000) == 0x02000000)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(93, getSonyPSNNameBytes()); } if (((bitField1_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(94, gameServerAppID_); } if (((bitField1_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(95, steamGuardDontRememberComputer_); } if (((bitField1_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(96, getMachineNameBytes()); } if (((bitField1_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(97, getMachineNameUserChosenBytes()); } 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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientLogonProto} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProtoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto.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(); protocolVersion_ = 0; bitField0_ = (bitField0_ & ~0x00000001); obfuscatedPrivateIP_ = 0; bitField0_ = (bitField0_ & ~0x00000002); cellID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); lastSessionID_ = 0; bitField0_ = (bitField0_ & ~0x00000008); clientPackageVersion_ = 0; bitField0_ = (bitField0_ & ~0x00000010); clientLanguage_ = ""; bitField0_ = (bitField0_ & ~0x00000020); clientOSType_ = 0; bitField0_ = (bitField0_ & ~0x00000040); shouldRememberPassword_ = false; bitField0_ = (bitField0_ & ~0x00000080); wineVersion_ = ""; bitField0_ = (bitField0_ & ~0x00000100); pingMsFromCellSearch_ = 0; bitField0_ = (bitField0_ & ~0x00000200); publicIP_ = 0; bitField0_ = (bitField0_ & ~0x00000400); qosLevel_ = 0; bitField0_ = (bitField0_ & ~0x00000800); clientSuppliedSteamID_ = 0L; bitField0_ = (bitField0_ & ~0x00001000); machineID_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00002000); launcherType_ = 0; bitField0_ = (bitField0_ & ~0x00004000); uiMode_ = 0; bitField0_ = (bitField0_ & ~0x00008000); steam2AuthTicket_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00010000); emailAddress_ = ""; bitField0_ = (bitField0_ & ~0x00020000); timeAccountCreation_ = 0; bitField0_ = (bitField0_ & ~0x00040000); accountName_ = ""; bitField0_ = (bitField0_ & ~0x00080000); password_ = ""; bitField0_ = (bitField0_ & ~0x00100000); loginKey_ = ""; bitField0_ = (bitField0_ & ~0x00200000); sonyPSNTicket_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00400000); sonyPSNServiceID_ = ""; bitField0_ = (bitField0_ & ~0x00800000); createNewPSNLinkedAccountIfNeeded_ = false; bitField0_ = (bitField0_ & ~0x01000000); sonyPSNName_ = ""; bitField0_ = (bitField0_ & ~0x02000000); wasConvertedDeprecatedMsg_ = false; bitField0_ = (bitField0_ & ~0x04000000); anonUserTargetAccountName_ = ""; bitField0_ = (bitField0_ & ~0x08000000); resolvedUserSteamID_ = 0L; bitField0_ = (bitField0_ & ~0x10000000); eresultSentryFile_ = 0; bitField0_ = (bitField0_ & ~0x20000000); shaSentryFile_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x40000000); authCode_ = ""; bitField0_ = (bitField0_ & ~0x80000000); otpType_ = 0; bitField1_ = (bitField1_ & ~0x00000001); otpValue_ = 0; bitField1_ = (bitField1_ & ~0x00000002); otpIdentifier_ = ""; bitField1_ = (bitField1_ & ~0x00000004); steam2TicketRequest_ = false; bitField1_ = (bitField1_ & ~0x00000008); gameServerAppID_ = 0; bitField1_ = (bitField1_ & ~0x00000010); steamGuardDontRememberComputer_ = false; bitField1_ = (bitField1_ & ~0x00000020); machineName_ = ""; bitField1_ = (bitField1_ & ~0x00000040); machineNameUserChosen_ = ""; bitField1_ = (bitField1_ & ~0x00000080); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto(this); int from_bitField0_ = bitField0_; int from_bitField1_ = bitField1_; int to_bitField0_ = 0; int to_bitField1_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.protocolVersion_ = protocolVersion_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.obfuscatedPrivateIP_ = obfuscatedPrivateIP_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.cellID_ = cellID_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.lastSessionID_ = lastSessionID_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.clientPackageVersion_ = clientPackageVersion_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.clientLanguage_ = clientLanguage_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.clientOSType_ = clientOSType_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.shouldRememberPassword_ = shouldRememberPassword_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.wineVersion_ = wineVersion_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.pingMsFromCellSearch_ = pingMsFromCellSearch_; if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000400; } result.publicIP_ = publicIP_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000800; } result.qosLevel_ = qosLevel_; if (((from_bitField0_ & 0x00001000) == 0x00001000)) { to_bitField0_ |= 0x00001000; } result.clientSuppliedSteamID_ = clientSuppliedSteamID_; if (((from_bitField0_ & 0x00002000) == 0x00002000)) { to_bitField0_ |= 0x00002000; } result.machineID_ = machineID_; if (((from_bitField0_ & 0x00004000) == 0x00004000)) { to_bitField0_ |= 0x00004000; } result.launcherType_ = launcherType_; if (((from_bitField0_ & 0x00008000) == 0x00008000)) { to_bitField0_ |= 0x00008000; } result.uiMode_ = uiMode_; if (((from_bitField0_ & 0x00010000) == 0x00010000)) { to_bitField0_ |= 0x00010000; } result.steam2AuthTicket_ = steam2AuthTicket_; if (((from_bitField0_ & 0x00020000) == 0x00020000)) { to_bitField0_ |= 0x00020000; } result.emailAddress_ = emailAddress_; if (((from_bitField0_ & 0x00040000) == 0x00040000)) { to_bitField0_ |= 0x00040000; } result.timeAccountCreation_ = timeAccountCreation_; if (((from_bitField0_ & 0x00080000) == 0x00080000)) { to_bitField0_ |= 0x00080000; } result.accountName_ = accountName_; if (((from_bitField0_ & 0x00100000) == 0x00100000)) { to_bitField0_ |= 0x00100000; } result.password_ = password_; if (((from_bitField0_ & 0x00200000) == 0x00200000)) { to_bitField0_ |= 0x00200000; } result.loginKey_ = loginKey_; if (((from_bitField0_ & 0x00400000) == 0x00400000)) { to_bitField0_ |= 0x00400000; } result.sonyPSNTicket_ = sonyPSNTicket_; if (((from_bitField0_ & 0x00800000) == 0x00800000)) { to_bitField0_ |= 0x00800000; } result.sonyPSNServiceID_ = sonyPSNServiceID_; if (((from_bitField0_ & 0x01000000) == 0x01000000)) { to_bitField0_ |= 0x01000000; } result.createNewPSNLinkedAccountIfNeeded_ = createNewPSNLinkedAccountIfNeeded_; if (((from_bitField0_ & 0x02000000) == 0x02000000)) { to_bitField0_ |= 0x02000000; } result.sonyPSNName_ = sonyPSNName_; if (((from_bitField0_ & 0x04000000) == 0x04000000)) { to_bitField0_ |= 0x04000000; } result.wasConvertedDeprecatedMsg_ = wasConvertedDeprecatedMsg_; if (((from_bitField0_ & 0x08000000) == 0x08000000)) { to_bitField0_ |= 0x08000000; } result.anonUserTargetAccountName_ = anonUserTargetAccountName_; if (((from_bitField0_ & 0x10000000) == 0x10000000)) { to_bitField0_ |= 0x10000000; } result.resolvedUserSteamID_ = resolvedUserSteamID_; if (((from_bitField0_ & 0x20000000) == 0x20000000)) { to_bitField0_ |= 0x20000000; } result.eresultSentryFile_ = eresultSentryFile_; if (((from_bitField0_ & 0x40000000) == 0x40000000)) { to_bitField0_ |= 0x40000000; } result.shaSentryFile_ = shaSentryFile_; if (((from_bitField0_ & 0x80000000) == 0x80000000)) { to_bitField0_ |= 0x80000000; } result.authCode_ = authCode_; if (((from_bitField1_ & 0x00000001) == 0x00000001)) { to_bitField1_ |= 0x00000001; } result.otpType_ = otpType_; if (((from_bitField1_ & 0x00000002) == 0x00000002)) { to_bitField1_ |= 0x00000002; } result.otpValue_ = otpValue_; if (((from_bitField1_ & 0x00000004) == 0x00000004)) { to_bitField1_ |= 0x00000004; } result.otpIdentifier_ = otpIdentifier_; if (((from_bitField1_ & 0x00000008) == 0x00000008)) { to_bitField1_ |= 0x00000008; } result.steam2TicketRequest_ = steam2TicketRequest_; if (((from_bitField1_ & 0x00000010) == 0x00000010)) { to_bitField1_ |= 0x00000010; } result.gameServerAppID_ = gameServerAppID_; if (((from_bitField1_ & 0x00000020) == 0x00000020)) { to_bitField1_ |= 0x00000020; } result.steamGuardDontRememberComputer_ = steamGuardDontRememberComputer_; if (((from_bitField1_ & 0x00000040) == 0x00000040)) { to_bitField1_ |= 0x00000040; } result.machineName_ = machineName_; if (((from_bitField1_ & 0x00000080) == 0x00000080)) { to_bitField1_ |= 0x00000080; } result.machineNameUserChosen_ = machineNameUserChosen_; result.bitField0_ = to_bitField0_; result.bitField1_ = to_bitField1_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto.getDefaultInstance()) return this; if (other.hasProtocolVersion()) { setProtocolVersion(other.getProtocolVersion()); } if (other.hasObfuscatedPrivateIP()) { setObfuscatedPrivateIP(other.getObfuscatedPrivateIP()); } if (other.hasCellID()) { setCellID(other.getCellID()); } if (other.hasLastSessionID()) { setLastSessionID(other.getLastSessionID()); } if (other.hasClientPackageVersion()) { setClientPackageVersion(other.getClientPackageVersion()); } if (other.hasClientLanguage()) { bitField0_ |= 0x00000020; clientLanguage_ = other.clientLanguage_; onChanged(); } if (other.hasClientOSType()) { setClientOSType(other.getClientOSType()); } if (other.hasShouldRememberPassword()) { setShouldRememberPassword(other.getShouldRememberPassword()); } if (other.hasWineVersion()) { bitField0_ |= 0x00000100; wineVersion_ = other.wineVersion_; onChanged(); } if (other.hasPingMsFromCellSearch()) { setPingMsFromCellSearch(other.getPingMsFromCellSearch()); } if (other.hasPublicIP()) { setPublicIP(other.getPublicIP()); } if (other.hasQosLevel()) { setQosLevel(other.getQosLevel()); } if (other.hasClientSuppliedSteamID()) { setClientSuppliedSteamID(other.getClientSuppliedSteamID()); } if (other.hasMachineID()) { setMachineID(other.getMachineID()); } if (other.hasLauncherType()) { setLauncherType(other.getLauncherType()); } if (other.hasUiMode()) { setUiMode(other.getUiMode()); } if (other.hasSteam2AuthTicket()) { setSteam2AuthTicket(other.getSteam2AuthTicket()); } if (other.hasEmailAddress()) { bitField0_ |= 0x00020000; emailAddress_ = other.emailAddress_; onChanged(); } if (other.hasTimeAccountCreation()) { setTimeAccountCreation(other.getTimeAccountCreation()); } if (other.hasAccountName()) { bitField0_ |= 0x00080000; accountName_ = other.accountName_; onChanged(); } if (other.hasPassword()) { bitField0_ |= 0x00100000; password_ = other.password_; onChanged(); } if (other.hasLoginKey()) { bitField0_ |= 0x00200000; loginKey_ = other.loginKey_; onChanged(); } if (other.hasSonyPSNTicket()) { setSonyPSNTicket(other.getSonyPSNTicket()); } if (other.hasSonyPSNServiceID()) { bitField0_ |= 0x00800000; sonyPSNServiceID_ = other.sonyPSNServiceID_; onChanged(); } if (other.hasCreateNewPSNLinkedAccountIfNeeded()) { setCreateNewPSNLinkedAccountIfNeeded(other.getCreateNewPSNLinkedAccountIfNeeded()); } if (other.hasSonyPSNName()) { bitField0_ |= 0x02000000; sonyPSNName_ = other.sonyPSNName_; onChanged(); } if (other.hasWasConvertedDeprecatedMsg()) { setWasConvertedDeprecatedMsg(other.getWasConvertedDeprecatedMsg()); } if (other.hasAnonUserTargetAccountName()) { bitField0_ |= 0x08000000; anonUserTargetAccountName_ = other.anonUserTargetAccountName_; onChanged(); } if (other.hasResolvedUserSteamID()) { setResolvedUserSteamID(other.getResolvedUserSteamID()); } if (other.hasEresultSentryFile()) { setEresultSentryFile(other.getEresultSentryFile()); } if (other.hasShaSentryFile()) { setShaSentryFile(other.getShaSentryFile()); } if (other.hasAuthCode()) { bitField0_ |= 0x80000000; authCode_ = other.authCode_; onChanged(); } if (other.hasOtpType()) { setOtpType(other.getOtpType()); } if (other.hasOtpValue()) { setOtpValue(other.getOtpValue()); } if (other.hasOtpIdentifier()) { bitField1_ |= 0x00000004; otpIdentifier_ = other.otpIdentifier_; onChanged(); } if (other.hasSteam2TicketRequest()) { setSteam2TicketRequest(other.getSteam2TicketRequest()); } if (other.hasGameServerAppID()) { setGameServerAppID(other.getGameServerAppID()); } if (other.hasSteamGuardDontRememberComputer()) { setSteamGuardDontRememberComputer(other.getSteamGuardDontRememberComputer()); } if (other.hasMachineName()) { bitField1_ |= 0x00000040; machineName_ = other.machineName_; onChanged(); } if (other.hasMachineNameUserChosen()) { bitField1_ |= 0x00000080; machineNameUserChosen_ = other.machineNameUserChosen_; 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 { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientLogonProto) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private int bitField1_; // optional uint32 protocolVersion = 1; private int protocolVersion_ ; /** * <code>optional uint32 protocolVersion = 1;</code> */ public boolean hasProtocolVersion() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 protocolVersion = 1;</code> */ public int getProtocolVersion() { return protocolVersion_; } /** * <code>optional uint32 protocolVersion = 1;</code> */ public Builder setProtocolVersion(int value) { bitField0_ |= 0x00000001; protocolVersion_ = value; onChanged(); return this; } /** * <code>optional uint32 protocolVersion = 1;</code> */ public Builder clearProtocolVersion() { bitField0_ = (bitField0_ & ~0x00000001); protocolVersion_ = 0; onChanged(); return this; } // optional uint32 obfuscatedPrivateIP = 2; private int obfuscatedPrivateIP_ ; /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ public boolean hasObfuscatedPrivateIP() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ public int getObfuscatedPrivateIP() { return obfuscatedPrivateIP_; } /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ public Builder setObfuscatedPrivateIP(int value) { bitField0_ |= 0x00000002; obfuscatedPrivateIP_ = value; onChanged(); return this; } /** * <code>optional uint32 obfuscatedPrivateIP = 2;</code> */ public Builder clearObfuscatedPrivateIP() { bitField0_ = (bitField0_ & ~0x00000002); obfuscatedPrivateIP_ = 0; onChanged(); return this; } // optional uint32 cellID = 3; private int cellID_ ; /** * <code>optional uint32 cellID = 3;</code> */ public boolean hasCellID() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional uint32 cellID = 3;</code> */ public int getCellID() { return cellID_; } /** * <code>optional uint32 cellID = 3;</code> */ public Builder setCellID(int value) { bitField0_ |= 0x00000004; cellID_ = value; onChanged(); return this; } /** * <code>optional uint32 cellID = 3;</code> */ public Builder clearCellID() { bitField0_ = (bitField0_ & ~0x00000004); cellID_ = 0; onChanged(); return this; } // optional uint32 lastSessionID = 4; private int lastSessionID_ ; /** * <code>optional uint32 lastSessionID = 4;</code> */ public boolean hasLastSessionID() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional uint32 lastSessionID = 4;</code> */ public int getLastSessionID() { return lastSessionID_; } /** * <code>optional uint32 lastSessionID = 4;</code> */ public Builder setLastSessionID(int value) { bitField0_ |= 0x00000008; lastSessionID_ = value; onChanged(); return this; } /** * <code>optional uint32 lastSessionID = 4;</code> */ public Builder clearLastSessionID() { bitField0_ = (bitField0_ & ~0x00000008); lastSessionID_ = 0; onChanged(); return this; } // optional uint32 clientPackageVersion = 5; private int clientPackageVersion_ ; /** * <code>optional uint32 clientPackageVersion = 5;</code> */ public boolean hasClientPackageVersion() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint32 clientPackageVersion = 5;</code> */ public int getClientPackageVersion() { return clientPackageVersion_; } /** * <code>optional uint32 clientPackageVersion = 5;</code> */ public Builder setClientPackageVersion(int value) { bitField0_ |= 0x00000010; clientPackageVersion_ = value; onChanged(); return this; } /** * <code>optional uint32 clientPackageVersion = 5;</code> */ public Builder clearClientPackageVersion() { bitField0_ = (bitField0_ & ~0x00000010); clientPackageVersion_ = 0; onChanged(); return this; } // optional string clientLanguage = 6; private java.lang.Object clientLanguage_ = ""; /** * <code>optional string clientLanguage = 6;</code> */ public boolean hasClientLanguage() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional string clientLanguage = 6;</code> */ public java.lang.String getClientLanguage() { java.lang.Object ref = clientLanguage_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); clientLanguage_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string clientLanguage = 6;</code> */ public com.google.protobuf.ByteString getClientLanguageBytes() { java.lang.Object ref = clientLanguage_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); clientLanguage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string clientLanguage = 6;</code> */ public Builder setClientLanguage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; clientLanguage_ = value; onChanged(); return this; } /** * <code>optional string clientLanguage = 6;</code> */ public Builder clearClientLanguage() { bitField0_ = (bitField0_ & ~0x00000020); clientLanguage_ = getDefaultInstance().getClientLanguage(); onChanged(); return this; } /** * <code>optional string clientLanguage = 6;</code> */ public Builder setClientLanguageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; clientLanguage_ = value; onChanged(); return this; } // optional uint32 clientOSType = 7; private int clientOSType_ ; /** * <code>optional uint32 clientOSType = 7;</code> */ public boolean hasClientOSType() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 clientOSType = 7;</code> */ public int getClientOSType() { return clientOSType_; } /** * <code>optional uint32 clientOSType = 7;</code> */ public Builder setClientOSType(int value) { bitField0_ |= 0x00000040; clientOSType_ = value; onChanged(); return this; } /** * <code>optional uint32 clientOSType = 7;</code> */ public Builder clearClientOSType() { bitField0_ = (bitField0_ & ~0x00000040); clientOSType_ = 0; onChanged(); return this; } // optional bool shouldRememberPassword = 8 [default = false]; private boolean shouldRememberPassword_ ; /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ public boolean hasShouldRememberPassword() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ public boolean getShouldRememberPassword() { return shouldRememberPassword_; } /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ public Builder setShouldRememberPassword(boolean value) { bitField0_ |= 0x00000080; shouldRememberPassword_ = value; onChanged(); return this; } /** * <code>optional bool shouldRememberPassword = 8 [default = false];</code> */ public Builder clearShouldRememberPassword() { bitField0_ = (bitField0_ & ~0x00000080); shouldRememberPassword_ = false; onChanged(); return this; } // optional string wineVersion = 9; private java.lang.Object wineVersion_ = ""; /** * <code>optional string wineVersion = 9;</code> */ public boolean hasWineVersion() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional string wineVersion = 9;</code> */ public java.lang.String getWineVersion() { java.lang.Object ref = wineVersion_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); wineVersion_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string wineVersion = 9;</code> */ public com.google.protobuf.ByteString getWineVersionBytes() { java.lang.Object ref = wineVersion_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); wineVersion_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string wineVersion = 9;</code> */ public Builder setWineVersion( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000100; wineVersion_ = value; onChanged(); return this; } /** * <code>optional string wineVersion = 9;</code> */ public Builder clearWineVersion() { bitField0_ = (bitField0_ & ~0x00000100); wineVersion_ = getDefaultInstance().getWineVersion(); onChanged(); return this; } /** * <code>optional string wineVersion = 9;</code> */ public Builder setWineVersionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000100; wineVersion_ = value; onChanged(); return this; } // optional uint32 pingMsFromCellSearch = 10; private int pingMsFromCellSearch_ ; /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ public boolean hasPingMsFromCellSearch() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ public int getPingMsFromCellSearch() { return pingMsFromCellSearch_; } /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ public Builder setPingMsFromCellSearch(int value) { bitField0_ |= 0x00000200; pingMsFromCellSearch_ = value; onChanged(); return this; } /** * <code>optional uint32 pingMsFromCellSearch = 10;</code> */ public Builder clearPingMsFromCellSearch() { bitField0_ = (bitField0_ & ~0x00000200); pingMsFromCellSearch_ = 0; onChanged(); return this; } // optional uint32 publicIP = 20; private int publicIP_ ; /** * <code>optional uint32 publicIP = 20;</code> */ public boolean hasPublicIP() { return ((bitField0_ & 0x00000400) == 0x00000400); } /** * <code>optional uint32 publicIP = 20;</code> */ public int getPublicIP() { return publicIP_; } /** * <code>optional uint32 publicIP = 20;</code> */ public Builder setPublicIP(int value) { bitField0_ |= 0x00000400; publicIP_ = value; onChanged(); return this; } /** * <code>optional uint32 publicIP = 20;</code> */ public Builder clearPublicIP() { bitField0_ = (bitField0_ & ~0x00000400); publicIP_ = 0; onChanged(); return this; } // optional uint32 qosLevel = 21; private int qosLevel_ ; /** * <code>optional uint32 qosLevel = 21;</code> */ public boolean hasQosLevel() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * <code>optional uint32 qosLevel = 21;</code> */ public int getQosLevel() { return qosLevel_; } /** * <code>optional uint32 qosLevel = 21;</code> */ public Builder setQosLevel(int value) { bitField0_ |= 0x00000800; qosLevel_ = value; onChanged(); return this; } /** * <code>optional uint32 qosLevel = 21;</code> */ public Builder clearQosLevel() { bitField0_ = (bitField0_ & ~0x00000800); qosLevel_ = 0; onChanged(); return this; } // optional fixed64 clientSuppliedSteamID = 22; private long clientSuppliedSteamID_ ; /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ public boolean hasClientSuppliedSteamID() { return ((bitField0_ & 0x00001000) == 0x00001000); } /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ public long getClientSuppliedSteamID() { return clientSuppliedSteamID_; } /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ public Builder setClientSuppliedSteamID(long value) { bitField0_ |= 0x00001000; clientSuppliedSteamID_ = value; onChanged(); return this; } /** * <code>optional fixed64 clientSuppliedSteamID = 22;</code> */ public Builder clearClientSuppliedSteamID() { bitField0_ = (bitField0_ & ~0x00001000); clientSuppliedSteamID_ = 0L; onChanged(); return this; } // optional bytes machineID = 30; private com.google.protobuf.ByteString machineID_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes machineID = 30;</code> */ public boolean hasMachineID() { return ((bitField0_ & 0x00002000) == 0x00002000); } /** * <code>optional bytes machineID = 30;</code> */ public com.google.protobuf.ByteString getMachineID() { return machineID_; } /** * <code>optional bytes machineID = 30;</code> */ public Builder setMachineID(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00002000; machineID_ = value; onChanged(); return this; } /** * <code>optional bytes machineID = 30;</code> */ public Builder clearMachineID() { bitField0_ = (bitField0_ & ~0x00002000); machineID_ = getDefaultInstance().getMachineID(); onChanged(); return this; } // optional uint32 launcherType = 31 [default = 0]; private int launcherType_ ; /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ public boolean hasLauncherType() { return ((bitField0_ & 0x00004000) == 0x00004000); } /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ public int getLauncherType() { return launcherType_; } /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ public Builder setLauncherType(int value) { bitField0_ |= 0x00004000; launcherType_ = value; onChanged(); return this; } /** * <code>optional uint32 launcherType = 31 [default = 0];</code> */ public Builder clearLauncherType() { bitField0_ = (bitField0_ & ~0x00004000); launcherType_ = 0; onChanged(); return this; } // optional uint32 uiMode = 32 [default = 0]; private int uiMode_ ; /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ public boolean hasUiMode() { return ((bitField0_ & 0x00008000) == 0x00008000); } /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ public int getUiMode() { return uiMode_; } /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ public Builder setUiMode(int value) { bitField0_ |= 0x00008000; uiMode_ = value; onChanged(); return this; } /** * <code>optional uint32 uiMode = 32 [default = 0];</code> */ public Builder clearUiMode() { bitField0_ = (bitField0_ & ~0x00008000); uiMode_ = 0; onChanged(); return this; } // optional bytes steam2AuthTicket = 41; private com.google.protobuf.ByteString steam2AuthTicket_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes steam2AuthTicket = 41;</code> */ public boolean hasSteam2AuthTicket() { return ((bitField0_ & 0x00010000) == 0x00010000); } /** * <code>optional bytes steam2AuthTicket = 41;</code> */ public com.google.protobuf.ByteString getSteam2AuthTicket() { return steam2AuthTicket_; } /** * <code>optional bytes steam2AuthTicket = 41;</code> */ public Builder setSteam2AuthTicket(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00010000; steam2AuthTicket_ = value; onChanged(); return this; } /** * <code>optional bytes steam2AuthTicket = 41;</code> */ public Builder clearSteam2AuthTicket() { bitField0_ = (bitField0_ & ~0x00010000); steam2AuthTicket_ = getDefaultInstance().getSteam2AuthTicket(); onChanged(); return this; } // optional string emailAddress = 42; private java.lang.Object emailAddress_ = ""; /** * <code>optional string emailAddress = 42;</code> */ public boolean hasEmailAddress() { return ((bitField0_ & 0x00020000) == 0x00020000); } /** * <code>optional string emailAddress = 42;</code> */ public java.lang.String getEmailAddress() { java.lang.Object ref = emailAddress_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); emailAddress_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string emailAddress = 42;</code> */ public com.google.protobuf.ByteString getEmailAddressBytes() { java.lang.Object ref = emailAddress_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); emailAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string emailAddress = 42;</code> */ public Builder setEmailAddress( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00020000; emailAddress_ = value; onChanged(); return this; } /** * <code>optional string emailAddress = 42;</code> */ public Builder clearEmailAddress() { bitField0_ = (bitField0_ & ~0x00020000); emailAddress_ = getDefaultInstance().getEmailAddress(); onChanged(); return this; } /** * <code>optional string emailAddress = 42;</code> */ public Builder setEmailAddressBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00020000; emailAddress_ = value; onChanged(); return this; } // optional fixed32 timeAccountCreation = 43; private int timeAccountCreation_ ; /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ public boolean hasTimeAccountCreation() { return ((bitField0_ & 0x00040000) == 0x00040000); } /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ public int getTimeAccountCreation() { return timeAccountCreation_; } /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ public Builder setTimeAccountCreation(int value) { bitField0_ |= 0x00040000; timeAccountCreation_ = value; onChanged(); return this; } /** * <code>optional fixed32 timeAccountCreation = 43;</code> */ public Builder clearTimeAccountCreation() { bitField0_ = (bitField0_ & ~0x00040000); timeAccountCreation_ = 0; onChanged(); return this; } // optional string accountName = 50; private java.lang.Object accountName_ = ""; /** * <code>optional string accountName = 50;</code> */ public boolean hasAccountName() { return ((bitField0_ & 0x00080000) == 0x00080000); } /** * <code>optional string accountName = 50;</code> */ public java.lang.String getAccountName() { java.lang.Object ref = accountName_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); accountName_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string accountName = 50;</code> */ public com.google.protobuf.ByteString getAccountNameBytes() { java.lang.Object ref = accountName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); accountName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string accountName = 50;</code> */ public Builder setAccountName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00080000; accountName_ = value; onChanged(); return this; } /** * <code>optional string accountName = 50;</code> */ public Builder clearAccountName() { bitField0_ = (bitField0_ & ~0x00080000); accountName_ = getDefaultInstance().getAccountName(); onChanged(); return this; } /** * <code>optional string accountName = 50;</code> */ public Builder setAccountNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00080000; accountName_ = value; onChanged(); return this; } // optional string password = 51; private java.lang.Object password_ = ""; /** * <code>optional string password = 51;</code> */ public boolean hasPassword() { return ((bitField0_ & 0x00100000) == 0x00100000); } /** * <code>optional string password = 51;</code> */ public java.lang.String getPassword() { java.lang.Object ref = password_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); password_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string password = 51;</code> */ public com.google.protobuf.ByteString getPasswordBytes() { java.lang.Object ref = password_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); password_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string password = 51;</code> */ public Builder setPassword( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00100000; password_ = value; onChanged(); return this; } /** * <code>optional string password = 51;</code> */ public Builder clearPassword() { bitField0_ = (bitField0_ & ~0x00100000); password_ = getDefaultInstance().getPassword(); onChanged(); return this; } /** * <code>optional string password = 51;</code> */ public Builder setPasswordBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00100000; password_ = value; onChanged(); return this; } // optional string loginKey = 60; private java.lang.Object loginKey_ = ""; /** * <code>optional string loginKey = 60;</code> */ public boolean hasLoginKey() { return ((bitField0_ & 0x00200000) == 0x00200000); } /** * <code>optional string loginKey = 60;</code> */ public java.lang.String getLoginKey() { java.lang.Object ref = loginKey_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); loginKey_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string loginKey = 60;</code> */ public com.google.protobuf.ByteString getLoginKeyBytes() { java.lang.Object ref = loginKey_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); loginKey_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string loginKey = 60;</code> */ public Builder setLoginKey( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00200000; loginKey_ = value; onChanged(); return this; } /** * <code>optional string loginKey = 60;</code> */ public Builder clearLoginKey() { bitField0_ = (bitField0_ & ~0x00200000); loginKey_ = getDefaultInstance().getLoginKey(); onChanged(); return this; } /** * <code>optional string loginKey = 60;</code> */ public Builder setLoginKeyBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00200000; loginKey_ = value; onChanged(); return this; } // optional bytes sonyPSNTicket = 90; private com.google.protobuf.ByteString sonyPSNTicket_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes sonyPSNTicket = 90;</code> */ public boolean hasSonyPSNTicket() { return ((bitField0_ & 0x00400000) == 0x00400000); } /** * <code>optional bytes sonyPSNTicket = 90;</code> */ public com.google.protobuf.ByteString getSonyPSNTicket() { return sonyPSNTicket_; } /** * <code>optional bytes sonyPSNTicket = 90;</code> */ public Builder setSonyPSNTicket(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00400000; sonyPSNTicket_ = value; onChanged(); return this; } /** * <code>optional bytes sonyPSNTicket = 90;</code> */ public Builder clearSonyPSNTicket() { bitField0_ = (bitField0_ & ~0x00400000); sonyPSNTicket_ = getDefaultInstance().getSonyPSNTicket(); onChanged(); return this; } // optional string sonyPSNServiceID = 91; private java.lang.Object sonyPSNServiceID_ = ""; /** * <code>optional string sonyPSNServiceID = 91;</code> */ public boolean hasSonyPSNServiceID() { return ((bitField0_ & 0x00800000) == 0x00800000); } /** * <code>optional string sonyPSNServiceID = 91;</code> */ public java.lang.String getSonyPSNServiceID() { java.lang.Object ref = sonyPSNServiceID_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); sonyPSNServiceID_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string sonyPSNServiceID = 91;</code> */ public com.google.protobuf.ByteString getSonyPSNServiceIDBytes() { java.lang.Object ref = sonyPSNServiceID_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); sonyPSNServiceID_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string sonyPSNServiceID = 91;</code> */ public Builder setSonyPSNServiceID( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00800000; sonyPSNServiceID_ = value; onChanged(); return this; } /** * <code>optional string sonyPSNServiceID = 91;</code> */ public Builder clearSonyPSNServiceID() { bitField0_ = (bitField0_ & ~0x00800000); sonyPSNServiceID_ = getDefaultInstance().getSonyPSNServiceID(); onChanged(); return this; } /** * <code>optional string sonyPSNServiceID = 91;</code> */ public Builder setSonyPSNServiceIDBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00800000; sonyPSNServiceID_ = value; onChanged(); return this; } // optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false]; private boolean createNewPSNLinkedAccountIfNeeded_ ; /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ public boolean hasCreateNewPSNLinkedAccountIfNeeded() { return ((bitField0_ & 0x01000000) == 0x01000000); } /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ public boolean getCreateNewPSNLinkedAccountIfNeeded() { return createNewPSNLinkedAccountIfNeeded_; } /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ public Builder setCreateNewPSNLinkedAccountIfNeeded(boolean value) { bitField0_ |= 0x01000000; createNewPSNLinkedAccountIfNeeded_ = value; onChanged(); return this; } /** * <code>optional bool createNewPSNLinkedAccountIfNeeded = 92 [default = false];</code> */ public Builder clearCreateNewPSNLinkedAccountIfNeeded() { bitField0_ = (bitField0_ & ~0x01000000); createNewPSNLinkedAccountIfNeeded_ = false; onChanged(); return this; } // optional string sonyPSNName = 93; private java.lang.Object sonyPSNName_ = ""; /** * <code>optional string sonyPSNName = 93;</code> */ public boolean hasSonyPSNName() { return ((bitField0_ & 0x02000000) == 0x02000000); } /** * <code>optional string sonyPSNName = 93;</code> */ public java.lang.String getSonyPSNName() { java.lang.Object ref = sonyPSNName_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); sonyPSNName_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string sonyPSNName = 93;</code> */ public com.google.protobuf.ByteString getSonyPSNNameBytes() { java.lang.Object ref = sonyPSNName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); sonyPSNName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string sonyPSNName = 93;</code> */ public Builder setSonyPSNName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x02000000; sonyPSNName_ = value; onChanged(); return this; } /** * <code>optional string sonyPSNName = 93;</code> */ public Builder clearSonyPSNName() { bitField0_ = (bitField0_ & ~0x02000000); sonyPSNName_ = getDefaultInstance().getSonyPSNName(); onChanged(); return this; } /** * <code>optional string sonyPSNName = 93;</code> */ public Builder setSonyPSNNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x02000000; sonyPSNName_ = value; onChanged(); return this; } // optional bool wasConvertedDeprecatedMsg = 70 [default = false]; private boolean wasConvertedDeprecatedMsg_ ; /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ public boolean hasWasConvertedDeprecatedMsg() { return ((bitField0_ & 0x04000000) == 0x04000000); } /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ public boolean getWasConvertedDeprecatedMsg() { return wasConvertedDeprecatedMsg_; } /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ public Builder setWasConvertedDeprecatedMsg(boolean value) { bitField0_ |= 0x04000000; wasConvertedDeprecatedMsg_ = value; onChanged(); return this; } /** * <code>optional bool wasConvertedDeprecatedMsg = 70 [default = false];</code> */ public Builder clearWasConvertedDeprecatedMsg() { bitField0_ = (bitField0_ & ~0x04000000); wasConvertedDeprecatedMsg_ = false; onChanged(); return this; } // optional string anonUserTargetAccountName = 80; private java.lang.Object anonUserTargetAccountName_ = ""; /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public boolean hasAnonUserTargetAccountName() { return ((bitField0_ & 0x08000000) == 0x08000000); } /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public java.lang.String getAnonUserTargetAccountName() { java.lang.Object ref = anonUserTargetAccountName_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); anonUserTargetAccountName_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public com.google.protobuf.ByteString getAnonUserTargetAccountNameBytes() { java.lang.Object ref = anonUserTargetAccountName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); anonUserTargetAccountName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public Builder setAnonUserTargetAccountName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x08000000; anonUserTargetAccountName_ = value; onChanged(); return this; } /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public Builder clearAnonUserTargetAccountName() { bitField0_ = (bitField0_ & ~0x08000000); anonUserTargetAccountName_ = getDefaultInstance().getAnonUserTargetAccountName(); onChanged(); return this; } /** * <code>optional string anonUserTargetAccountName = 80;</code> */ public Builder setAnonUserTargetAccountNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x08000000; anonUserTargetAccountName_ = value; onChanged(); return this; } // optional fixed64 resolvedUserSteamID = 81; private long resolvedUserSteamID_ ; /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ public boolean hasResolvedUserSteamID() { return ((bitField0_ & 0x10000000) == 0x10000000); } /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ public long getResolvedUserSteamID() { return resolvedUserSteamID_; } /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ public Builder setResolvedUserSteamID(long value) { bitField0_ |= 0x10000000; resolvedUserSteamID_ = value; onChanged(); return this; } /** * <code>optional fixed64 resolvedUserSteamID = 81;</code> */ public Builder clearResolvedUserSteamID() { bitField0_ = (bitField0_ & ~0x10000000); resolvedUserSteamID_ = 0L; onChanged(); return this; } // optional int32 eresultSentryFile = 82; private int eresultSentryFile_ ; /** * <code>optional int32 eresultSentryFile = 82;</code> */ public boolean hasEresultSentryFile() { return ((bitField0_ & 0x20000000) == 0x20000000); } /** * <code>optional int32 eresultSentryFile = 82;</code> */ public int getEresultSentryFile() { return eresultSentryFile_; } /** * <code>optional int32 eresultSentryFile = 82;</code> */ public Builder setEresultSentryFile(int value) { bitField0_ |= 0x20000000; eresultSentryFile_ = value; onChanged(); return this; } /** * <code>optional int32 eresultSentryFile = 82;</code> */ public Builder clearEresultSentryFile() { bitField0_ = (bitField0_ & ~0x20000000); eresultSentryFile_ = 0; onChanged(); return this; } // optional bytes shaSentryFile = 83; private com.google.protobuf.ByteString shaSentryFile_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes shaSentryFile = 83;</code> */ public boolean hasShaSentryFile() { return ((bitField0_ & 0x40000000) == 0x40000000); } /** * <code>optional bytes shaSentryFile = 83;</code> */ public com.google.protobuf.ByteString getShaSentryFile() { return shaSentryFile_; } /** * <code>optional bytes shaSentryFile = 83;</code> */ public Builder setShaSentryFile(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x40000000; shaSentryFile_ = value; onChanged(); return this; } /** * <code>optional bytes shaSentryFile = 83;</code> */ public Builder clearShaSentryFile() { bitField0_ = (bitField0_ & ~0x40000000); shaSentryFile_ = getDefaultInstance().getShaSentryFile(); onChanged(); return this; } // optional string authCode = 84; private java.lang.Object authCode_ = ""; /** * <code>optional string authCode = 84;</code> */ public boolean hasAuthCode() { return ((bitField0_ & 0x80000000) == 0x80000000); } /** * <code>optional string authCode = 84;</code> */ public java.lang.String getAuthCode() { java.lang.Object ref = authCode_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); authCode_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string authCode = 84;</code> */ public com.google.protobuf.ByteString getAuthCodeBytes() { java.lang.Object ref = authCode_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); authCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string authCode = 84;</code> */ public Builder setAuthCode( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x80000000; authCode_ = value; onChanged(); return this; } /** * <code>optional string authCode = 84;</code> */ public Builder clearAuthCode() { bitField0_ = (bitField0_ & ~0x80000000); authCode_ = getDefaultInstance().getAuthCode(); onChanged(); return this; } /** * <code>optional string authCode = 84;</code> */ public Builder setAuthCodeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x80000000; authCode_ = value; onChanged(); return this; } // optional int32 otpType = 85; private int otpType_ ; /** * <code>optional int32 otpType = 85;</code> */ public boolean hasOtpType() { return ((bitField1_ & 0x00000001) == 0x00000001); } /** * <code>optional int32 otpType = 85;</code> */ public int getOtpType() { return otpType_; } /** * <code>optional int32 otpType = 85;</code> */ public Builder setOtpType(int value) { bitField1_ |= 0x00000001; otpType_ = value; onChanged(); return this; } /** * <code>optional int32 otpType = 85;</code> */ public Builder clearOtpType() { bitField1_ = (bitField1_ & ~0x00000001); otpType_ = 0; onChanged(); return this; } // optional uint32 otpValue = 86; private int otpValue_ ; /** * <code>optional uint32 otpValue = 86;</code> */ public boolean hasOtpValue() { return ((bitField1_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 otpValue = 86;</code> */ public int getOtpValue() { return otpValue_; } /** * <code>optional uint32 otpValue = 86;</code> */ public Builder setOtpValue(int value) { bitField1_ |= 0x00000002; otpValue_ = value; onChanged(); return this; } /** * <code>optional uint32 otpValue = 86;</code> */ public Builder clearOtpValue() { bitField1_ = (bitField1_ & ~0x00000002); otpValue_ = 0; onChanged(); return this; } // optional string otpIdentifier = 87; private java.lang.Object otpIdentifier_ = ""; /** * <code>optional string otpIdentifier = 87;</code> */ public boolean hasOtpIdentifier() { return ((bitField1_ & 0x00000004) == 0x00000004); } /** * <code>optional string otpIdentifier = 87;</code> */ public java.lang.String getOtpIdentifier() { java.lang.Object ref = otpIdentifier_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); otpIdentifier_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string otpIdentifier = 87;</code> */ public com.google.protobuf.ByteString getOtpIdentifierBytes() { java.lang.Object ref = otpIdentifier_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); otpIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string otpIdentifier = 87;</code> */ public Builder setOtpIdentifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField1_ |= 0x00000004; otpIdentifier_ = value; onChanged(); return this; } /** * <code>optional string otpIdentifier = 87;</code> */ public Builder clearOtpIdentifier() { bitField1_ = (bitField1_ & ~0x00000004); otpIdentifier_ = getDefaultInstance().getOtpIdentifier(); onChanged(); return this; } /** * <code>optional string otpIdentifier = 87;</code> */ public Builder setOtpIdentifierBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField1_ |= 0x00000004; otpIdentifier_ = value; onChanged(); return this; } // optional bool steam2TicketRequest = 88; private boolean steam2TicketRequest_ ; /** * <code>optional bool steam2TicketRequest = 88;</code> */ public boolean hasSteam2TicketRequest() { return ((bitField1_ & 0x00000008) == 0x00000008); } /** * <code>optional bool steam2TicketRequest = 88;</code> */ public boolean getSteam2TicketRequest() { return steam2TicketRequest_; } /** * <code>optional bool steam2TicketRequest = 88;</code> */ public Builder setSteam2TicketRequest(boolean value) { bitField1_ |= 0x00000008; steam2TicketRequest_ = value; onChanged(); return this; } /** * <code>optional bool steam2TicketRequest = 88;</code> */ public Builder clearSteam2TicketRequest() { bitField1_ = (bitField1_ & ~0x00000008); steam2TicketRequest_ = false; onChanged(); return this; } // optional int32 gameServerAppID = 94; private int gameServerAppID_ ; /** * <code>optional int32 gameServerAppID = 94;</code> */ public boolean hasGameServerAppID() { return ((bitField1_ & 0x00000010) == 0x00000010); } /** * <code>optional int32 gameServerAppID = 94;</code> */ public int getGameServerAppID() { return gameServerAppID_; } /** * <code>optional int32 gameServerAppID = 94;</code> */ public Builder setGameServerAppID(int value) { bitField1_ |= 0x00000010; gameServerAppID_ = value; onChanged(); return this; } /** * <code>optional int32 gameServerAppID = 94;</code> */ public Builder clearGameServerAppID() { bitField1_ = (bitField1_ & ~0x00000010); gameServerAppID_ = 0; onChanged(); return this; } // optional bool steamGuardDontRememberComputer = 95; private boolean steamGuardDontRememberComputer_ ; /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ public boolean hasSteamGuardDontRememberComputer() { return ((bitField1_ & 0x00000020) == 0x00000020); } /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ public boolean getSteamGuardDontRememberComputer() { return steamGuardDontRememberComputer_; } /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ public Builder setSteamGuardDontRememberComputer(boolean value) { bitField1_ |= 0x00000020; steamGuardDontRememberComputer_ = value; onChanged(); return this; } /** * <code>optional bool steamGuardDontRememberComputer = 95;</code> */ public Builder clearSteamGuardDontRememberComputer() { bitField1_ = (bitField1_ & ~0x00000020); steamGuardDontRememberComputer_ = false; onChanged(); return this; } // optional string machineName = 96; private java.lang.Object machineName_ = ""; /** * <code>optional string machineName = 96;</code> */ public boolean hasMachineName() { return ((bitField1_ & 0x00000040) == 0x00000040); } /** * <code>optional string machineName = 96;</code> */ public java.lang.String getMachineName() { java.lang.Object ref = machineName_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); machineName_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string machineName = 96;</code> */ public com.google.protobuf.ByteString getMachineNameBytes() { java.lang.Object ref = machineName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); machineName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string machineName = 96;</code> */ public Builder setMachineName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField1_ |= 0x00000040; machineName_ = value; onChanged(); return this; } /** * <code>optional string machineName = 96;</code> */ public Builder clearMachineName() { bitField1_ = (bitField1_ & ~0x00000040); machineName_ = getDefaultInstance().getMachineName(); onChanged(); return this; } /** * <code>optional string machineName = 96;</code> */ public Builder setMachineNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField1_ |= 0x00000040; machineName_ = value; onChanged(); return this; } // optional string machineNameUserChosen = 97; private java.lang.Object machineNameUserChosen_ = ""; /** * <code>optional string machineNameUserChosen = 97;</code> */ public boolean hasMachineNameUserChosen() { return ((bitField1_ & 0x00000080) == 0x00000080); } /** * <code>optional string machineNameUserChosen = 97;</code> */ public java.lang.String getMachineNameUserChosen() { java.lang.Object ref = machineNameUserChosen_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); machineNameUserChosen_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string machineNameUserChosen = 97;</code> */ public com.google.protobuf.ByteString getMachineNameUserChosenBytes() { java.lang.Object ref = machineNameUserChosen_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); machineNameUserChosen_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string machineNameUserChosen = 97;</code> */ public Builder setMachineNameUserChosen( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField1_ |= 0x00000080; machineNameUserChosen_ = value; onChanged(); return this; } /** * <code>optional string machineNameUserChosen = 97;</code> */ public Builder clearMachineNameUserChosen() { bitField1_ = (bitField1_ & ~0x00000080); machineNameUserChosen_ = getDefaultInstance().getMachineNameUserChosen(); onChanged(); return this; } /** * <code>optional string machineNameUserChosen = 97;</code> */ public Builder setMachineNameUserChosenBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField1_ |= 0x00000080; machineNameUserChosen_ = value; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientLogonProto) } static { defaultInstance = new ClientLogonProto(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientLogonProto) } public interface ClientNewLoginKeyAcceptedProtoOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional uint32 uniqueID = 1; /** * <code>optional uint32 uniqueID = 1;</code> */ boolean hasUniqueID(); /** * <code>optional uint32 uniqueID = 1;</code> */ int getUniqueID(); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientNewLoginKeyAcceptedProto} */ public static final class ClientNewLoginKeyAcceptedProto extends com.google.protobuf.GeneratedMessage implements ClientNewLoginKeyAcceptedProtoOrBuilder { // Use ClientNewLoginKeyAcceptedProto.newBuilder() to construct. private ClientNewLoginKeyAcceptedProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientNewLoginKeyAcceptedProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientNewLoginKeyAcceptedProto defaultInstance; public static ClientNewLoginKeyAcceptedProto getDefaultInstance() { return defaultInstance; } public ClientNewLoginKeyAcceptedProto getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientNewLoginKeyAcceptedProto( 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; uniqueID_ = 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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto.Builder.class); } public static com.google.protobuf.Parser<ClientNewLoginKeyAcceptedProto> PARSER = new com.google.protobuf.AbstractParser<ClientNewLoginKeyAcceptedProto>() { public ClientNewLoginKeyAcceptedProto parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientNewLoginKeyAcceptedProto(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientNewLoginKeyAcceptedProto> getParserForType() { return PARSER; } private int bitField0_; // optional uint32 uniqueID = 1; public static final int UNIQUEID_FIELD_NUMBER = 1; private int uniqueID_; /** * <code>optional uint32 uniqueID = 1;</code> */ public boolean hasUniqueID() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 uniqueID = 1;</code> */ public int getUniqueID() { return uniqueID_; } private void initFields() { uniqueID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, uniqueID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, uniqueID_); } 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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientNewLoginKeyAcceptedProto} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProtoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto.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(); uniqueID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.uniqueID_ = uniqueID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto.getDefaultInstance()) return this; if (other.hasUniqueID()) { setUniqueID(other.getUniqueID()); } 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 { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientNewLoginKeyAcceptedProto) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional uint32 uniqueID = 1; private int uniqueID_ ; /** * <code>optional uint32 uniqueID = 1;</code> */ public boolean hasUniqueID() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 uniqueID = 1;</code> */ public int getUniqueID() { return uniqueID_; } /** * <code>optional uint32 uniqueID = 1;</code> */ public Builder setUniqueID(int value) { bitField0_ |= 0x00000001; uniqueID_ = value; onChanged(); return this; } /** * <code>optional uint32 uniqueID = 1;</code> */ public Builder clearUniqueID() { bitField0_ = (bitField0_ & ~0x00000001); uniqueID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientNewLoginKeyAcceptedProto) } static { defaultInstance = new ClientNewLoginKeyAcceptedProto(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientNewLoginKeyAcceptedProto) } public interface ClientUCMAddScreenshotProtoOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional uint32 appID = 1; /** * <code>optional uint32 appID = 1;</code> */ boolean hasAppID(); /** * <code>optional uint32 appID = 1;</code> */ int getAppID(); // optional string filename = 2; /** * <code>optional string filename = 2;</code> */ boolean hasFilename(); /** * <code>optional string filename = 2;</code> */ java.lang.String getFilename(); /** * <code>optional string filename = 2;</code> */ com.google.protobuf.ByteString getFilenameBytes(); // optional string thumbname = 3; /** * <code>optional string thumbname = 3;</code> */ boolean hasThumbname(); /** * <code>optional string thumbname = 3;</code> */ java.lang.String getThumbname(); /** * <code>optional string thumbname = 3;</code> */ com.google.protobuf.ByteString getThumbnameBytes(); // optional fixed32 timeCreated = 4; /** * <code>optional fixed32 timeCreated = 4;</code> */ boolean hasTimeCreated(); /** * <code>optional fixed32 timeCreated = 4;</code> */ int getTimeCreated(); // optional uint32 width = 5; /** * <code>optional uint32 width = 5;</code> */ boolean hasWidth(); /** * <code>optional uint32 width = 5;</code> */ int getWidth(); // optional uint32 height = 6; /** * <code>optional uint32 height = 6;</code> */ boolean hasHeight(); /** * <code>optional uint32 height = 6;</code> */ int getHeight(); // optional uint32 permissions = 7; /** * <code>optional uint32 permissions = 7;</code> */ boolean hasPermissions(); /** * <code>optional uint32 permissions = 7;</code> */ int getPermissions(); // optional string caption = 8; /** * <code>optional string caption = 8;</code> */ boolean hasCaption(); /** * <code>optional string caption = 8;</code> */ java.lang.String getCaption(); /** * <code>optional string caption = 8;</code> */ com.google.protobuf.ByteString getCaptionBytes(); // optional string shortcutName = 9; /** * <code>optional string shortcutName = 9;</code> */ boolean hasShortcutName(); /** * <code>optional string shortcutName = 9;</code> */ java.lang.String getShortcutName(); /** * <code>optional string shortcutName = 9;</code> */ com.google.protobuf.ByteString getShortcutNameBytes(); // repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10; /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ java.util.List<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag> getTagList(); /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag getTag(int index); /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ int getTagCount(); /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ java.util.List<? extends com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder> getTagOrBuilderList(); /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder getTagOrBuilder( int index); // repeated fixed64 taggedSteamID = 11; /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ java.util.List<java.lang.Long> getTaggedSteamIDList(); /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ int getTaggedSteamIDCount(); /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ long getTaggedSteamID(int index); // optional bool spoilerTag = 12; /** * <code>optional bool spoilerTag = 12;</code> */ boolean hasSpoilerTag(); /** * <code>optional bool spoilerTag = 12;</code> */ boolean getSpoilerTag(); // repeated uint64 taggedPublishedFileID = 13; /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ java.util.List<java.lang.Long> getTaggedPublishedFileIDList(); /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ int getTaggedPublishedFileIDCount(); /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ long getTaggedPublishedFileID(int index); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto} */ public static final class ClientUCMAddScreenshotProto extends com.google.protobuf.GeneratedMessage implements ClientUCMAddScreenshotProtoOrBuilder { // Use ClientUCMAddScreenshotProto.newBuilder() to construct. private ClientUCMAddScreenshotProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientUCMAddScreenshotProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientUCMAddScreenshotProto defaultInstance; public static ClientUCMAddScreenshotProto getDefaultInstance() { return defaultInstance; } public ClientUCMAddScreenshotProto getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientUCMAddScreenshotProto( 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; appID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; filename_ = input.readBytes(); break; } case 26: { bitField0_ |= 0x00000004; thumbname_ = input.readBytes(); break; } case 37: { bitField0_ |= 0x00000008; timeCreated_ = input.readFixed32(); break; } case 40: { bitField0_ |= 0x00000010; width_ = input.readUInt32(); break; } case 48: { bitField0_ |= 0x00000020; height_ = input.readUInt32(); break; } case 56: { bitField0_ |= 0x00000040; permissions_ = input.readUInt32(); break; } case 66: { bitField0_ |= 0x00000080; caption_ = input.readBytes(); break; } case 74: { bitField0_ |= 0x00000100; shortcutName_ = input.readBytes(); break; } case 82: { if (!((mutable_bitField0_ & 0x00000200) == 0x00000200)) { tag_ = new java.util.ArrayList<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag>(); mutable_bitField0_ |= 0x00000200; } tag_.add(input.readMessage(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.PARSER, extensionRegistry)); break; } case 89: { if (!((mutable_bitField0_ & 0x00000400) == 0x00000400)) { taggedSteamID_ = new java.util.ArrayList<java.lang.Long>(); mutable_bitField0_ |= 0x00000400; } taggedSteamID_.add(input.readFixed64()); break; } case 90: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000400) == 0x00000400) && input.getBytesUntilLimit() > 0) { taggedSteamID_ = new java.util.ArrayList<java.lang.Long>(); mutable_bitField0_ |= 0x00000400; } while (input.getBytesUntilLimit() > 0) { taggedSteamID_.add(input.readFixed64()); } input.popLimit(limit); break; } case 96: { bitField0_ |= 0x00000200; spoilerTag_ = input.readBool(); break; } case 104: { if (!((mutable_bitField0_ & 0x00001000) == 0x00001000)) { taggedPublishedFileID_ = new java.util.ArrayList<java.lang.Long>(); mutable_bitField0_ |= 0x00001000; } taggedPublishedFileID_.add(input.readUInt64()); break; } case 106: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00001000) == 0x00001000) && input.getBytesUntilLimit() > 0) { taggedPublishedFileID_ = new java.util.ArrayList<java.lang.Long>(); mutable_bitField0_ |= 0x00001000; } while (input.getBytesUntilLimit() > 0) { taggedPublishedFileID_.add(input.readUInt64()); } 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_ & 0x00000200) == 0x00000200)) { tag_ = java.util.Collections.unmodifiableList(tag_); } if (((mutable_bitField0_ & 0x00000400) == 0x00000400)) { taggedSteamID_ = java.util.Collections.unmodifiableList(taggedSteamID_); } if (((mutable_bitField0_ & 0x00001000) == 0x00001000)) { taggedPublishedFileID_ = java.util.Collections.unmodifiableList(taggedPublishedFileID_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.Builder.class); } public static com.google.protobuf.Parser<ClientUCMAddScreenshotProto> PARSER = new com.google.protobuf.AbstractParser<ClientUCMAddScreenshotProto>() { public ClientUCMAddScreenshotProto parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientUCMAddScreenshotProto(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientUCMAddScreenshotProto> getParserForType() { return PARSER; } public interface ClientUCMAddScreenshotProtoTagOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional string tagName = 1; /** * <code>optional string tagName = 1;</code> */ boolean hasTagName(); /** * <code>optional string tagName = 1;</code> */ java.lang.String getTagName(); /** * <code>optional string tagName = 1;</code> */ com.google.protobuf.ByteString getTagNameBytes(); // optional string tagValue = 2; /** * <code>optional string tagValue = 2;</code> */ boolean hasTagValue(); /** * <code>optional string tagValue = 2;</code> */ java.lang.String getTagValue(); /** * <code>optional string tagValue = 2;</code> */ com.google.protobuf.ByteString getTagValueBytes(); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag} */ public static final class ClientUCMAddScreenshotProtoTag extends com.google.protobuf.GeneratedMessage implements ClientUCMAddScreenshotProtoTagOrBuilder { // Use ClientUCMAddScreenshotProtoTag.newBuilder() to construct. private ClientUCMAddScreenshotProtoTag(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientUCMAddScreenshotProtoTag(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientUCMAddScreenshotProtoTag defaultInstance; public static ClientUCMAddScreenshotProtoTag getDefaultInstance() { return defaultInstance; } public ClientUCMAddScreenshotProtoTag getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientUCMAddScreenshotProtoTag( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { bitField0_ |= 0x00000001; tagName_ = input.readBytes(); break; } case 18: { bitField0_ |= 0x00000002; tagValue_ = input.readBytes(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder.class); } public static com.google.protobuf.Parser<ClientUCMAddScreenshotProtoTag> PARSER = new com.google.protobuf.AbstractParser<ClientUCMAddScreenshotProtoTag>() { public ClientUCMAddScreenshotProtoTag parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientUCMAddScreenshotProtoTag(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientUCMAddScreenshotProtoTag> getParserForType() { return PARSER; } private int bitField0_; // optional string tagName = 1; public static final int TAGNAME_FIELD_NUMBER = 1; private java.lang.Object tagName_; /** * <code>optional string tagName = 1;</code> */ public boolean hasTagName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string tagName = 1;</code> */ public java.lang.String getTagName() { java.lang.Object ref = tagName_; 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()) { tagName_ = s; } return s; } } /** * <code>optional string tagName = 1;</code> */ public com.google.protobuf.ByteString getTagNameBytes() { java.lang.Object ref = tagName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tagName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string tagValue = 2; public static final int TAGVALUE_FIELD_NUMBER = 2; private java.lang.Object tagValue_; /** * <code>optional string tagValue = 2;</code> */ public boolean hasTagValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string tagValue = 2;</code> */ public java.lang.String getTagValue() { java.lang.Object ref = tagValue_; 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()) { tagValue_ = s; } return s; } } /** * <code>optional string tagValue = 2;</code> */ public com.google.protobuf.ByteString getTagValueBytes() { java.lang.Object ref = tagValue_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tagValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { tagName_ = ""; tagValue_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getTagNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getTagValueBytes()); } 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, getTagNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getTagValueBytes()); } 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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.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(); tagName_ = ""; bitField0_ = (bitField0_ & ~0x00000001); tagValue_ = ""; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.tagName_ = tagName_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.tagValue_ = tagValue_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.getDefaultInstance()) return this; if (other.hasTagName()) { bitField0_ |= 0x00000001; tagName_ = other.tagName_; onChanged(); } if (other.hasTagValue()) { bitField0_ |= 0x00000002; tagValue_ = other.tagValue_; 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 { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional string tagName = 1; private java.lang.Object tagName_ = ""; /** * <code>optional string tagName = 1;</code> */ public boolean hasTagName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string tagName = 1;</code> */ public java.lang.String getTagName() { java.lang.Object ref = tagName_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); tagName_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string tagName = 1;</code> */ public com.google.protobuf.ByteString getTagNameBytes() { java.lang.Object ref = tagName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tagName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string tagName = 1;</code> */ public Builder setTagName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; tagName_ = value; onChanged(); return this; } /** * <code>optional string tagName = 1;</code> */ public Builder clearTagName() { bitField0_ = (bitField0_ & ~0x00000001); tagName_ = getDefaultInstance().getTagName(); onChanged(); return this; } /** * <code>optional string tagName = 1;</code> */ public Builder setTagNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; tagName_ = value; onChanged(); return this; } // optional string tagValue = 2; private java.lang.Object tagValue_ = ""; /** * <code>optional string tagValue = 2;</code> */ public boolean hasTagValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string tagValue = 2;</code> */ public java.lang.String getTagValue() { java.lang.Object ref = tagValue_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); tagValue_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string tagValue = 2;</code> */ public com.google.protobuf.ByteString getTagValueBytes() { java.lang.Object ref = tagValue_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tagValue_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string tagValue = 2;</code> */ public Builder setTagValue( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; tagValue_ = value; onChanged(); return this; } /** * <code>optional string tagValue = 2;</code> */ public Builder clearTagValue() { bitField0_ = (bitField0_ & ~0x00000002); tagValue_ = getDefaultInstance().getTagValue(); onChanged(); return this; } /** * <code>optional string tagValue = 2;</code> */ public Builder setTagValueBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; tagValue_ = value; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag) } static { defaultInstance = new ClientUCMAddScreenshotProtoTag(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag) } private int bitField0_; // optional uint32 appID = 1; public static final int APPID_FIELD_NUMBER = 1; private int appID_; /** * <code>optional uint32 appID = 1;</code> */ public boolean hasAppID() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 appID = 1;</code> */ public int getAppID() { return appID_; } // optional string filename = 2; public static final int FILENAME_FIELD_NUMBER = 2; private java.lang.Object filename_; /** * <code>optional string filename = 2;</code> */ public boolean hasFilename() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string filename = 2;</code> */ public java.lang.String getFilename() { java.lang.Object ref = filename_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { filename_ = s; } return s; } } /** * <code>optional string filename = 2;</code> */ public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string thumbname = 3; public static final int THUMBNAME_FIELD_NUMBER = 3; private java.lang.Object thumbname_; /** * <code>optional string thumbname = 3;</code> */ public boolean hasThumbname() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional string thumbname = 3;</code> */ public java.lang.String getThumbname() { java.lang.Object ref = thumbname_; 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()) { thumbname_ = s; } return s; } } /** * <code>optional string thumbname = 3;</code> */ public com.google.protobuf.ByteString getThumbnameBytes() { java.lang.Object ref = thumbname_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); thumbname_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional fixed32 timeCreated = 4; public static final int TIMECREATED_FIELD_NUMBER = 4; private int timeCreated_; /** * <code>optional fixed32 timeCreated = 4;</code> */ public boolean hasTimeCreated() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional fixed32 timeCreated = 4;</code> */ public int getTimeCreated() { return timeCreated_; } // optional uint32 width = 5; public static final int WIDTH_FIELD_NUMBER = 5; private int width_; /** * <code>optional uint32 width = 5;</code> */ public boolean hasWidth() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint32 width = 5;</code> */ public int getWidth() { return width_; } // optional uint32 height = 6; public static final int HEIGHT_FIELD_NUMBER = 6; private int height_; /** * <code>optional uint32 height = 6;</code> */ public boolean hasHeight() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional uint32 height = 6;</code> */ public int getHeight() { return height_; } // optional uint32 permissions = 7; public static final int PERMISSIONS_FIELD_NUMBER = 7; private int permissions_; /** * <code>optional uint32 permissions = 7;</code> */ public boolean hasPermissions() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 permissions = 7;</code> */ public int getPermissions() { return permissions_; } // optional string caption = 8; public static final int CAPTION_FIELD_NUMBER = 8; private java.lang.Object caption_; /** * <code>optional string caption = 8;</code> */ public boolean hasCaption() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional string caption = 8;</code> */ public java.lang.String getCaption() { java.lang.Object ref = caption_; 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()) { caption_ = s; } return s; } } /** * <code>optional string caption = 8;</code> */ public com.google.protobuf.ByteString getCaptionBytes() { java.lang.Object ref = caption_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); caption_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string shortcutName = 9; public static final int SHORTCUTNAME_FIELD_NUMBER = 9; private java.lang.Object shortcutName_; /** * <code>optional string shortcutName = 9;</code> */ public boolean hasShortcutName() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional string shortcutName = 9;</code> */ public java.lang.String getShortcutName() { java.lang.Object ref = shortcutName_; 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()) { shortcutName_ = s; } return s; } } /** * <code>optional string shortcutName = 9;</code> */ public com.google.protobuf.ByteString getShortcutNameBytes() { java.lang.Object ref = shortcutName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shortcutName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10; public static final int TAG_FIELD_NUMBER = 10; private java.util.List<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag> tag_; /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public java.util.List<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag> getTagList() { return tag_; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public java.util.List<? extends com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder> getTagOrBuilderList() { return tag_; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public int getTagCount() { return tag_.size(); } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag getTag(int index) { return tag_.get(index); } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder getTagOrBuilder( int index) { return tag_.get(index); } // repeated fixed64 taggedSteamID = 11; public static final int TAGGEDSTEAMID_FIELD_NUMBER = 11; private java.util.List<java.lang.Long> taggedSteamID_; /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public java.util.List<java.lang.Long> getTaggedSteamIDList() { return taggedSteamID_; } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public int getTaggedSteamIDCount() { return taggedSteamID_.size(); } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public long getTaggedSteamID(int index) { return taggedSteamID_.get(index); } // optional bool spoilerTag = 12; public static final int SPOILERTAG_FIELD_NUMBER = 12; private boolean spoilerTag_; /** * <code>optional bool spoilerTag = 12;</code> */ public boolean hasSpoilerTag() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional bool spoilerTag = 12;</code> */ public boolean getSpoilerTag() { return spoilerTag_; } // repeated uint64 taggedPublishedFileID = 13; public static final int TAGGEDPUBLISHEDFILEID_FIELD_NUMBER = 13; private java.util.List<java.lang.Long> taggedPublishedFileID_; /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public java.util.List<java.lang.Long> getTaggedPublishedFileIDList() { return taggedPublishedFileID_; } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public int getTaggedPublishedFileIDCount() { return taggedPublishedFileID_.size(); } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public long getTaggedPublishedFileID(int index) { return taggedPublishedFileID_.get(index); } private void initFields() { appID_ = 0; filename_ = ""; thumbname_ = ""; timeCreated_ = 0; width_ = 0; height_ = 0; permissions_ = 0; caption_ = ""; shortcutName_ = ""; tag_ = java.util.Collections.emptyList(); taggedSteamID_ = java.util.Collections.emptyList(); spoilerTag_ = false; taggedPublishedFileID_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, appID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getFilenameBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getThumbnameBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeFixed32(4, timeCreated_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(5, width_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(6, height_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeUInt32(7, permissions_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeBytes(8, getCaptionBytes()); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeBytes(9, getShortcutNameBytes()); } for (int i = 0; i < tag_.size(); i++) { output.writeMessage(10, tag_.get(i)); } for (int i = 0; i < taggedSteamID_.size(); i++) { output.writeFixed64(11, taggedSteamID_.get(i)); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeBool(12, spoilerTag_); } for (int i = 0; i < taggedPublishedFileID_.size(); i++) { output.writeUInt64(13, taggedPublishedFileID_.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 .computeUInt32Size(1, appID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getFilenameBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getThumbnameBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeFixed32Size(4, timeCreated_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, width_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, height_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, permissions_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(8, getCaptionBytes()); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(9, getShortcutNameBytes()); } for (int i = 0; i < tag_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, tag_.get(i)); } { int dataSize = 0; dataSize = 8 * getTaggedSteamIDList().size(); size += dataSize; size += 1 * getTaggedSteamIDList().size(); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(12, spoilerTag_); } { int dataSize = 0; for (int i = 0; i < taggedPublishedFileID_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt64SizeNoTag(taggedPublishedFileID_.get(i)); } size += dataSize; size += 1 * getTaggedPublishedFileIDList().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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProtoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getTagFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); appID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); filename_ = ""; bitField0_ = (bitField0_ & ~0x00000002); thumbname_ = ""; bitField0_ = (bitField0_ & ~0x00000004); timeCreated_ = 0; bitField0_ = (bitField0_ & ~0x00000008); width_ = 0; bitField0_ = (bitField0_ & ~0x00000010); height_ = 0; bitField0_ = (bitField0_ & ~0x00000020); permissions_ = 0; bitField0_ = (bitField0_ & ~0x00000040); caption_ = ""; bitField0_ = (bitField0_ & ~0x00000080); shortcutName_ = ""; bitField0_ = (bitField0_ & ~0x00000100); if (tagBuilder_ == null) { tag_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); } else { tagBuilder_.clear(); } taggedSteamID_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000400); spoilerTag_ = false; bitField0_ = (bitField0_ & ~0x00000800); taggedPublishedFileID_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00001000); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.appID_ = appID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.filename_ = filename_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.thumbname_ = thumbname_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.timeCreated_ = timeCreated_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.width_ = width_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.height_ = height_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.permissions_ = permissions_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.caption_ = caption_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.shortcutName_ = shortcutName_; if (tagBuilder_ == null) { if (((bitField0_ & 0x00000200) == 0x00000200)) { tag_ = java.util.Collections.unmodifiableList(tag_); bitField0_ = (bitField0_ & ~0x00000200); } result.tag_ = tag_; } else { result.tag_ = tagBuilder_.build(); } if (((bitField0_ & 0x00000400) == 0x00000400)) { taggedSteamID_ = java.util.Collections.unmodifiableList(taggedSteamID_); bitField0_ = (bitField0_ & ~0x00000400); } result.taggedSteamID_ = taggedSteamID_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000200; } result.spoilerTag_ = spoilerTag_; if (((bitField0_ & 0x00001000) == 0x00001000)) { taggedPublishedFileID_ = java.util.Collections.unmodifiableList(taggedPublishedFileID_); bitField0_ = (bitField0_ & ~0x00001000); } result.taggedPublishedFileID_ = taggedPublishedFileID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.getDefaultInstance()) return this; if (other.hasAppID()) { setAppID(other.getAppID()); } if (other.hasFilename()) { bitField0_ |= 0x00000002; filename_ = other.filename_; onChanged(); } if (other.hasThumbname()) { bitField0_ |= 0x00000004; thumbname_ = other.thumbname_; onChanged(); } if (other.hasTimeCreated()) { setTimeCreated(other.getTimeCreated()); } if (other.hasWidth()) { setWidth(other.getWidth()); } if (other.hasHeight()) { setHeight(other.getHeight()); } if (other.hasPermissions()) { setPermissions(other.getPermissions()); } if (other.hasCaption()) { bitField0_ |= 0x00000080; caption_ = other.caption_; onChanged(); } if (other.hasShortcutName()) { bitField0_ |= 0x00000100; shortcutName_ = other.shortcutName_; onChanged(); } if (tagBuilder_ == null) { if (!other.tag_.isEmpty()) { if (tag_.isEmpty()) { tag_ = other.tag_; bitField0_ = (bitField0_ & ~0x00000200); } else { ensureTagIsMutable(); tag_.addAll(other.tag_); } onChanged(); } } else { if (!other.tag_.isEmpty()) { if (tagBuilder_.isEmpty()) { tagBuilder_.dispose(); tagBuilder_ = null; tag_ = other.tag_; bitField0_ = (bitField0_ & ~0x00000200); tagBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getTagFieldBuilder() : null; } else { tagBuilder_.addAllMessages(other.tag_); } } } if (!other.taggedSteamID_.isEmpty()) { if (taggedSteamID_.isEmpty()) { taggedSteamID_ = other.taggedSteamID_; bitField0_ = (bitField0_ & ~0x00000400); } else { ensureTaggedSteamIDIsMutable(); taggedSteamID_.addAll(other.taggedSteamID_); } onChanged(); } if (other.hasSpoilerTag()) { setSpoilerTag(other.getSpoilerTag()); } if (!other.taggedPublishedFileID_.isEmpty()) { if (taggedPublishedFileID_.isEmpty()) { taggedPublishedFileID_ = other.taggedPublishedFileID_; bitField0_ = (bitField0_ & ~0x00001000); } else { ensureTaggedPublishedFileIDIsMutable(); taggedPublishedFileID_.addAll(other.taggedPublishedFileID_); } 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 { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional uint32 appID = 1; private int appID_ ; /** * <code>optional uint32 appID = 1;</code> */ public boolean hasAppID() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 appID = 1;</code> */ public int getAppID() { return appID_; } /** * <code>optional uint32 appID = 1;</code> */ public Builder setAppID(int value) { bitField0_ |= 0x00000001; appID_ = value; onChanged(); return this; } /** * <code>optional uint32 appID = 1;</code> */ public Builder clearAppID() { bitField0_ = (bitField0_ & ~0x00000001); appID_ = 0; onChanged(); return this; } // optional string filename = 2; private java.lang.Object filename_ = ""; /** * <code>optional string filename = 2;</code> */ public boolean hasFilename() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional string filename = 2;</code> */ public java.lang.String getFilename() { java.lang.Object ref = filename_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); filename_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string filename = 2;</code> */ public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string filename = 2;</code> */ public Builder setFilename( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; filename_ = value; onChanged(); return this; } /** * <code>optional string filename = 2;</code> */ public Builder clearFilename() { bitField0_ = (bitField0_ & ~0x00000002); filename_ = getDefaultInstance().getFilename(); onChanged(); return this; } /** * <code>optional string filename = 2;</code> */ public Builder setFilenameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; filename_ = value; onChanged(); return this; } // optional string thumbname = 3; private java.lang.Object thumbname_ = ""; /** * <code>optional string thumbname = 3;</code> */ public boolean hasThumbname() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional string thumbname = 3;</code> */ public java.lang.String getThumbname() { java.lang.Object ref = thumbname_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); thumbname_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string thumbname = 3;</code> */ public com.google.protobuf.ByteString getThumbnameBytes() { java.lang.Object ref = thumbname_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); thumbname_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string thumbname = 3;</code> */ public Builder setThumbname( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; thumbname_ = value; onChanged(); return this; } /** * <code>optional string thumbname = 3;</code> */ public Builder clearThumbname() { bitField0_ = (bitField0_ & ~0x00000004); thumbname_ = getDefaultInstance().getThumbname(); onChanged(); return this; } /** * <code>optional string thumbname = 3;</code> */ public Builder setThumbnameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; thumbname_ = value; onChanged(); return this; } // optional fixed32 timeCreated = 4; private int timeCreated_ ; /** * <code>optional fixed32 timeCreated = 4;</code> */ public boolean hasTimeCreated() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional fixed32 timeCreated = 4;</code> */ public int getTimeCreated() { return timeCreated_; } /** * <code>optional fixed32 timeCreated = 4;</code> */ public Builder setTimeCreated(int value) { bitField0_ |= 0x00000008; timeCreated_ = value; onChanged(); return this; } /** * <code>optional fixed32 timeCreated = 4;</code> */ public Builder clearTimeCreated() { bitField0_ = (bitField0_ & ~0x00000008); timeCreated_ = 0; onChanged(); return this; } // optional uint32 width = 5; private int width_ ; /** * <code>optional uint32 width = 5;</code> */ public boolean hasWidth() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint32 width = 5;</code> */ public int getWidth() { return width_; } /** * <code>optional uint32 width = 5;</code> */ public Builder setWidth(int value) { bitField0_ |= 0x00000010; width_ = value; onChanged(); return this; } /** * <code>optional uint32 width = 5;</code> */ public Builder clearWidth() { bitField0_ = (bitField0_ & ~0x00000010); width_ = 0; onChanged(); return this; } // optional uint32 height = 6; private int height_ ; /** * <code>optional uint32 height = 6;</code> */ public boolean hasHeight() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional uint32 height = 6;</code> */ public int getHeight() { return height_; } /** * <code>optional uint32 height = 6;</code> */ public Builder setHeight(int value) { bitField0_ |= 0x00000020; height_ = value; onChanged(); return this; } /** * <code>optional uint32 height = 6;</code> */ public Builder clearHeight() { bitField0_ = (bitField0_ & ~0x00000020); height_ = 0; onChanged(); return this; } // optional uint32 permissions = 7; private int permissions_ ; /** * <code>optional uint32 permissions = 7;</code> */ public boolean hasPermissions() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 permissions = 7;</code> */ public int getPermissions() { return permissions_; } /** * <code>optional uint32 permissions = 7;</code> */ public Builder setPermissions(int value) { bitField0_ |= 0x00000040; permissions_ = value; onChanged(); return this; } /** * <code>optional uint32 permissions = 7;</code> */ public Builder clearPermissions() { bitField0_ = (bitField0_ & ~0x00000040); permissions_ = 0; onChanged(); return this; } // optional string caption = 8; private java.lang.Object caption_ = ""; /** * <code>optional string caption = 8;</code> */ public boolean hasCaption() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional string caption = 8;</code> */ public java.lang.String getCaption() { java.lang.Object ref = caption_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); caption_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string caption = 8;</code> */ public com.google.protobuf.ByteString getCaptionBytes() { java.lang.Object ref = caption_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); caption_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string caption = 8;</code> */ public Builder setCaption( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; caption_ = value; onChanged(); return this; } /** * <code>optional string caption = 8;</code> */ public Builder clearCaption() { bitField0_ = (bitField0_ & ~0x00000080); caption_ = getDefaultInstance().getCaption(); onChanged(); return this; } /** * <code>optional string caption = 8;</code> */ public Builder setCaptionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; caption_ = value; onChanged(); return this; } // optional string shortcutName = 9; private java.lang.Object shortcutName_ = ""; /** * <code>optional string shortcutName = 9;</code> */ public boolean hasShortcutName() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional string shortcutName = 9;</code> */ public java.lang.String getShortcutName() { java.lang.Object ref = shortcutName_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); shortcutName_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string shortcutName = 9;</code> */ public com.google.protobuf.ByteString getShortcutNameBytes() { java.lang.Object ref = shortcutName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shortcutName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string shortcutName = 9;</code> */ public Builder setShortcutName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000100; shortcutName_ = value; onChanged(); return this; } /** * <code>optional string shortcutName = 9;</code> */ public Builder clearShortcutName() { bitField0_ = (bitField0_ & ~0x00000100); shortcutName_ = getDefaultInstance().getShortcutName(); onChanged(); return this; } /** * <code>optional string shortcutName = 9;</code> */ public Builder setShortcutNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000100; shortcutName_ = value; onChanged(); return this; } // repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10; private java.util.List<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag> tag_ = java.util.Collections.emptyList(); private void ensureTagIsMutable() { if (!((bitField0_ & 0x00000200) == 0x00000200)) { tag_ = new java.util.ArrayList<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag>(tag_); bitField0_ |= 0x00000200; } } private com.google.protobuf.RepeatedFieldBuilder< com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder> tagBuilder_; /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public java.util.List<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag> getTagList() { if (tagBuilder_ == null) { return java.util.Collections.unmodifiableList(tag_); } else { return tagBuilder_.getMessageList(); } } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public int getTagCount() { if (tagBuilder_ == null) { return tag_.size(); } else { return tagBuilder_.getCount(); } } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag getTag(int index) { if (tagBuilder_ == null) { return tag_.get(index); } else { return tagBuilder_.getMessage(index); } } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder setTag( int index, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag value) { if (tagBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTagIsMutable(); tag_.set(index, value); onChanged(); } else { tagBuilder_.setMessage(index, value); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder setTag( int index, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder builderForValue) { if (tagBuilder_ == null) { ensureTagIsMutable(); tag_.set(index, builderForValue.build()); onChanged(); } else { tagBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder addTag(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag value) { if (tagBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTagIsMutable(); tag_.add(value); onChanged(); } else { tagBuilder_.addMessage(value); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder addTag( int index, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag value) { if (tagBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTagIsMutable(); tag_.add(index, value); onChanged(); } else { tagBuilder_.addMessage(index, value); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder addTag( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder builderForValue) { if (tagBuilder_ == null) { ensureTagIsMutable(); tag_.add(builderForValue.build()); onChanged(); } else { tagBuilder_.addMessage(builderForValue.build()); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder addTag( int index, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder builderForValue) { if (tagBuilder_ == null) { ensureTagIsMutable(); tag_.add(index, builderForValue.build()); onChanged(); } else { tagBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder addAllTag( java.lang.Iterable<? extends com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag> values) { if (tagBuilder_ == null) { ensureTagIsMutable(); super.addAll(values, tag_); onChanged(); } else { tagBuilder_.addAllMessages(values); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder clearTag() { if (tagBuilder_ == null) { tag_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); onChanged(); } else { tagBuilder_.clear(); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public Builder removeTag(int index) { if (tagBuilder_ == null) { ensureTagIsMutable(); tag_.remove(index); onChanged(); } else { tagBuilder_.remove(index); } return this; } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder getTagBuilder( int index) { return getTagFieldBuilder().getBuilder(index); } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder getTagOrBuilder( int index) { if (tagBuilder_ == null) { return tag_.get(index); } else { return tagBuilder_.getMessageOrBuilder(index); } } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public java.util.List<? extends com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder> getTagOrBuilderList() { if (tagBuilder_ != null) { return tagBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(tag_); } } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder addTagBuilder() { return getTagFieldBuilder().addBuilder( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.getDefaultInstance()); } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder addTagBuilder( int index) { return getTagFieldBuilder().addBuilder( index, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.getDefaultInstance()); } /** * <code>repeated .com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag tag = 10;</code> */ public java.util.List<com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder> getTagBuilderList() { return getTagFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder> getTagFieldBuilder() { if (tagBuilder_ == null) { tagBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTag.Builder, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUCMAddScreenshotProto.ClientUCMAddScreenshotProtoTagOrBuilder>( tag_, ((bitField0_ & 0x00000200) == 0x00000200), getParentForChildren(), isClean()); tag_ = null; } return tagBuilder_; } // repeated fixed64 taggedSteamID = 11; private java.util.List<java.lang.Long> taggedSteamID_ = java.util.Collections.emptyList(); private void ensureTaggedSteamIDIsMutable() { if (!((bitField0_ & 0x00000400) == 0x00000400)) { taggedSteamID_ = new java.util.ArrayList<java.lang.Long>(taggedSteamID_); bitField0_ |= 0x00000400; } } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public java.util.List<java.lang.Long> getTaggedSteamIDList() { return java.util.Collections.unmodifiableList(taggedSteamID_); } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public int getTaggedSteamIDCount() { return taggedSteamID_.size(); } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public long getTaggedSteamID(int index) { return taggedSteamID_.get(index); } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public Builder setTaggedSteamID( int index, long value) { ensureTaggedSteamIDIsMutable(); taggedSteamID_.set(index, value); onChanged(); return this; } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public Builder addTaggedSteamID(long value) { ensureTaggedSteamIDIsMutable(); taggedSteamID_.add(value); onChanged(); return this; } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public Builder addAllTaggedSteamID( java.lang.Iterable<? extends java.lang.Long> values) { ensureTaggedSteamIDIsMutable(); super.addAll(values, taggedSteamID_); onChanged(); return this; } /** * <code>repeated fixed64 taggedSteamID = 11;</code> */ public Builder clearTaggedSteamID() { taggedSteamID_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000400); onChanged(); return this; } // optional bool spoilerTag = 12; private boolean spoilerTag_ ; /** * <code>optional bool spoilerTag = 12;</code> */ public boolean hasSpoilerTag() { return ((bitField0_ & 0x00000800) == 0x00000800); } /** * <code>optional bool spoilerTag = 12;</code> */ public boolean getSpoilerTag() { return spoilerTag_; } /** * <code>optional bool spoilerTag = 12;</code> */ public Builder setSpoilerTag(boolean value) { bitField0_ |= 0x00000800; spoilerTag_ = value; onChanged(); return this; } /** * <code>optional bool spoilerTag = 12;</code> */ public Builder clearSpoilerTag() { bitField0_ = (bitField0_ & ~0x00000800); spoilerTag_ = false; onChanged(); return this; } // repeated uint64 taggedPublishedFileID = 13; private java.util.List<java.lang.Long> taggedPublishedFileID_ = java.util.Collections.emptyList(); private void ensureTaggedPublishedFileIDIsMutable() { if (!((bitField0_ & 0x00001000) == 0x00001000)) { taggedPublishedFileID_ = new java.util.ArrayList<java.lang.Long>(taggedPublishedFileID_); bitField0_ |= 0x00001000; } } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public java.util.List<java.lang.Long> getTaggedPublishedFileIDList() { return java.util.Collections.unmodifiableList(taggedPublishedFileID_); } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public int getTaggedPublishedFileIDCount() { return taggedPublishedFileID_.size(); } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public long getTaggedPublishedFileID(int index) { return taggedPublishedFileID_.get(index); } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public Builder setTaggedPublishedFileID( int index, long value) { ensureTaggedPublishedFileIDIsMutable(); taggedPublishedFileID_.set(index, value); onChanged(); return this; } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public Builder addTaggedPublishedFileID(long value) { ensureTaggedPublishedFileIDIsMutable(); taggedPublishedFileID_.add(value); onChanged(); return this; } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public Builder addAllTaggedPublishedFileID( java.lang.Iterable<? extends java.lang.Long> values) { ensureTaggedPublishedFileIDIsMutable(); super.addAll(values, taggedPublishedFileID_); onChanged(); return this; } /** * <code>repeated uint64 taggedPublishedFileID = 13;</code> */ public Builder clearTaggedPublishedFileID() { taggedPublishedFileID_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00001000); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto) } static { defaultInstance = new ClientUCMAddScreenshotProto(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUCMAddScreenshotProto) } public interface ClientUFSFileChunkProtoOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional bytes shaFile = 1; /** * <code>optional bytes shaFile = 1;</code> */ boolean hasShaFile(); /** * <code>optional bytes shaFile = 1;</code> */ com.google.protobuf.ByteString getShaFile(); // optional uint32 fileStart = 2; /** * <code>optional uint32 fileStart = 2;</code> */ boolean hasFileStart(); /** * <code>optional uint32 fileStart = 2;</code> */ int getFileStart(); // optional bytes data = 3; /** * <code>optional bytes data = 3;</code> */ boolean hasData(); /** * <code>optional bytes data = 3;</code> */ com.google.protobuf.ByteString getData(); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSFileChunkProto} */ public static final class ClientUFSFileChunkProto extends com.google.protobuf.GeneratedMessage implements ClientUFSFileChunkProtoOrBuilder { // Use ClientUFSFileChunkProto.newBuilder() to construct. private ClientUFSFileChunkProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientUFSFileChunkProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientUFSFileChunkProto defaultInstance; public static ClientUFSFileChunkProto getDefaultInstance() { return defaultInstance; } public ClientUFSFileChunkProto getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientUFSFileChunkProto( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { bitField0_ |= 0x00000001; shaFile_ = input.readBytes(); break; } case 16: { bitField0_ |= 0x00000002; fileStart_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; data_ = input.readBytes(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto.Builder.class); } public static com.google.protobuf.Parser<ClientUFSFileChunkProto> PARSER = new com.google.protobuf.AbstractParser<ClientUFSFileChunkProto>() { public ClientUFSFileChunkProto parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientUFSFileChunkProto(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientUFSFileChunkProto> getParserForType() { return PARSER; } private int bitField0_; // optional bytes shaFile = 1; public static final int SHAFILE_FIELD_NUMBER = 1; private com.google.protobuf.ByteString shaFile_; /** * <code>optional bytes shaFile = 1;</code> */ public boolean hasShaFile() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional bytes shaFile = 1;</code> */ public com.google.protobuf.ByteString getShaFile() { return shaFile_; } // optional uint32 fileStart = 2; public static final int FILESTART_FIELD_NUMBER = 2; private int fileStart_; /** * <code>optional uint32 fileStart = 2;</code> */ public boolean hasFileStart() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 fileStart = 2;</code> */ public int getFileStart() { return fileStart_; } // optional bytes data = 3; public static final int DATA_FIELD_NUMBER = 3; private com.google.protobuf.ByteString data_; /** * <code>optional bytes data = 3;</code> */ public boolean hasData() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional bytes data = 3;</code> */ public com.google.protobuf.ByteString getData() { return data_; } private void initFields() { shaFile_ = com.google.protobuf.ByteString.EMPTY; fileStart_ = 0; data_ = com.google.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, shaFile_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, fileStart_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, data_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, shaFile_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, fileStart_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, data_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSFileChunkProto} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProtoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto.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(); shaFile_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); fileStart_ = 0; bitField0_ = (bitField0_ & ~0x00000002); data_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.shaFile_ = shaFile_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.fileStart_ = fileStart_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.data_ = data_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto.getDefaultInstance()) return this; if (other.hasShaFile()) { setShaFile(other.getShaFile()); } if (other.hasFileStart()) { setFileStart(other.getFileStart()); } if (other.hasData()) { setData(other.getData()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSFileChunkProto) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional bytes shaFile = 1; private com.google.protobuf.ByteString shaFile_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes shaFile = 1;</code> */ public boolean hasShaFile() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional bytes shaFile = 1;</code> */ public com.google.protobuf.ByteString getShaFile() { return shaFile_; } /** * <code>optional bytes shaFile = 1;</code> */ public Builder setShaFile(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; shaFile_ = value; onChanged(); return this; } /** * <code>optional bytes shaFile = 1;</code> */ public Builder clearShaFile() { bitField0_ = (bitField0_ & ~0x00000001); shaFile_ = getDefaultInstance().getShaFile(); onChanged(); return this; } // optional uint32 fileStart = 2; private int fileStart_ ; /** * <code>optional uint32 fileStart = 2;</code> */ public boolean hasFileStart() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 fileStart = 2;</code> */ public int getFileStart() { return fileStart_; } /** * <code>optional uint32 fileStart = 2;</code> */ public Builder setFileStart(int value) { bitField0_ |= 0x00000002; fileStart_ = value; onChanged(); return this; } /** * <code>optional uint32 fileStart = 2;</code> */ public Builder clearFileStart() { bitField0_ = (bitField0_ & ~0x00000002); fileStart_ = 0; onChanged(); return this; } // optional bytes data = 3; private com.google.protobuf.ByteString data_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes data = 3;</code> */ public boolean hasData() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional bytes data = 3;</code> */ public com.google.protobuf.ByteString getData() { return data_; } /** * <code>optional bytes data = 3;</code> */ public Builder setData(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; data_ = value; onChanged(); return this; } /** * <code>optional bytes data = 3;</code> */ public Builder clearData() { bitField0_ = (bitField0_ & ~0x00000004); data_ = getDefaultInstance().getData(); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSFileChunkProto) } static { defaultInstance = new ClientUFSFileChunkProto(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSFileChunkProto) } public interface ClientUFSLoginRequestProtoOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional uint32 protocolVersion = 1; /** * <code>optional uint32 protocolVersion = 1;</code> */ boolean hasProtocolVersion(); /** * <code>optional uint32 protocolVersion = 1;</code> */ int getProtocolVersion(); // optional uint64 amSessionToken = 2; /** * <code>optional uint64 amSessionToken = 2;</code> */ boolean hasAmSessionToken(); /** * <code>optional uint64 amSessionToken = 2;</code> */ long getAmSessionToken(); // repeated uint32 apps = 3; /** * <code>repeated uint32 apps = 3;</code> */ java.util.List<java.lang.Integer> getAppsList(); /** * <code>repeated uint32 apps = 3;</code> */ int getAppsCount(); /** * <code>repeated uint32 apps = 3;</code> */ int getApps(int index); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSLoginRequestProto} */ public static final class ClientUFSLoginRequestProto extends com.google.protobuf.GeneratedMessage implements ClientUFSLoginRequestProtoOrBuilder { // Use ClientUFSLoginRequestProto.newBuilder() to construct. private ClientUFSLoginRequestProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientUFSLoginRequestProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientUFSLoginRequestProto defaultInstance; public static ClientUFSLoginRequestProto getDefaultInstance() { return defaultInstance; } public ClientUFSLoginRequestProto getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientUFSLoginRequestProto( 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; protocolVersion_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; amSessionToken_ = input.readUInt64(); break; } case 24: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { apps_ = new java.util.ArrayList<java.lang.Integer>(); mutable_bitField0_ |= 0x00000004; } apps_.add(input.readUInt32()); break; } case 26: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) == 0x00000004) && input.getBytesUntilLimit() > 0) { apps_ = new java.util.ArrayList<java.lang.Integer>(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { apps_.add(input.readUInt32()); } 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)) { apps_ = java.util.Collections.unmodifiableList(apps_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto.Builder.class); } public static com.google.protobuf.Parser<ClientUFSLoginRequestProto> PARSER = new com.google.protobuf.AbstractParser<ClientUFSLoginRequestProto>() { public ClientUFSLoginRequestProto parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientUFSLoginRequestProto(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientUFSLoginRequestProto> getParserForType() { return PARSER; } private int bitField0_; // optional uint32 protocolVersion = 1; public static final int PROTOCOLVERSION_FIELD_NUMBER = 1; private int protocolVersion_; /** * <code>optional uint32 protocolVersion = 1;</code> */ public boolean hasProtocolVersion() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 protocolVersion = 1;</code> */ public int getProtocolVersion() { return protocolVersion_; } // optional uint64 amSessionToken = 2; public static final int AMSESSIONTOKEN_FIELD_NUMBER = 2; private long amSessionToken_; /** * <code>optional uint64 amSessionToken = 2;</code> */ public boolean hasAmSessionToken() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint64 amSessionToken = 2;</code> */ public long getAmSessionToken() { return amSessionToken_; } // repeated uint32 apps = 3; public static final int APPS_FIELD_NUMBER = 3; private java.util.List<java.lang.Integer> apps_; /** * <code>repeated uint32 apps = 3;</code> */ public java.util.List<java.lang.Integer> getAppsList() { return apps_; } /** * <code>repeated uint32 apps = 3;</code> */ public int getAppsCount() { return apps_.size(); } /** * <code>repeated uint32 apps = 3;</code> */ public int getApps(int index) { return apps_.get(index); } private void initFields() { protocolVersion_ = 0; amSessionToken_ = 0L; apps_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, protocolVersion_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt64(2, amSessionToken_); } for (int i = 0; i < apps_.size(); i++) { output.writeUInt32(3, apps_.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 .computeUInt32Size(1, protocolVersion_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(2, amSessionToken_); } { int dataSize = 0; for (int i = 0; i < apps_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(apps_.get(i)); } size += dataSize; size += 1 * getAppsList().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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSLoginRequestProto} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProtoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto.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(); protocolVersion_ = 0; bitField0_ = (bitField0_ & ~0x00000001); amSessionToken_ = 0L; bitField0_ = (bitField0_ & ~0x00000002); apps_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.protocolVersion_ = protocolVersion_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.amSessionToken_ = amSessionToken_; if (((bitField0_ & 0x00000004) == 0x00000004)) { apps_ = java.util.Collections.unmodifiableList(apps_); bitField0_ = (bitField0_ & ~0x00000004); } result.apps_ = apps_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto.getDefaultInstance()) return this; if (other.hasProtocolVersion()) { setProtocolVersion(other.getProtocolVersion()); } if (other.hasAmSessionToken()) { setAmSessionToken(other.getAmSessionToken()); } if (!other.apps_.isEmpty()) { if (apps_.isEmpty()) { apps_ = other.apps_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureAppsIsMutable(); apps_.addAll(other.apps_); } 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 { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSLoginRequestProto) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional uint32 protocolVersion = 1; private int protocolVersion_ ; /** * <code>optional uint32 protocolVersion = 1;</code> */ public boolean hasProtocolVersion() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 protocolVersion = 1;</code> */ public int getProtocolVersion() { return protocolVersion_; } /** * <code>optional uint32 protocolVersion = 1;</code> */ public Builder setProtocolVersion(int value) { bitField0_ |= 0x00000001; protocolVersion_ = value; onChanged(); return this; } /** * <code>optional uint32 protocolVersion = 1;</code> */ public Builder clearProtocolVersion() { bitField0_ = (bitField0_ & ~0x00000001); protocolVersion_ = 0; onChanged(); return this; } // optional uint64 amSessionToken = 2; private long amSessionToken_ ; /** * <code>optional uint64 amSessionToken = 2;</code> */ public boolean hasAmSessionToken() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint64 amSessionToken = 2;</code> */ public long getAmSessionToken() { return amSessionToken_; } /** * <code>optional uint64 amSessionToken = 2;</code> */ public Builder setAmSessionToken(long value) { bitField0_ |= 0x00000002; amSessionToken_ = value; onChanged(); return this; } /** * <code>optional uint64 amSessionToken = 2;</code> */ public Builder clearAmSessionToken() { bitField0_ = (bitField0_ & ~0x00000002); amSessionToken_ = 0L; onChanged(); return this; } // repeated uint32 apps = 3; private java.util.List<java.lang.Integer> apps_ = java.util.Collections.emptyList(); private void ensureAppsIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { apps_ = new java.util.ArrayList<java.lang.Integer>(apps_); bitField0_ |= 0x00000004; } } /** * <code>repeated uint32 apps = 3;</code> */ public java.util.List<java.lang.Integer> getAppsList() { return java.util.Collections.unmodifiableList(apps_); } /** * <code>repeated uint32 apps = 3;</code> */ public int getAppsCount() { return apps_.size(); } /** * <code>repeated uint32 apps = 3;</code> */ public int getApps(int index) { return apps_.get(index); } /** * <code>repeated uint32 apps = 3;</code> */ public Builder setApps( int index, int value) { ensureAppsIsMutable(); apps_.set(index, value); onChanged(); return this; } /** * <code>repeated uint32 apps = 3;</code> */ public Builder addApps(int value) { ensureAppsIsMutable(); apps_.add(value); onChanged(); return this; } /** * <code>repeated uint32 apps = 3;</code> */ public Builder addAllApps( java.lang.Iterable<? extends java.lang.Integer> values) { ensureAppsIsMutable(); super.addAll(values, apps_); onChanged(); return this; } /** * <code>repeated uint32 apps = 3;</code> */ public Builder clearApps() { apps_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSLoginRequestProto) } static { defaultInstance = new ClientUFSLoginRequestProto(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSLoginRequestProto) } public interface ClientUFSUploadFileRequestProtoOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional uint32 appID = 1; /** * <code>optional uint32 appID = 1;</code> */ boolean hasAppID(); /** * <code>optional uint32 appID = 1;</code> */ int getAppID(); // optional uint32 fileSize = 2; /** * <code>optional uint32 fileSize = 2;</code> */ boolean hasFileSize(); /** * <code>optional uint32 fileSize = 2;</code> */ int getFileSize(); // optional uint32 rawFileSize = 3; /** * <code>optional uint32 rawFileSize = 3;</code> */ boolean hasRawFileSize(); /** * <code>optional uint32 rawFileSize = 3;</code> */ int getRawFileSize(); // optional bytes shaFile = 4; /** * <code>optional bytes shaFile = 4;</code> */ boolean hasShaFile(); /** * <code>optional bytes shaFile = 4;</code> */ com.google.protobuf.ByteString getShaFile(); // optional uint64 timeStamp = 5; /** * <code>optional uint64 timeStamp = 5;</code> */ boolean hasTimeStamp(); /** * <code>optional uint64 timeStamp = 5;</code> */ long getTimeStamp(); // optional string fileName = 6; /** * <code>optional string fileName = 6;</code> */ boolean hasFileName(); /** * <code>optional string fileName = 6;</code> */ java.lang.String getFileName(); /** * <code>optional string fileName = 6;</code> */ com.google.protobuf.ByteString getFileNameBytes(); // optional uint32 platformsToSyncDeprecated = 7; /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ boolean hasPlatformsToSyncDeprecated(); /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ int getPlatformsToSyncDeprecated(); // optional uint32 platformsToSync = 8 [default = 4294967295]; /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ boolean hasPlatformsToSync(); /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ int getPlatformsToSync(); // optional uint32 cellID = 9; /** * <code>optional uint32 cellID = 9;</code> */ boolean hasCellID(); /** * <code>optional uint32 cellID = 9;</code> */ int getCellID(); // optional bool canEncrypt = 10; /** * <code>optional bool canEncrypt = 10;</code> */ boolean hasCanEncrypt(); /** * <code>optional bool canEncrypt = 10;</code> */ boolean getCanEncrypt(); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSUploadFileRequestProto} */ public static final class ClientUFSUploadFileRequestProto extends com.google.protobuf.GeneratedMessage implements ClientUFSUploadFileRequestProtoOrBuilder { // Use ClientUFSUploadFileRequestProto.newBuilder() to construct. private ClientUFSUploadFileRequestProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientUFSUploadFileRequestProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientUFSUploadFileRequestProto defaultInstance; public static ClientUFSUploadFileRequestProto getDefaultInstance() { return defaultInstance; } public ClientUFSUploadFileRequestProto getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientUFSUploadFileRequestProto( 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; appID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; fileSize_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; rawFileSize_ = input.readUInt32(); break; } case 34: { bitField0_ |= 0x00000008; shaFile_ = input.readBytes(); break; } case 40: { bitField0_ |= 0x00000010; timeStamp_ = input.readUInt64(); break; } case 50: { bitField0_ |= 0x00000020; fileName_ = input.readBytes(); break; } case 56: { bitField0_ |= 0x00000040; platformsToSyncDeprecated_ = input.readUInt32(); break; } case 64: { bitField0_ |= 0x00000080; platformsToSync_ = input.readUInt32(); break; } case 72: { bitField0_ |= 0x00000100; cellID_ = input.readUInt32(); break; } case 80: { bitField0_ |= 0x00000200; canEncrypt_ = 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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto.Builder.class); } public static com.google.protobuf.Parser<ClientUFSUploadFileRequestProto> PARSER = new com.google.protobuf.AbstractParser<ClientUFSUploadFileRequestProto>() { public ClientUFSUploadFileRequestProto parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientUFSUploadFileRequestProto(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientUFSUploadFileRequestProto> getParserForType() { return PARSER; } private int bitField0_; // optional uint32 appID = 1; public static final int APPID_FIELD_NUMBER = 1; private int appID_; /** * <code>optional uint32 appID = 1;</code> */ public boolean hasAppID() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 appID = 1;</code> */ public int getAppID() { return appID_; } // optional uint32 fileSize = 2; public static final int FILESIZE_FIELD_NUMBER = 2; private int fileSize_; /** * <code>optional uint32 fileSize = 2;</code> */ public boolean hasFileSize() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 fileSize = 2;</code> */ public int getFileSize() { return fileSize_; } // optional uint32 rawFileSize = 3; public static final int RAWFILESIZE_FIELD_NUMBER = 3; private int rawFileSize_; /** * <code>optional uint32 rawFileSize = 3;</code> */ public boolean hasRawFileSize() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional uint32 rawFileSize = 3;</code> */ public int getRawFileSize() { return rawFileSize_; } // optional bytes shaFile = 4; public static final int SHAFILE_FIELD_NUMBER = 4; private com.google.protobuf.ByteString shaFile_; /** * <code>optional bytes shaFile = 4;</code> */ public boolean hasShaFile() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional bytes shaFile = 4;</code> */ public com.google.protobuf.ByteString getShaFile() { return shaFile_; } // optional uint64 timeStamp = 5; public static final int TIMESTAMP_FIELD_NUMBER = 5; private long timeStamp_; /** * <code>optional uint64 timeStamp = 5;</code> */ public boolean hasTimeStamp() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint64 timeStamp = 5;</code> */ public long getTimeStamp() { return timeStamp_; } // optional string fileName = 6; public static final int FILENAME_FIELD_NUMBER = 6; private java.lang.Object fileName_; /** * <code>optional string fileName = 6;</code> */ public boolean hasFileName() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional string fileName = 6;</code> */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { fileName_ = s; } return s; } } /** * <code>optional string fileName = 6;</code> */ public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 platformsToSyncDeprecated = 7; public static final int PLATFORMSTOSYNCDEPRECATED_FIELD_NUMBER = 7; private int platformsToSyncDeprecated_; /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ public boolean hasPlatformsToSyncDeprecated() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ public int getPlatformsToSyncDeprecated() { return platformsToSyncDeprecated_; } // optional uint32 platformsToSync = 8 [default = 4294967295]; public static final int PLATFORMSTOSYNC_FIELD_NUMBER = 8; private int platformsToSync_; /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ public boolean hasPlatformsToSync() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ public int getPlatformsToSync() { return platformsToSync_; } // optional uint32 cellID = 9; public static final int CELLID_FIELD_NUMBER = 9; private int cellID_; /** * <code>optional uint32 cellID = 9;</code> */ public boolean hasCellID() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional uint32 cellID = 9;</code> */ public int getCellID() { return cellID_; } // optional bool canEncrypt = 10; public static final int CANENCRYPT_FIELD_NUMBER = 10; private boolean canEncrypt_; /** * <code>optional bool canEncrypt = 10;</code> */ public boolean hasCanEncrypt() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional bool canEncrypt = 10;</code> */ public boolean getCanEncrypt() { return canEncrypt_; } private void initFields() { appID_ = 0; fileSize_ = 0; rawFileSize_ = 0; shaFile_ = com.google.protobuf.ByteString.EMPTY; timeStamp_ = 0L; fileName_ = ""; platformsToSyncDeprecated_ = 0; platformsToSync_ = -1; cellID_ = 0; canEncrypt_ = false; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, appID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, fileSize_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, rawFileSize_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, shaFile_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt64(5, timeStamp_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, getFileNameBytes()); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeUInt32(7, platformsToSyncDeprecated_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeUInt32(8, platformsToSync_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeUInt32(9, cellID_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeBool(10, canEncrypt_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, appID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, fileSize_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, rawFileSize_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, shaFile_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(5, timeStamp_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getFileNameBytes()); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, platformsToSyncDeprecated_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(8, platformsToSync_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, cellID_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(10, canEncrypt_); } 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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSUploadFileRequestProto} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProtoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto.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(); appID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); fileSize_ = 0; bitField0_ = (bitField0_ & ~0x00000002); rawFileSize_ = 0; bitField0_ = (bitField0_ & ~0x00000004); shaFile_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); timeStamp_ = 0L; bitField0_ = (bitField0_ & ~0x00000010); fileName_ = ""; bitField0_ = (bitField0_ & ~0x00000020); platformsToSyncDeprecated_ = 0; bitField0_ = (bitField0_ & ~0x00000040); platformsToSync_ = -1; bitField0_ = (bitField0_ & ~0x00000080); cellID_ = 0; bitField0_ = (bitField0_ & ~0x00000100); canEncrypt_ = false; bitField0_ = (bitField0_ & ~0x00000200); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.appID_ = appID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.fileSize_ = fileSize_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.rawFileSize_ = rawFileSize_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.shaFile_ = shaFile_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.timeStamp_ = timeStamp_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.fileName_ = fileName_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.platformsToSyncDeprecated_ = platformsToSyncDeprecated_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.platformsToSync_ = platformsToSync_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.cellID_ = cellID_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.canEncrypt_ = canEncrypt_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto.getDefaultInstance()) return this; if (other.hasAppID()) { setAppID(other.getAppID()); } if (other.hasFileSize()) { setFileSize(other.getFileSize()); } if (other.hasRawFileSize()) { setRawFileSize(other.getRawFileSize()); } if (other.hasShaFile()) { setShaFile(other.getShaFile()); } if (other.hasTimeStamp()) { setTimeStamp(other.getTimeStamp()); } if (other.hasFileName()) { bitField0_ |= 0x00000020; fileName_ = other.fileName_; onChanged(); } if (other.hasPlatformsToSyncDeprecated()) { setPlatformsToSyncDeprecated(other.getPlatformsToSyncDeprecated()); } if (other.hasPlatformsToSync()) { setPlatformsToSync(other.getPlatformsToSync()); } if (other.hasCellID()) { setCellID(other.getCellID()); } if (other.hasCanEncrypt()) { setCanEncrypt(other.getCanEncrypt()); } 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 { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUFSUploadFileRequestProto) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional uint32 appID = 1; private int appID_ ; /** * <code>optional uint32 appID = 1;</code> */ public boolean hasAppID() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional uint32 appID = 1;</code> */ public int getAppID() { return appID_; } /** * <code>optional uint32 appID = 1;</code> */ public Builder setAppID(int value) { bitField0_ |= 0x00000001; appID_ = value; onChanged(); return this; } /** * <code>optional uint32 appID = 1;</code> */ public Builder clearAppID() { bitField0_ = (bitField0_ & ~0x00000001); appID_ = 0; onChanged(); return this; } // optional uint32 fileSize = 2; private int fileSize_ ; /** * <code>optional uint32 fileSize = 2;</code> */ public boolean hasFileSize() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 fileSize = 2;</code> */ public int getFileSize() { return fileSize_; } /** * <code>optional uint32 fileSize = 2;</code> */ public Builder setFileSize(int value) { bitField0_ |= 0x00000002; fileSize_ = value; onChanged(); return this; } /** * <code>optional uint32 fileSize = 2;</code> */ public Builder clearFileSize() { bitField0_ = (bitField0_ & ~0x00000002); fileSize_ = 0; onChanged(); return this; } // optional uint32 rawFileSize = 3; private int rawFileSize_ ; /** * <code>optional uint32 rawFileSize = 3;</code> */ public boolean hasRawFileSize() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional uint32 rawFileSize = 3;</code> */ public int getRawFileSize() { return rawFileSize_; } /** * <code>optional uint32 rawFileSize = 3;</code> */ public Builder setRawFileSize(int value) { bitField0_ |= 0x00000004; rawFileSize_ = value; onChanged(); return this; } /** * <code>optional uint32 rawFileSize = 3;</code> */ public Builder clearRawFileSize() { bitField0_ = (bitField0_ & ~0x00000004); rawFileSize_ = 0; onChanged(); return this; } // optional bytes shaFile = 4; private com.google.protobuf.ByteString shaFile_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes shaFile = 4;</code> */ public boolean hasShaFile() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional bytes shaFile = 4;</code> */ public com.google.protobuf.ByteString getShaFile() { return shaFile_; } /** * <code>optional bytes shaFile = 4;</code> */ public Builder setShaFile(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; shaFile_ = value; onChanged(); return this; } /** * <code>optional bytes shaFile = 4;</code> */ public Builder clearShaFile() { bitField0_ = (bitField0_ & ~0x00000008); shaFile_ = getDefaultInstance().getShaFile(); onChanged(); return this; } // optional uint64 timeStamp = 5; private long timeStamp_ ; /** * <code>optional uint64 timeStamp = 5;</code> */ public boolean hasTimeStamp() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint64 timeStamp = 5;</code> */ public long getTimeStamp() { return timeStamp_; } /** * <code>optional uint64 timeStamp = 5;</code> */ public Builder setTimeStamp(long value) { bitField0_ |= 0x00000010; timeStamp_ = value; onChanged(); return this; } /** * <code>optional uint64 timeStamp = 5;</code> */ public Builder clearTimeStamp() { bitField0_ = (bitField0_ & ~0x00000010); timeStamp_ = 0L; onChanged(); return this; } // optional string fileName = 6; private java.lang.Object fileName_ = ""; /** * <code>optional string fileName = 6;</code> */ public boolean hasFileName() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional string fileName = 6;</code> */ public java.lang.String getFileName() { java.lang.Object ref = fileName_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); fileName_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string fileName = 6;</code> */ public com.google.protobuf.ByteString getFileNameBytes() { java.lang.Object ref = fileName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); fileName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string fileName = 6;</code> */ public Builder setFileName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; fileName_ = value; onChanged(); return this; } /** * <code>optional string fileName = 6;</code> */ public Builder clearFileName() { bitField0_ = (bitField0_ & ~0x00000020); fileName_ = getDefaultInstance().getFileName(); onChanged(); return this; } /** * <code>optional string fileName = 6;</code> */ public Builder setFileNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; fileName_ = value; onChanged(); return this; } // optional uint32 platformsToSyncDeprecated = 7; private int platformsToSyncDeprecated_ ; /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ public boolean hasPlatformsToSyncDeprecated() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ public int getPlatformsToSyncDeprecated() { return platformsToSyncDeprecated_; } /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ public Builder setPlatformsToSyncDeprecated(int value) { bitField0_ |= 0x00000040; platformsToSyncDeprecated_ = value; onChanged(); return this; } /** * <code>optional uint32 platformsToSyncDeprecated = 7;</code> */ public Builder clearPlatformsToSyncDeprecated() { bitField0_ = (bitField0_ & ~0x00000040); platformsToSyncDeprecated_ = 0; onChanged(); return this; } // optional uint32 platformsToSync = 8 [default = 4294967295]; private int platformsToSync_ = -1; /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ public boolean hasPlatformsToSync() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ public int getPlatformsToSync() { return platformsToSync_; } /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ public Builder setPlatformsToSync(int value) { bitField0_ |= 0x00000080; platformsToSync_ = value; onChanged(); return this; } /** * <code>optional uint32 platformsToSync = 8 [default = 4294967295];</code> */ public Builder clearPlatformsToSync() { bitField0_ = (bitField0_ & ~0x00000080); platformsToSync_ = -1; onChanged(); return this; } // optional uint32 cellID = 9; private int cellID_ ; /** * <code>optional uint32 cellID = 9;</code> */ public boolean hasCellID() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional uint32 cellID = 9;</code> */ public int getCellID() { return cellID_; } /** * <code>optional uint32 cellID = 9;</code> */ public Builder setCellID(int value) { bitField0_ |= 0x00000100; cellID_ = value; onChanged(); return this; } /** * <code>optional uint32 cellID = 9;</code> */ public Builder clearCellID() { bitField0_ = (bitField0_ & ~0x00000100); cellID_ = 0; onChanged(); return this; } // optional bool canEncrypt = 10; private boolean canEncrypt_ ; /** * <code>optional bool canEncrypt = 10;</code> */ public boolean hasCanEncrypt() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional bool canEncrypt = 10;</code> */ public boolean getCanEncrypt() { return canEncrypt_; } /** * <code>optional bool canEncrypt = 10;</code> */ public Builder setCanEncrypt(boolean value) { bitField0_ |= 0x00000200; canEncrypt_ = value; onChanged(); return this; } /** * <code>optional bool canEncrypt = 10;</code> */ public Builder clearCanEncrypt() { bitField0_ = (bitField0_ & ~0x00000200); canEncrypt_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSUploadFileRequestProto) } static { defaultInstance = new ClientUFSUploadFileRequestProto(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUFSUploadFileRequestProto) } public interface ClientUpdateMachineAuthResponseProtoOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional string filename = 1; /** * <code>optional string filename = 1;</code> */ boolean hasFilename(); /** * <code>optional string filename = 1;</code> */ java.lang.String getFilename(); /** * <code>optional string filename = 1;</code> */ com.google.protobuf.ByteString getFilenameBytes(); // optional uint32 eresult = 2; /** * <code>optional uint32 eresult = 2;</code> */ boolean hasEresult(); /** * <code>optional uint32 eresult = 2;</code> */ int getEresult(); // optional uint32 filesize = 3; /** * <code>optional uint32 filesize = 3;</code> */ boolean hasFilesize(); /** * <code>optional uint32 filesize = 3;</code> */ int getFilesize(); // optional bytes shaFile = 4; /** * <code>optional bytes shaFile = 4;</code> */ boolean hasShaFile(); /** * <code>optional bytes shaFile = 4;</code> */ com.google.protobuf.ByteString getShaFile(); // optional uint32 lasterror = 5; /** * <code>optional uint32 lasterror = 5;</code> */ boolean hasLasterror(); /** * <code>optional uint32 lasterror = 5;</code> */ int getLasterror(); // optional uint32 offset = 6; /** * <code>optional uint32 offset = 6;</code> */ boolean hasOffset(); /** * <code>optional uint32 offset = 6;</code> */ int getOffset(); // optional uint32 cubWrote = 7; /** * <code>optional uint32 cubWrote = 7;</code> */ boolean hasCubWrote(); /** * <code>optional uint32 cubWrote = 7;</code> */ int getCubWrote(); // optional int32 otpType = 8; /** * <code>optional int32 otpType = 8;</code> */ boolean hasOtpType(); /** * <code>optional int32 otpType = 8;</code> */ int getOtpType(); // optional uint32 otpValue = 9; /** * <code>optional uint32 otpValue = 9;</code> */ boolean hasOtpValue(); /** * <code>optional uint32 otpValue = 9;</code> */ int getOtpValue(); // optional string otpIdentifier = 10; /** * <code>optional string otpIdentifier = 10;</code> */ boolean hasOtpIdentifier(); /** * <code>optional string otpIdentifier = 10;</code> */ java.lang.String getOtpIdentifier(); /** * <code>optional string otpIdentifier = 10;</code> */ com.google.protobuf.ByteString getOtpIdentifierBytes(); } /** * Protobuf type {@code com.steamcommunity.siplus.steamscreenshots.proto.ClientUpdateMachineAuthResponseProto} */ public static final class ClientUpdateMachineAuthResponseProto extends com.google.protobuf.GeneratedMessage implements ClientUpdateMachineAuthResponseProtoOrBuilder { // Use ClientUpdateMachineAuthResponseProto.newBuilder() to construct. private ClientUpdateMachineAuthResponseProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private ClientUpdateMachineAuthResponseProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ClientUpdateMachineAuthResponseProto defaultInstance; public static ClientUpdateMachineAuthResponseProto getDefaultInstance() { return defaultInstance; } public ClientUpdateMachineAuthResponseProto getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ClientUpdateMachineAuthResponseProto( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { bitField0_ |= 0x00000001; filename_ = input.readBytes(); break; } case 16: { bitField0_ |= 0x00000002; eresult_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; filesize_ = input.readUInt32(); break; } case 34: { bitField0_ |= 0x00000008; shaFile_ = input.readBytes(); break; } case 40: { bitField0_ |= 0x00000010; lasterror_ = input.readUInt32(); break; } case 48: { bitField0_ |= 0x00000020; offset_ = input.readUInt32(); break; } case 56: { bitField0_ |= 0x00000040; cubWrote_ = input.readUInt32(); break; } case 64: { bitField0_ |= 0x00000080; otpType_ = input.readInt32(); break; } case 72: { bitField0_ |= 0x00000100; otpValue_ = input.readUInt32(); break; } case 82: { bitField0_ |= 0x00000200; otpIdentifier_ = input.readBytes(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto.Builder.class); } public static com.google.protobuf.Parser<ClientUpdateMachineAuthResponseProto> PARSER = new com.google.protobuf.AbstractParser<ClientUpdateMachineAuthResponseProto>() { public ClientUpdateMachineAuthResponseProto parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ClientUpdateMachineAuthResponseProto(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<ClientUpdateMachineAuthResponseProto> getParserForType() { return PARSER; } private int bitField0_; // optional string filename = 1; public static final int FILENAME_FIELD_NUMBER = 1; private java.lang.Object filename_; /** * <code>optional string filename = 1;</code> */ public boolean hasFilename() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string filename = 1;</code> */ public java.lang.String getFilename() { java.lang.Object ref = filename_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { filename_ = s; } return s; } } /** * <code>optional string filename = 1;</code> */ public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 eresult = 2; public static final int ERESULT_FIELD_NUMBER = 2; private int eresult_; /** * <code>optional uint32 eresult = 2;</code> */ public boolean hasEresult() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 eresult = 2;</code> */ public int getEresult() { return eresult_; } // optional uint32 filesize = 3; public static final int FILESIZE_FIELD_NUMBER = 3; private int filesize_; /** * <code>optional uint32 filesize = 3;</code> */ public boolean hasFilesize() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional uint32 filesize = 3;</code> */ public int getFilesize() { return filesize_; } // optional bytes shaFile = 4; public static final int SHAFILE_FIELD_NUMBER = 4; private com.google.protobuf.ByteString shaFile_; /** * <code>optional bytes shaFile = 4;</code> */ public boolean hasShaFile() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional bytes shaFile = 4;</code> */ public com.google.protobuf.ByteString getShaFile() { return shaFile_; } // optional uint32 lasterror = 5; public static final int LASTERROR_FIELD_NUMBER = 5; private int lasterror_; /** * <code>optional uint32 lasterror = 5;</code> */ public boolean hasLasterror() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint32 lasterror = 5;</code> */ public int getLasterror() { return lasterror_; } // optional uint32 offset = 6; public static final int OFFSET_FIELD_NUMBER = 6; private int offset_; /** * <code>optional uint32 offset = 6;</code> */ public boolean hasOffset() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional uint32 offset = 6;</code> */ public int getOffset() { return offset_; } // optional uint32 cubWrote = 7; public static final int CUBWROTE_FIELD_NUMBER = 7; private int cubWrote_; /** * <code>optional uint32 cubWrote = 7;</code> */ public boolean hasCubWrote() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 cubWrote = 7;</code> */ public int getCubWrote() { return cubWrote_; } // optional int32 otpType = 8; public static final int OTPTYPE_FIELD_NUMBER = 8; private int otpType_; /** * <code>optional int32 otpType = 8;</code> */ public boolean hasOtpType() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional int32 otpType = 8;</code> */ public int getOtpType() { return otpType_; } // optional uint32 otpValue = 9; public static final int OTPVALUE_FIELD_NUMBER = 9; private int otpValue_; /** * <code>optional uint32 otpValue = 9;</code> */ public boolean hasOtpValue() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional uint32 otpValue = 9;</code> */ public int getOtpValue() { return otpValue_; } // optional string otpIdentifier = 10; public static final int OTPIDENTIFIER_FIELD_NUMBER = 10; private java.lang.Object otpIdentifier_; /** * <code>optional string otpIdentifier = 10;</code> */ public boolean hasOtpIdentifier() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional string otpIdentifier = 10;</code> */ public java.lang.String getOtpIdentifier() { java.lang.Object ref = otpIdentifier_; 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()) { otpIdentifier_ = s; } return s; } } /** * <code>optional string otpIdentifier = 10;</code> */ public com.google.protobuf.ByteString getOtpIdentifierBytes() { java.lang.Object ref = otpIdentifier_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); otpIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { filename_ = ""; eresult_ = 0; filesize_ = 0; shaFile_ = com.google.protobuf.ByteString.EMPTY; lasterror_ = 0; offset_ = 0; cubWrote_ = 0; otpType_ = 0; otpValue_ = 0; otpIdentifier_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getFilenameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, eresult_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, filesize_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, shaFile_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(5, lasterror_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(6, offset_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeUInt32(7, cubWrote_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeInt32(8, otpType_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeUInt32(9, otpValue_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { output.writeBytes(10, getOtpIdentifierBytes()); } 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, getFilenameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, eresult_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, filesize_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, shaFile_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, lasterror_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, offset_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, cubWrote_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(8, otpType_); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, otpValue_); } if (((bitField0_ & 0x00000200) == 0x00000200)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(10, getOtpIdentifierBytes()); } 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 com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto 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(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto 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 com.steamcommunity.siplus.steamscreenshots.proto.ClientUpdateMachineAuthResponseProto} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProtoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_fieldAccessorTable .ensureFieldAccessorsInitialized( com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto.class, com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto.Builder.class); } // Construct using com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto.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(); filename_ = ""; bitField0_ = (bitField0_ & ~0x00000001); eresult_ = 0; bitField0_ = (bitField0_ & ~0x00000002); filesize_ = 0; bitField0_ = (bitField0_ & ~0x00000004); shaFile_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); lasterror_ = 0; bitField0_ = (bitField0_ & ~0x00000010); offset_ = 0; bitField0_ = (bitField0_ & ~0x00000020); cubWrote_ = 0; bitField0_ = (bitField0_ & ~0x00000040); otpType_ = 0; bitField0_ = (bitField0_ & ~0x00000080); otpValue_ = 0; bitField0_ = (bitField0_ & ~0x00000100); otpIdentifier_ = ""; bitField0_ = (bitField0_ & ~0x00000200); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_descriptor; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto getDefaultInstanceForType() { return com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto.getDefaultInstance(); } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto build() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto buildPartial() { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto result = new com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.filename_ = filename_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.eresult_ = eresult_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.filesize_ = filesize_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.shaFile_ = shaFile_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.lasterror_ = lasterror_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.offset_ = offset_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.cubWrote_ = cubWrote_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.otpType_ = otpType_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.otpValue_ = otpValue_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.otpIdentifier_ = otpIdentifier_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto) { return mergeFrom((com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto other) { if (other == com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto.getDefaultInstance()) return this; if (other.hasFilename()) { bitField0_ |= 0x00000001; filename_ = other.filename_; onChanged(); } if (other.hasEresult()) { setEresult(other.getEresult()); } if (other.hasFilesize()) { setFilesize(other.getFilesize()); } if (other.hasShaFile()) { setShaFile(other.getShaFile()); } if (other.hasLasterror()) { setLasterror(other.getLasterror()); } if (other.hasOffset()) { setOffset(other.getOffset()); } if (other.hasCubWrote()) { setCubWrote(other.getCubWrote()); } if (other.hasOtpType()) { setOtpType(other.getOtpType()); } if (other.hasOtpValue()) { setOtpValue(other.getOtpValue()); } if (other.hasOtpIdentifier()) { bitField0_ |= 0x00000200; otpIdentifier_ = other.otpIdentifier_; 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 { com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.steamcommunity.siplus.steamscreenshots.proto.OutgoingProtos.ClientUpdateMachineAuthResponseProto) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; // optional string filename = 1; private java.lang.Object filename_ = ""; /** * <code>optional string filename = 1;</code> */ public boolean hasFilename() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>optional string filename = 1;</code> */ public java.lang.String getFilename() { java.lang.Object ref = filename_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); filename_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string filename = 1;</code> */ public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string filename = 1;</code> */ public Builder setFilename( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; filename_ = value; onChanged(); return this; } /** * <code>optional string filename = 1;</code> */ public Builder clearFilename() { bitField0_ = (bitField0_ & ~0x00000001); filename_ = getDefaultInstance().getFilename(); onChanged(); return this; } /** * <code>optional string filename = 1;</code> */ public Builder setFilenameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; filename_ = value; onChanged(); return this; } // optional uint32 eresult = 2; private int eresult_ ; /** * <code>optional uint32 eresult = 2;</code> */ public boolean hasEresult() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>optional uint32 eresult = 2;</code> */ public int getEresult() { return eresult_; } /** * <code>optional uint32 eresult = 2;</code> */ public Builder setEresult(int value) { bitField0_ |= 0x00000002; eresult_ = value; onChanged(); return this; } /** * <code>optional uint32 eresult = 2;</code> */ public Builder clearEresult() { bitField0_ = (bitField0_ & ~0x00000002); eresult_ = 0; onChanged(); return this; } // optional uint32 filesize = 3; private int filesize_ ; /** * <code>optional uint32 filesize = 3;</code> */ public boolean hasFilesize() { return ((bitField0_ & 0x00000004) == 0x00000004); } /** * <code>optional uint32 filesize = 3;</code> */ public int getFilesize() { return filesize_; } /** * <code>optional uint32 filesize = 3;</code> */ public Builder setFilesize(int value) { bitField0_ |= 0x00000004; filesize_ = value; onChanged(); return this; } /** * <code>optional uint32 filesize = 3;</code> */ public Builder clearFilesize() { bitField0_ = (bitField0_ & ~0x00000004); filesize_ = 0; onChanged(); return this; } // optional bytes shaFile = 4; private com.google.protobuf.ByteString shaFile_ = com.google.protobuf.ByteString.EMPTY; /** * <code>optional bytes shaFile = 4;</code> */ public boolean hasShaFile() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * <code>optional bytes shaFile = 4;</code> */ public com.google.protobuf.ByteString getShaFile() { return shaFile_; } /** * <code>optional bytes shaFile = 4;</code> */ public Builder setShaFile(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; shaFile_ = value; onChanged(); return this; } /** * <code>optional bytes shaFile = 4;</code> */ public Builder clearShaFile() { bitField0_ = (bitField0_ & ~0x00000008); shaFile_ = getDefaultInstance().getShaFile(); onChanged(); return this; } // optional uint32 lasterror = 5; private int lasterror_ ; /** * <code>optional uint32 lasterror = 5;</code> */ public boolean hasLasterror() { return ((bitField0_ & 0x00000010) == 0x00000010); } /** * <code>optional uint32 lasterror = 5;</code> */ public int getLasterror() { return lasterror_; } /** * <code>optional uint32 lasterror = 5;</code> */ public Builder setLasterror(int value) { bitField0_ |= 0x00000010; lasterror_ = value; onChanged(); return this; } /** * <code>optional uint32 lasterror = 5;</code> */ public Builder clearLasterror() { bitField0_ = (bitField0_ & ~0x00000010); lasterror_ = 0; onChanged(); return this; } // optional uint32 offset = 6; private int offset_ ; /** * <code>optional uint32 offset = 6;</code> */ public boolean hasOffset() { return ((bitField0_ & 0x00000020) == 0x00000020); } /** * <code>optional uint32 offset = 6;</code> */ public int getOffset() { return offset_; } /** * <code>optional uint32 offset = 6;</code> */ public Builder setOffset(int value) { bitField0_ |= 0x00000020; offset_ = value; onChanged(); return this; } /** * <code>optional uint32 offset = 6;</code> */ public Builder clearOffset() { bitField0_ = (bitField0_ & ~0x00000020); offset_ = 0; onChanged(); return this; } // optional uint32 cubWrote = 7; private int cubWrote_ ; /** * <code>optional uint32 cubWrote = 7;</code> */ public boolean hasCubWrote() { return ((bitField0_ & 0x00000040) == 0x00000040); } /** * <code>optional uint32 cubWrote = 7;</code> */ public int getCubWrote() { return cubWrote_; } /** * <code>optional uint32 cubWrote = 7;</code> */ public Builder setCubWrote(int value) { bitField0_ |= 0x00000040; cubWrote_ = value; onChanged(); return this; } /** * <code>optional uint32 cubWrote = 7;</code> */ public Builder clearCubWrote() { bitField0_ = (bitField0_ & ~0x00000040); cubWrote_ = 0; onChanged(); return this; } // optional int32 otpType = 8; private int otpType_ ; /** * <code>optional int32 otpType = 8;</code> */ public boolean hasOtpType() { return ((bitField0_ & 0x00000080) == 0x00000080); } /** * <code>optional int32 otpType = 8;</code> */ public int getOtpType() { return otpType_; } /** * <code>optional int32 otpType = 8;</code> */ public Builder setOtpType(int value) { bitField0_ |= 0x00000080; otpType_ = value; onChanged(); return this; } /** * <code>optional int32 otpType = 8;</code> */ public Builder clearOtpType() { bitField0_ = (bitField0_ & ~0x00000080); otpType_ = 0; onChanged(); return this; } // optional uint32 otpValue = 9; private int otpValue_ ; /** * <code>optional uint32 otpValue = 9;</code> */ public boolean hasOtpValue() { return ((bitField0_ & 0x00000100) == 0x00000100); } /** * <code>optional uint32 otpValue = 9;</code> */ public int getOtpValue() { return otpValue_; } /** * <code>optional uint32 otpValue = 9;</code> */ public Builder setOtpValue(int value) { bitField0_ |= 0x00000100; otpValue_ = value; onChanged(); return this; } /** * <code>optional uint32 otpValue = 9;</code> */ public Builder clearOtpValue() { bitField0_ = (bitField0_ & ~0x00000100); otpValue_ = 0; onChanged(); return this; } // optional string otpIdentifier = 10; private java.lang.Object otpIdentifier_ = ""; /** * <code>optional string otpIdentifier = 10;</code> */ public boolean hasOtpIdentifier() { return ((bitField0_ & 0x00000200) == 0x00000200); } /** * <code>optional string otpIdentifier = 10;</code> */ public java.lang.String getOtpIdentifier() { java.lang.Object ref = otpIdentifier_; if (!(ref instanceof java.lang.String)) { java.lang.String s = ((com.google.protobuf.ByteString) ref) .toStringUtf8(); otpIdentifier_ = s; return s; } else { return (java.lang.String) ref; } } /** * <code>optional string otpIdentifier = 10;</code> */ public com.google.protobuf.ByteString getOtpIdentifierBytes() { java.lang.Object ref = otpIdentifier_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); otpIdentifier_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * <code>optional string otpIdentifier = 10;</code> */ public Builder setOtpIdentifier( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000200; otpIdentifier_ = value; onChanged(); return this; } /** * <code>optional string otpIdentifier = 10;</code> */ public Builder clearOtpIdentifier() { bitField0_ = (bitField0_ & ~0x00000200); otpIdentifier_ = getDefaultInstance().getOtpIdentifier(); onChanged(); return this; } /** * <code>optional string otpIdentifier = 10;</code> */ public Builder setOtpIdentifierBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000200; otpIdentifier_ = value; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUpdateMachineAuthResponseProto) } static { defaultInstance = new ClientUpdateMachineAuthResponseProto(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:com.steamcommunity.siplus.steamscreenshots.proto.ClientUpdateMachineAuthResponseProto) } private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_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\024OutgoingProtos.proto\0220com.steamcommuni" + "ty.siplus.steamscreenshots.proto\"\217\010\n\020Cli" + "entLogonProto\022\027\n\017protocolVersion\030\001 \001(\r\022\033" + "\n\023obfuscatedPrivateIP\030\002 \001(\r\022\016\n\006cellID\030\003 " + "\001(\r\022\025\n\rlastSessionID\030\004 \001(\r\022\034\n\024clientPack" + "ageVersion\030\005 \001(\r\022\026\n\016clientLanguage\030\006 \001(\t" + "\022\024\n\014clientOSType\030\007 \001(\r\022%\n\026shouldRemember" + "Password\030\010 \001(\010:\005false\022\023\n\013wineVersion\030\t \001" + "(\t\022\034\n\024pingMsFromCellSearch\030\n \001(\r\022\020\n\010publ" + "icIP\030\024 \001(\r\022\020\n\010qosLevel\030\025 \001(\r\022\035\n\025clientSu", "ppliedSteamID\030\026 \001(\006\022\021\n\tmachineID\030\036 \001(\014\022\027" + "\n\014launcherType\030\037 \001(\r:\0010\022\021\n\006uiMode\030 \001(\r:" + "\0010\022\030\n\020steam2AuthTicket\030) \001(\014\022\024\n\014emailAdd" + "ress\030* \001(\t\022\033\n\023timeAccountCreation\030+ \001(\007\022" + "\023\n\013accountName\0302 \001(\t\022\020\n\010password\0303 \001(\t\022\020" + "\n\010loginKey\030< \001(\t\022\025\n\rsonyPSNTicket\030Z \001(\014\022" + "\030\n\020sonyPSNServiceID\030[ \001(\t\0220\n!createNewPS" + "NLinkedAccountIfNeeded\030\\ \001(\010:\005false\022\023\n\013s" + "onyPSNName\030] \001(\t\022(\n\031wasConvertedDeprecat" + "edMsg\030F \001(\010:\005false\022!\n\031anonUserTargetAcco", "untName\030P \001(\t\022\033\n\023resolvedUserSteamID\030Q \001" + "(\006\022\031\n\021eresultSentryFile\030R \001(\005\022\025\n\rshaSent" + "ryFile\030S \001(\014\022\020\n\010authCode\030T \001(\t\022\017\n\007otpTyp" + "e\030U \001(\005\022\020\n\010otpValue\030V \001(\r\022\025\n\rotpIdentifi" + "er\030W \001(\t\022\033\n\023steam2TicketRequest\030X \001(\010\022\027\n" + "\017gameServerAppID\030^ \001(\005\022&\n\036steamGuardDont" + "RememberComputer\030_ \001(\010\022\023\n\013machineName\030` " + "\001(\t\022\035\n\025machineNameUserChosen\030a \001(\t\"2\n\036Cl" + "ientNewLoginKeyAcceptedProto\022\020\n\010uniqueID" + "\030\001 \001(\r\"\313\003\n\033ClientUCMAddScreenshotProto\022\r", "\n\005appID\030\001 \001(\r\022\020\n\010filename\030\002 \001(\t\022\021\n\tthumb" + "name\030\003 \001(\t\022\023\n\013timeCreated\030\004 \001(\007\022\r\n\005width" + "\030\005 \001(\r\022\016\n\006height\030\006 \001(\r\022\023\n\013permissions\030\007 " + "\001(\r\022\017\n\007caption\030\010 \001(\t\022\024\n\014shortcutName\030\t \001" + "(\t\022y\n\003tag\030\n \003(\0132l.com.steamcommunity.sip" + "lus.steamscreenshots.proto.ClientUCMAddS" + "creenshotProto.ClientUCMAddScreenshotPro" + "toTag\022\025\n\rtaggedSteamID\030\013 \003(\006\022\022\n\nspoilerT" + "ag\030\014 \001(\010\022\035\n\025taggedPublishedFileID\030\r \003(\004\032" + "C\n\036ClientUCMAddScreenshotProtoTag\022\017\n\007tag", "Name\030\001 \001(\t\022\020\n\010tagValue\030\002 \001(\t\"K\n\027ClientUF" + "SFileChunkProto\022\017\n\007shaFile\030\001 \001(\014\022\021\n\tfile" + "Start\030\002 \001(\r\022\014\n\004data\030\003 \001(\014\"[\n\032ClientUFSLo" + "ginRequestProto\022\027\n\017protocolVersion\030\001 \001(\r" + "\022\026\n\016amSessionToken\030\002 \001(\004\022\014\n\004apps\030\003 \003(\r\"\371" + "\001\n\037ClientUFSUploadFileRequestProto\022\r\n\005ap" + "pID\030\001 \001(\r\022\020\n\010fileSize\030\002 \001(\r\022\023\n\013rawFileSi" + "ze\030\003 \001(\r\022\017\n\007shaFile\030\004 \001(\014\022\021\n\ttimeStamp\030\005" + " \001(\004\022\020\n\010fileName\030\006 \001(\t\022!\n\031platformsToSyn" + "cDeprecated\030\007 \001(\r\022#\n\017platformsToSync\030\010 \001", "(\r:\n4294967295\022\016\n\006cellID\030\t \001(\r\022\022\n\ncanEnc" + "rypt\030\n \001(\010\"\333\001\n$ClientUpdateMachineAuthRe" + "sponseProto\022\020\n\010filename\030\001 \001(\t\022\017\n\007eresult" + "\030\002 \001(\r\022\020\n\010filesize\030\003 \001(\r\022\017\n\007shaFile\030\004 \001(" + "\014\022\021\n\tlasterror\030\005 \001(\r\022\016\n\006offset\030\006 \001(\r\022\020\n\010" + "cubWrote\030\007 \001(\r\022\017\n\007otpType\030\010 \001(\005\022\020\n\010otpVa" + "lue\030\t \001(\r\022\025\n\rotpIdentifier\030\n \001(\t" }; 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; internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientLogonProto_descriptor, new java.lang.String[] { "ProtocolVersion", "ObfuscatedPrivateIP", "CellID", "LastSessionID", "ClientPackageVersion", "ClientLanguage", "ClientOSType", "ShouldRememberPassword", "WineVersion", "PingMsFromCellSearch", "PublicIP", "QosLevel", "ClientSuppliedSteamID", "MachineID", "LauncherType", "UiMode", "Steam2AuthTicket", "EmailAddress", "TimeAccountCreation", "AccountName", "Password", "LoginKey", "SonyPSNTicket", "SonyPSNServiceID", "CreateNewPSNLinkedAccountIfNeeded", "SonyPSNName", "WasConvertedDeprecatedMsg", "AnonUserTargetAccountName", "ResolvedUserSteamID", "EresultSentryFile", "ShaSentryFile", "AuthCode", "OtpType", "OtpValue", "OtpIdentifier", "Steam2TicketRequest", "GameServerAppID", "SteamGuardDontRememberComputer", "MachineName", "MachineNameUserChosen", }); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientNewLoginKeyAcceptedProto_descriptor, new java.lang.String[] { "UniqueID", }); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_descriptor, new java.lang.String[] { "AppID", "Filename", "Thumbname", "TimeCreated", "Width", "Height", "Permissions", "Caption", "ShortcutName", "Tag", "TaggedSteamID", "SpoilerTag", "TaggedPublishedFileID", }); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_descriptor = internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_descriptor.getNestedTypes().get(0); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUCMAddScreenshotProto_ClientUCMAddScreenshotProtoTag_descriptor, new java.lang.String[] { "TagName", "TagValue", }); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSFileChunkProto_descriptor, new java.lang.String[] { "ShaFile", "FileStart", "Data", }); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSLoginRequestProto_descriptor, new java.lang.String[] { "ProtocolVersion", "AmSessionToken", "Apps", }); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUFSUploadFileRequestProto_descriptor, new java.lang.String[] { "AppID", "FileSize", "RawFileSize", "ShaFile", "TimeStamp", "FileName", "PlatformsToSyncDeprecated", "PlatformsToSync", "CellID", "CanEncrypt", }); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_com_steamcommunity_siplus_steamscreenshots_proto_ClientUpdateMachineAuthResponseProto_descriptor, new java.lang.String[] { "Filename", "Eresult", "Filesize", "ShaFile", "Lasterror", "Offset", "CubWrote", "OtpType", "OtpValue", "OtpIdentifier", }); return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); } // @@protoc_insertion_point(outer_class_scope) }