mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -1,4 +1,8 @@
|
|||
import "steammessages_base.proto";
|
||||
|
||||
option optimize_for = SPEED;
|
||||
option cc_generic_services = true;
|
||||
option (force_php_generation) = true;
|
||||
|
||||
enum EPublishedFileQueryType {
|
||||
k_PublishedFileQueryType_RankedByVote = 0;
|
||||
|
|
@ -59,8 +63,6 @@ enum EContentCheckProvider {
|
|||
k_EContentCheckProvider_Amazon = 2;
|
||||
k_EContentCheckProvider_Local = 3;
|
||||
k_EContentCheckProvider_GoogleVertexAI = 4;
|
||||
k_EContentCheckProvider_GoogleGemini = 5;
|
||||
k_EContentCheckProvider_SteamLearn = 6;
|
||||
}
|
||||
|
||||
enum EProfileCustomizationType {
|
||||
|
|
@ -131,9 +133,8 @@ enum ESystemFanControlMode {
|
|||
|
||||
enum EStartupMovieVariant {
|
||||
k_EStartupMovieVariant_Invalid = 0;
|
||||
k_EStartupMovieVariant_Generic = 1;
|
||||
k_EStartupMovieVariant_DeckBlue = 2;
|
||||
k_EStartupMovieVariant_DeckOrange = 3;
|
||||
k_EStartupMovieVariant_Default = 1;
|
||||
k_EStartupMovieVariant_Orange = 2;
|
||||
}
|
||||
|
||||
enum EColorGamutLabelSet {
|
||||
|
|
@ -219,12 +220,21 @@ enum EGPUPerformanceLevel {
|
|||
k_EGPUPerformanceLevel_Profiling = 5;
|
||||
}
|
||||
|
||||
enum EScalingFilter {
|
||||
k_EScalingFilter_Invalid = 0;
|
||||
k_EScalingFilter_FSR = 1;
|
||||
k_EScalingFilter_Nearest = 2;
|
||||
k_EScalingFilter_Integer = 3;
|
||||
k_EScalingFilter_Linear = 4;
|
||||
k_EScalingFilter_NIS = 5;
|
||||
}
|
||||
|
||||
enum ESplitScalingFilter {
|
||||
k_ESplitScalingFilter_Invalid = 0;
|
||||
k_ESplitScalingFilter_Linear = 1;
|
||||
k_ESplitScalingFilter_Nearest = 2;
|
||||
k_ESplitScalingFilter_Sharp = 3;
|
||||
k_ESplitScalingFilter_NIS_Deprecated = 4;
|
||||
k_ESplitScalingFilter_FSR = 3;
|
||||
k_ESplitScalingFilter_NIS = 4;
|
||||
}
|
||||
|
||||
enum ESplitScalingScaler {
|
||||
|
|
@ -249,7 +259,6 @@ enum ESLSHelper {
|
|||
k_ESLSHelper_Journal = 3;
|
||||
k_ESLSHelper_Gpu = 4;
|
||||
k_ESLSHelper_SystemInfo = 5;
|
||||
k_ESLSHelper_Devcoredump = 6;
|
||||
}
|
||||
|
||||
enum EHDRVisualization {
|
||||
|
|
@ -324,19 +333,6 @@ enum ESystemDisplayCompatibilityMode {
|
|||
k_ESystemDisplayCompatibilityMode_MinimalBandwith = 2;
|
||||
}
|
||||
|
||||
enum ESteamOSCompatibilityCategory {
|
||||
k_ESteamOSCompatibilityCategory_Unknown = 0;
|
||||
k_ESteamOSCompatibilityCategory_Unsupported = 1;
|
||||
k_ESteamOSCompatibilityCategory_Compatible = 2;
|
||||
}
|
||||
|
||||
enum ESteamOSCompatibilityResultDisplayType {
|
||||
k_ESteamOSCompatibilityResultDisplayType_Invisible = 0;
|
||||
k_ESteamOSCompatibilityResultDisplayType_Informational = 1;
|
||||
k_ESteamOSCompatibilityResultDisplayType_Unsupported = 2;
|
||||
k_ESteamOSCompatibilityResultDisplayType_Compatible = 3;
|
||||
}
|
||||
|
||||
enum ESteamDeckCompatibilityCategory {
|
||||
k_ESteamDeckCompatibilityCategory_Unknown = 0;
|
||||
k_ESteamDeckCompatibilityCategory_Unsupported = 1;
|
||||
|
|
@ -386,59 +382,6 @@ enum EOSBranch {
|
|||
k_EOSBranch_Staging = 8;
|
||||
}
|
||||
|
||||
enum EBrowserGPUStatus {
|
||||
k_EBrowserGPUStatus_Invalid = 0;
|
||||
k_EBrowserGPUStatus_Enabled = 1;
|
||||
k_EBrowserGPUStatus_DisabledUnknown = 2;
|
||||
k_EBrowserGPUStatus_DisabledCrashCount = 4;
|
||||
k_EBrowserGPUStatus_DisabledBlocklist = 5;
|
||||
k_EBrowserGPUStatus_DisabledJSRequest = 6;
|
||||
k_EBrowserGPUStatus_DisabledCommandLine = 7;
|
||||
k_EBrowserGPUStatus_DisabledRuntimeDetect = 8;
|
||||
k_EBrowserGPUStatus_DisabledChildCommandLine = 9;
|
||||
k_EBrowserGPUStatus_DisabledCompositingCommandLine = 10;
|
||||
}
|
||||
|
||||
enum EBrowserFeatureStatus {
|
||||
k_EBrowserFeatureStatus_Invalid = 0;
|
||||
k_EBrowserFeatureStatus_NotFound = 1;
|
||||
k_EBrowserFeatureStatus_Unknown = 2;
|
||||
k_EBrowserFeatureStatus_DisabledSoftware = 3;
|
||||
k_EBrowserFeatureStatus_DisabledOff = 4;
|
||||
k_EBrowserFeatureStatus_DisabledOffOk = 5;
|
||||
k_EBrowserFeatureStatus_UnavailableSoftware = 6;
|
||||
k_EBrowserFeatureStatus_UnavailableOff = 7;
|
||||
k_EBrowserFeatureStatus_UnavailableOffOk = 8;
|
||||
k_EBrowserFeatureStatus_EnabledReadback = 9;
|
||||
k_EBrowserFeatureStatus_EnabledForce = 10;
|
||||
k_EBrowserFeatureStatus_Enabled = 11;
|
||||
k_EBrowserFeatureStatus_EnabledOn = 12;
|
||||
k_EBrowserFeatureStatus_EnabledForceOn = 13;
|
||||
}
|
||||
|
||||
enum EGpuDriverId {
|
||||
k_EGpuDriverId_Invalid = 0;
|
||||
k_EGpuDriverId_Unknown = 1;
|
||||
k_EGpuDriverId_AmdProprietary = 2;
|
||||
k_EGpuDriverId_AmdOpenSource = 3;
|
||||
k_EGpuDriverId_MesaRadv = 4;
|
||||
k_EGpuDriverId_NvidiaProprietary = 5;
|
||||
k_EGpuDriverId_IntelPropietary = 6;
|
||||
k_EGpuDriverId_MesaIntel = 7;
|
||||
k_EGpuDriverId_QualcommProprietary = 8;
|
||||
k_EGpuDriverId_ArmProprietary = 9;
|
||||
k_EGpuDriverId_GoogleSwiftshader = 10;
|
||||
k_EGpuDriverId_BroadcomProprietary = 11;
|
||||
k_EGpuDriverId_MesaLLVMPipe = 12;
|
||||
k_EGpuDriverId_MoltenVK = 13;
|
||||
k_EGpuDriverId_MesaTurnip = 14;
|
||||
k_EGpuDriverId_MesaPanVK = 15;
|
||||
k_EGpuDriverId_MesaVenus = 16;
|
||||
k_EGpuDriverId_MesaDozen = 17;
|
||||
k_EGpuDriverId_MesaNVK = 18;
|
||||
k_EGpuDriverId_MesaHoneyKrisp = 19;
|
||||
}
|
||||
|
||||
enum ECommunityItemClass {
|
||||
k_ECommunityItemClass_Invalid = 0;
|
||||
k_ECommunityItemClass_Badge = 1;
|
||||
|
|
@ -564,10 +507,6 @@ enum ECompromiseDetectionType {
|
|||
k_ECompromiseDetectionType_TradeEvent = 1;
|
||||
k_ECompromiseDetectionType_ApiCallRate = 2;
|
||||
k_ECompromiseDetectionType_Manual = 3;
|
||||
k_ECompromiseDetectionType_TicketAction = 4;
|
||||
k_ECompromiseDetectionType_MaliciousRefund = 5;
|
||||
k_ECompromiseDetectionType_Move2FA = 6;
|
||||
k_ECompromiseDetectionType_DeviceType = 7;
|
||||
}
|
||||
|
||||
enum EAsyncGameSessionUserState {
|
||||
|
|
@ -591,18 +530,6 @@ enum EGameRecordingType {
|
|||
k_EGameRecordingType_Clip = 4;
|
||||
}
|
||||
|
||||
enum EGRMode {
|
||||
k_EGRMode_Never = 0;
|
||||
k_EGRMode_Always = 1;
|
||||
k_EGRMode_Manual = 2;
|
||||
}
|
||||
|
||||
enum EExportCodec {
|
||||
k_EExportCodec_Default = 0;
|
||||
k_EExportCodec_H264 = 1;
|
||||
k_EExportCodec_H265 = 2;
|
||||
}
|
||||
|
||||
enum EProtoAppType {
|
||||
k_EAppTypeInvalid = 0;
|
||||
k_EAppTypeGame = 1;
|
||||
|
|
@ -626,21 +553,6 @@ enum EProtoAppType {
|
|||
k_EAppTypeDepotOnly = -2147483648;
|
||||
}
|
||||
|
||||
enum EChildProcessQueryCommand {
|
||||
k_EChildProcessQueryCommand_Invalid = 0;
|
||||
k_EChildProcessQueryCommand_GpuTopology = 1;
|
||||
k_EChildProcessQueryCommand_Max = 2;
|
||||
}
|
||||
|
||||
enum EChildProcessQueryExitCode {
|
||||
k_EChildProcessQueryExitCode_Success = 0;
|
||||
k_EChildProcessQueryExitCode_ErrorCommandline = -1;
|
||||
k_EChildProcessQueryExitCode_ErrorOther = -2;
|
||||
k_EChildProcessQueryExitCode_ErrorUnimplemented = -3;
|
||||
k_EChildProcessQueryExitCode_ErrorFileSave = -4;
|
||||
k_EChildProcessQueryExitCode_ErrorNotSupportedByPlatform = -5;
|
||||
}
|
||||
|
||||
enum EWindowsUpdateInstallationImpact {
|
||||
k_EWindowsUpdateInstallationImpact_Unknown = -1;
|
||||
k_EWindowsUpdateInstallationImpact_Normal = 0;
|
||||
|
|
@ -663,136 +575,3 @@ enum EExternalSaleEventType {
|
|||
k_EExternalSaleEventType_Theme = 4;
|
||||
k_EExternalSaleEventType_Franchise = 5;
|
||||
}
|
||||
|
||||
enum EEnhancedMarketAppearanceStatus {
|
||||
k_EnhancedMarketAppearanceStatus_None = 0;
|
||||
k_EnhancedMarketAppearanceStatus_Pending = 1;
|
||||
k_EnhancedMarketAppearanceStatus_InProgress = 2;
|
||||
k_EnhancedMarketAppearanceStatus_Completed = 3;
|
||||
}
|
||||
|
||||
enum EContentReportSubjectType {
|
||||
k_EContentReportSubjectType_Invalid = 0;
|
||||
k_EContentReportSubjectType_ForumPost = 1;
|
||||
k_EContentReportSubjectType_Unused = 2;
|
||||
k_EContentReportSubjectType_UGCFile = 3;
|
||||
k_EContentReportSubjectType_FriendChatMsg = 4;
|
||||
k_EContentReportSubjectType_ChatRoomMsg = 5;
|
||||
k_EContentReportSubjectType_MAX = 6;
|
||||
}
|
||||
|
||||
enum EControlledLegalCategoryStatus {
|
||||
k_EControlledLegalCategoryStatus_None = 0;
|
||||
k_EControlledLegalCategoryStatus_Accused = 1;
|
||||
k_EControlledLegalCategoryStatus_Convicted = 2;
|
||||
k_EControlledLegalCategoryStatus_Acquitted = 3;
|
||||
}
|
||||
|
||||
enum EContentModeratorLevel {
|
||||
k_EContentModeratorLevel_Any = 0;
|
||||
k_EContentModeratorLevel_Supervisor = 1;
|
||||
k_EContentModeratorLevel_Valve = 10;
|
||||
k_EContentModeratorLevel_MAX = 11;
|
||||
}
|
||||
|
||||
enum EContentReportResolution {
|
||||
k_EContentReportResolution_Unresolved = 0;
|
||||
k_EContentReportResolution_Acquitted = 1;
|
||||
k_EContentReportResolution_Removed = 2;
|
||||
k_EContentReportResolution_Relabelled = 3;
|
||||
k_EContentReportResolution_Suspicious = 4;
|
||||
k_EContentReportResolution_HarassmentStrike = 5;
|
||||
k_EContentReportResolution_Purged = 6;
|
||||
k_EContentReportResolution_DisconnectedFromApp = 7;
|
||||
k_EContentReportResolution_SuspiciousIncludingUpvoters = 8;
|
||||
k_EContentReportResolution_VisibilityChanged = 9;
|
||||
k_EContentReportResolution_CountryRestrictionsChanged = 10;
|
||||
k_EContentReportResolution_MAX = 11;
|
||||
}
|
||||
|
||||
enum EContentReportSubjectAction {
|
||||
k_EContentReportSubjectAction_Invalid = 0;
|
||||
k_EContentReportSubjectAction_Unresolved = 1;
|
||||
k_EContentReportSubjectAction_Sanctioned = 2;
|
||||
k_EContentReportSubjectAction_Acquitted = 3;
|
||||
k_EContentReportSubjectAction_Cancelled = 4;
|
||||
k_EContentReportSubjectAction_Updated = 5;
|
||||
k_EContentReportSubjectAction_Escalated = 6;
|
||||
k_EContentReportSubjectAction_Disputed = 7;
|
||||
k_EContentReportSubjectAction_SustainedOnDispute = 8;
|
||||
k_EContentReportSubjectAction_Locked = 9;
|
||||
k_EContentReportSubjectAction_Unlocked = 10;
|
||||
}
|
||||
|
||||
enum EContentReportReason {
|
||||
k_EContentReportReason_Invalid = 0;
|
||||
k_EContentReportReason_None = 1;
|
||||
k_EContentReportReason_Unknown = 2;
|
||||
k_EContentReportReason_Harassment = 3;
|
||||
k_EContentReportReason_BullyingAndIntimidation = 4;
|
||||
k_EContentReportReason_Stalking = 5;
|
||||
k_EContentReportReason_Doxxing = 6;
|
||||
k_EContentReportReason_OtherHarassment = 7;
|
||||
k_EContentReportReason_EncouragingViolence = 8;
|
||||
k_EContentReportReason_EncouragingSelfHarm = 9;
|
||||
k_EContentReportReason_EncouragingSuicide = 10;
|
||||
k_EContentReportReason_OtherViolenceOrSelfHarm = 11;
|
||||
k_EContentReportReason_PhishingOrAccountTheft = 12;
|
||||
k_EContentReportReason_AttemptedScamming = 13;
|
||||
k_EContentReportReason_LinkingToMaliciousContent = 14;
|
||||
k_EContentReportReason_Impersonation = 15;
|
||||
k_EContentReportReason_OtherScamsAndTheft = 16;
|
||||
k_EContentReportReason_EncouragingTerrorism = 17;
|
||||
k_EContentReportReason_OrganizingTerrorism = 18;
|
||||
k_EContentReportReason_OtherTerrorism = 19;
|
||||
k_EContentReportReason_TargetedAbuse = 20;
|
||||
k_EContentReportReason_NamingAndShaming = 21;
|
||||
k_EContentReportReason_Discrimination = 22;
|
||||
k_EContentReportReason_OtherAbuse = 23;
|
||||
k_EContentReportReason_Trolling = 24;
|
||||
k_EContentReportReason_Baiting = 25;
|
||||
k_EContentReportReason_Derailing = 26;
|
||||
k_EContentReportReason_OtherDisruptive = 27;
|
||||
k_EContentReportReason_Spam = 28;
|
||||
k_EContentReportReason_Begging = 29;
|
||||
k_EContentReportReason_Reposting = 30;
|
||||
k_EContentReportReason_OtherOffTopic = 31;
|
||||
k_EContentReportReason_CSAMSexualContent = 32;
|
||||
k_EContentReportReason_CSAMGroomingOrEnticement = 33;
|
||||
k_EContentReportReason_CSAMOther = 34;
|
||||
k_EContentReportReason_NudityOrSexualContent = 35;
|
||||
k_EContentReportReason_NonConsensualMaterial = 36;
|
||||
k_EContentReportReason_Advertising = 37;
|
||||
k_EContentReportReason_ReferralLinks = 38;
|
||||
k_EContentReportReason_Gambling = 39;
|
||||
k_EContentReportReason_Raffles = 40;
|
||||
k_EContentReportReason_OtherCommercialActivity = 41;
|
||||
k_EContentReportReason_InauthenticReview = 42;
|
||||
k_EContentReportReason_HiddenAdvertisementOrCommercialCommunication = 43;
|
||||
k_EContentReportReason_MisleadingInformationAboutGoodsOrServices = 44;
|
||||
k_EContentReportReason_MisleadingInformationAboutConsumerRights = 45;
|
||||
k_EContentReportReason_NoncomplianceWithPricingRegulations = 46;
|
||||
k_EContentReportReason_RightToBeForgottenViolation = 47;
|
||||
k_EContentReportReason_MissingProcessingGroundForData = 48;
|
||||
k_EContentReportReason_OtherDataProtectionAndPrivacyViolation = 49;
|
||||
k_EContentReportReason_GenderedHarassment = 50;
|
||||
k_EContentReportReason_GenderedBullyingAndIntimidation = 51;
|
||||
k_EContentReportReason_GenderedStalking = 52;
|
||||
k_EContentReportReason_GenderedDoxxing = 53;
|
||||
k_EContentReportReason_GenderedOtherHarassment = 54;
|
||||
k_EContentReportReason_GenderedEncouragingViolence = 55;
|
||||
k_EContentReportReason_GenderedTargetedAbuse = 56;
|
||||
k_EContentReportReason_CSAMFakedSexualContent = 57;
|
||||
k_EContentReportReason_GenderedNonConsensualMaterial = 58;
|
||||
k_EContentReportReason_FakedGenderedNonConsensualMaterial = 59;
|
||||
k_EContentReportReason_FakedNonConsensualMaterial = 60;
|
||||
k_EContentReportReason_NegativeEffectonDiscourseOrElections = 61;
|
||||
k_EContentReportReason_MAX = 62;
|
||||
}
|
||||
|
||||
enum EResolutionAutomation {
|
||||
k_EResolutionAutomation_Manual = 0;
|
||||
k_EResolutionAutomation_PartiallyAutomated = 1;
|
||||
k_EResolutionAutomation_FullyAutomated = 2;
|
||||
k_EResolutionAutomation_MAX = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue