forked from FOSS/Steam-Panel
v 3.0.3
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: steammessages_unified_base.steamclient.proto
|
||||
# flake8: noqa
|
||||
"""Generated protocol buffer code."""
|
||||
from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
from google.protobuf.internal import enum_type_wrapper
|
||||
|
||||
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,steammessages_unified_base.steamclient.proto\x1a google/protobuf/descriptor.proto\"\x0c\n\nNoResponse*]\n\x13\x45ProtoExecutionSite\x12 \n\x1ck_EProtoExecutionSiteUnknown\x10\x00\x12$\n k_EProtoExecutionSiteSteamClient\x10\x02:4\n\x0b\x64\x65scription\x12\x1d.google.protobuf.FieldOptions\x18\xd0\x86\x03 \x01(\t:>\n\x13service_description\x12\x1f.google.protobuf.ServiceOptions\x18\xd0\x86\x03 \x01(\t:u\n\x16service_execution_site\x12\x1f.google.protobuf.ServiceOptions\x18\xd8\x86\x03 \x01(\x0e\x32\x14.EProtoExecutionSite:\x1ck_EProtoExecutionSiteUnknown:<\n\x12method_description\x12\x1e.google.protobuf.MethodOptions\x18\xd0\x86\x03 \x01(\t:8\n\x10\x65num_description\x12\x1c.google.protobuf.EnumOptions\x18\xd0\x86\x03 \x01(\t:C\n\x16\x65num_value_description\x12!.google.protobuf.EnumValueOptions\x18\xd0\x86\x03 \x01(\tB\x05H\x01\x80\x01\x00')
|
||||
|
||||
_EPROTOEXECUTIONSITE = DESCRIPTOR.enum_types_by_name['EProtoExecutionSite']
|
||||
EProtoExecutionSite = enum_type_wrapper.EnumTypeWrapper(_EPROTOEXECUTIONSITE)
|
||||
k_EProtoExecutionSiteUnknown = 0
|
||||
k_EProtoExecutionSiteSteamClient = 2
|
||||
|
||||
DESCRIPTION_FIELD_NUMBER = 50000
|
||||
description = DESCRIPTOR.extensions_by_name['description']
|
||||
SERVICE_DESCRIPTION_FIELD_NUMBER = 50000
|
||||
service_description = DESCRIPTOR.extensions_by_name['service_description']
|
||||
SERVICE_EXECUTION_SITE_FIELD_NUMBER = 50008
|
||||
service_execution_site = DESCRIPTOR.extensions_by_name['service_execution_site']
|
||||
METHOD_DESCRIPTION_FIELD_NUMBER = 50000
|
||||
method_description = DESCRIPTOR.extensions_by_name['method_description']
|
||||
ENUM_DESCRIPTION_FIELD_NUMBER = 50000
|
||||
enum_description = DESCRIPTOR.extensions_by_name['enum_description']
|
||||
ENUM_VALUE_DESCRIPTION_FIELD_NUMBER = 50000
|
||||
enum_value_description = DESCRIPTOR.extensions_by_name['enum_value_description']
|
||||
|
||||
_NORESPONSE = DESCRIPTOR.message_types_by_name['NoResponse']
|
||||
NoResponse = _reflection.GeneratedProtocolMessageType('NoResponse', (_message.Message,), {
|
||||
'DESCRIPTOR': _NORESPONSE,
|
||||
'__module__': 'steammessages_unified_base.steamclient_pb2'
|
||||
# @@protoc_insertion_point(class_scope:NoResponse)
|
||||
})
|
||||
_sym_db.RegisterMessage(NoResponse)
|
||||
|
||||
if _descriptor._USE_C_DESCRIPTORS == False:
|
||||
google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(
|
||||
description)
|
||||
google_dot_protobuf_dot_descriptor__pb2.ServiceOptions.RegisterExtension(
|
||||
service_description)
|
||||
google_dot_protobuf_dot_descriptor__pb2.ServiceOptions.RegisterExtension(
|
||||
service_execution_site)
|
||||
google_dot_protobuf_dot_descriptor__pb2.MethodOptions.RegisterExtension(
|
||||
method_description)
|
||||
google_dot_protobuf_dot_descriptor__pb2.EnumOptions.RegisterExtension(
|
||||
enum_description)
|
||||
google_dot_protobuf_dot_descriptor__pb2.EnumValueOptions.RegisterExtension(
|
||||
enum_value_description)
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
DESCRIPTOR._serialized_options = b'H\001\200\001\000'
|
||||
_EPROTOEXECUTIONSITE._serialized_start = 96
|
||||
_EPROTOEXECUTIONSITE._serialized_end = 189
|
||||
_NORESPONSE._serialized_start = 82
|
||||
_NORESPONSE._serialized_end = 94
|
||||
# @@protoc_insertion_point(module_scope)
|
||||
Reference in New Issue
Block a user