pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3059 lines
182 KiB
3059 lines
182 KiB
# @generated by generate_proto_mypy_stubs.py. Do not edit!
|
|
import sys
|
|
from google.protobuf.descriptor import (
|
|
Descriptor as google___protobuf___descriptor___Descriptor,
|
|
FileDescriptor as google___protobuf___descriptor___FileDescriptor,
|
|
)
|
|
|
|
from google.protobuf.internal.containers import (
|
|
RepeatedCompositeFieldContainer as google___protobuf___internal___containers___RepeatedCompositeFieldContainer,
|
|
RepeatedScalarFieldContainer as google___protobuf___internal___containers___RepeatedScalarFieldContainer,
|
|
)
|
|
|
|
from google.protobuf.message import (
|
|
Message as google___protobuf___message___Message,
|
|
)
|
|
|
|
from steammessages_base_pb2 import (
|
|
CMsgIPAddress as steammessages_base_pb2___CMsgIPAddress,
|
|
)
|
|
|
|
from typing import (
|
|
Iterable as typing___Iterable,
|
|
Optional as typing___Optional,
|
|
Text as typing___Text,
|
|
)
|
|
|
|
from typing_extensions import (
|
|
Literal as typing_extensions___Literal,
|
|
)
|
|
|
|
|
|
builtin___bool = bool
|
|
builtin___bytes = bytes
|
|
builtin___float = float
|
|
builtin___int = int
|
|
|
|
|
|
DESCRIPTOR: google___protobuf___descriptor___FileDescriptor = ...
|
|
|
|
class CMsgClientUCMAddScreenshot(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Tag(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
tag_name: typing___Text = ...
|
|
tag_value: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
tag_name : typing___Optional[typing___Text] = None,
|
|
tag_value : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"tag_name",b"tag_name",u"tag_value",b"tag_value"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"tag_name",b"tag_name",u"tag_value",b"tag_value"]) -> None: ...
|
|
type___Tag = Tag
|
|
|
|
appid: builtin___int = ...
|
|
filename: typing___Text = ...
|
|
thumbname: typing___Text = ...
|
|
vr_filename: typing___Text = ...
|
|
rtime32_created: builtin___int = ...
|
|
width: builtin___int = ...
|
|
height: builtin___int = ...
|
|
permissions: builtin___int = ...
|
|
caption: typing___Text = ...
|
|
shortcut_name: typing___Text = ...
|
|
tagged_steamid: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
spoiler_tag: builtin___bool = ...
|
|
tagged_publishedfileid: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
@property
|
|
def tag(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMAddScreenshot.Tag]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
thumbname : typing___Optional[typing___Text] = None,
|
|
vr_filename : typing___Optional[typing___Text] = None,
|
|
rtime32_created : typing___Optional[builtin___int] = None,
|
|
width : typing___Optional[builtin___int] = None,
|
|
height : typing___Optional[builtin___int] = None,
|
|
permissions : typing___Optional[builtin___int] = None,
|
|
caption : typing___Optional[typing___Text] = None,
|
|
shortcut_name : typing___Optional[typing___Text] = None,
|
|
tag : typing___Optional[typing___Iterable[type___CMsgClientUCMAddScreenshot.Tag]] = None,
|
|
tagged_steamid : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
spoiler_tag : typing___Optional[builtin___bool] = None,
|
|
tagged_publishedfileid : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"caption",b"caption",u"filename",b"filename",u"height",b"height",u"permissions",b"permissions",u"rtime32_created",b"rtime32_created",u"shortcut_name",b"shortcut_name",u"spoiler_tag",b"spoiler_tag",u"thumbname",b"thumbname",u"vr_filename",b"vr_filename",u"width",b"width"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"caption",b"caption",u"filename",b"filename",u"height",b"height",u"permissions",b"permissions",u"rtime32_created",b"rtime32_created",u"shortcut_name",b"shortcut_name",u"spoiler_tag",b"spoiler_tag",u"tag",b"tag",u"tagged_publishedfileid",b"tagged_publishedfileid",u"tagged_steamid",b"tagged_steamid",u"thumbname",b"thumbname",u"vr_filename",b"vr_filename",u"width",b"width"]) -> None: ...
|
|
type___CMsgClientUCMAddScreenshot = CMsgClientUCMAddScreenshot
|
|
|
|
class CMsgClientUCMAddScreenshotResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
screenshotid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
screenshotid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"screenshotid",b"screenshotid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"screenshotid",b"screenshotid"]) -> None: ...
|
|
type___CMsgClientUCMAddScreenshotResponse = CMsgClientUCMAddScreenshotResponse
|
|
|
|
class CMsgClientUCMDeleteScreenshot(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
screenshotid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
screenshotid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"screenshotid",b"screenshotid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"screenshotid",b"screenshotid"]) -> None: ...
|
|
type___CMsgClientUCMDeleteScreenshot = CMsgClientUCMDeleteScreenshot
|
|
|
|
class CMsgClientUCMDeleteScreenshotResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientUCMDeleteScreenshotResponse = CMsgClientUCMDeleteScreenshotResponse
|
|
|
|
class CMsgClientUCMPublishFile(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
file_name: typing___Text = ...
|
|
preview_file_name: typing___Text = ...
|
|
consumer_app_id: builtin___int = ...
|
|
title: typing___Text = ...
|
|
description: typing___Text = ...
|
|
tags: google___protobuf___internal___containers___RepeatedScalarFieldContainer[typing___Text] = ...
|
|
workshop_file: builtin___bool = ...
|
|
visibility: builtin___int = ...
|
|
file_type: builtin___int = ...
|
|
url: typing___Text = ...
|
|
video_provider: builtin___int = ...
|
|
video_account_name: typing___Text = ...
|
|
video_identifier: typing___Text = ...
|
|
in_progress: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
file_name : typing___Optional[typing___Text] = None,
|
|
preview_file_name : typing___Optional[typing___Text] = None,
|
|
consumer_app_id : typing___Optional[builtin___int] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
description : typing___Optional[typing___Text] = None,
|
|
tags : typing___Optional[typing___Iterable[typing___Text]] = None,
|
|
workshop_file : typing___Optional[builtin___bool] = None,
|
|
visibility : typing___Optional[builtin___int] = None,
|
|
file_type : typing___Optional[builtin___int] = None,
|
|
url : typing___Optional[typing___Text] = None,
|
|
video_provider : typing___Optional[builtin___int] = None,
|
|
video_account_name : typing___Optional[typing___Text] = None,
|
|
video_identifier : typing___Optional[typing___Text] = None,
|
|
in_progress : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"consumer_app_id",b"consumer_app_id",u"description",b"description",u"file_name",b"file_name",u"file_type",b"file_type",u"in_progress",b"in_progress",u"preview_file_name",b"preview_file_name",u"title",b"title",u"url",b"url",u"video_account_name",b"video_account_name",u"video_identifier",b"video_identifier",u"video_provider",b"video_provider",u"visibility",b"visibility",u"workshop_file",b"workshop_file"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"consumer_app_id",b"consumer_app_id",u"description",b"description",u"file_name",b"file_name",u"file_type",b"file_type",u"in_progress",b"in_progress",u"preview_file_name",b"preview_file_name",u"tags",b"tags",u"title",b"title",u"url",b"url",u"video_account_name",b"video_account_name",u"video_identifier",b"video_identifier",u"video_provider",b"video_provider",u"visibility",b"visibility",u"workshop_file",b"workshop_file"]) -> None: ...
|
|
type___CMsgClientUCMPublishFile = CMsgClientUCMPublishFile
|
|
|
|
class CMsgClientUCMPublishFileResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
published_file_id: builtin___int = ...
|
|
needs_workshop_legal_agreement_acceptance: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
needs_workshop_legal_agreement_acceptance : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"needs_workshop_legal_agreement_acceptance",b"needs_workshop_legal_agreement_acceptance",u"published_file_id",b"published_file_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"needs_workshop_legal_agreement_acceptance",b"needs_workshop_legal_agreement_acceptance",u"published_file_id",b"published_file_id"]) -> None: ...
|
|
type___CMsgClientUCMPublishFileResponse = CMsgClientUCMPublishFileResponse
|
|
|
|
class CMsgClientUCMUpdatePublishedFile(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class KeyValueTag(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
key: typing___Text = ...
|
|
value: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
key : typing___Optional[typing___Text] = None,
|
|
value : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"key",b"key",u"value",b"value"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"key",b"key",u"value",b"value"]) -> None: ...
|
|
type___KeyValueTag = KeyValueTag
|
|
|
|
class AdditionalPreview(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
original_file_name: typing___Text = ...
|
|
internal_file_name: typing___Text = ...
|
|
videoid: typing___Text = ...
|
|
preview_type: builtin___int = ...
|
|
update_index: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
original_file_name : typing___Optional[typing___Text] = None,
|
|
internal_file_name : typing___Optional[typing___Text] = None,
|
|
videoid : typing___Optional[typing___Text] = None,
|
|
preview_type : typing___Optional[builtin___int] = None,
|
|
update_index : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"internal_file_name",b"internal_file_name",u"original_file_name",b"original_file_name",u"preview_type",b"preview_type",u"update_index",b"update_index",u"videoid",b"videoid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"internal_file_name",b"internal_file_name",u"original_file_name",b"original_file_name",u"preview_type",b"preview_type",u"update_index",b"update_index",u"videoid",b"videoid"]) -> None: ...
|
|
type___AdditionalPreview = AdditionalPreview
|
|
|
|
app_id: builtin___int = ...
|
|
published_file_id: builtin___int = ...
|
|
file_name: typing___Text = ...
|
|
preview_file_name: typing___Text = ...
|
|
title: typing___Text = ...
|
|
description: typing___Text = ...
|
|
tags: google___protobuf___internal___containers___RepeatedScalarFieldContainer[typing___Text] = ...
|
|
visibility: builtin___int = ...
|
|
update_file: builtin___bool = ...
|
|
update_preview_file: builtin___bool = ...
|
|
update_title: builtin___bool = ...
|
|
update_description: builtin___bool = ...
|
|
update_tags: builtin___bool = ...
|
|
update_visibility: builtin___bool = ...
|
|
change_description: typing___Text = ...
|
|
update_url: builtin___bool = ...
|
|
url: typing___Text = ...
|
|
update_content_manifest: builtin___bool = ...
|
|
content_manifest: builtin___int = ...
|
|
metadata: typing___Text = ...
|
|
update_metadata: builtin___bool = ...
|
|
language: builtin___int = ...
|
|
removed_kvtags: google___protobuf___internal___containers___RepeatedScalarFieldContainer[typing___Text] = ...
|
|
previews_to_remove: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
clear_in_progress: builtin___bool = ...
|
|
remove_all_kvtags: builtin___bool = ...
|
|
|
|
@property
|
|
def kvtags(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMUpdatePublishedFile.KeyValueTag]: ...
|
|
|
|
@property
|
|
def previews(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMUpdatePublishedFile.AdditionalPreview]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
file_name : typing___Optional[typing___Text] = None,
|
|
preview_file_name : typing___Optional[typing___Text] = None,
|
|
title : typing___Optional[typing___Text] = None,
|
|
description : typing___Optional[typing___Text] = None,
|
|
tags : typing___Optional[typing___Iterable[typing___Text]] = None,
|
|
visibility : typing___Optional[builtin___int] = None,
|
|
update_file : typing___Optional[builtin___bool] = None,
|
|
update_preview_file : typing___Optional[builtin___bool] = None,
|
|
update_title : typing___Optional[builtin___bool] = None,
|
|
update_description : typing___Optional[builtin___bool] = None,
|
|
update_tags : typing___Optional[builtin___bool] = None,
|
|
update_visibility : typing___Optional[builtin___bool] = None,
|
|
change_description : typing___Optional[typing___Text] = None,
|
|
update_url : typing___Optional[builtin___bool] = None,
|
|
url : typing___Optional[typing___Text] = None,
|
|
update_content_manifest : typing___Optional[builtin___bool] = None,
|
|
content_manifest : typing___Optional[builtin___int] = None,
|
|
metadata : typing___Optional[typing___Text] = None,
|
|
update_metadata : typing___Optional[builtin___bool] = None,
|
|
language : typing___Optional[builtin___int] = None,
|
|
removed_kvtags : typing___Optional[typing___Iterable[typing___Text]] = None,
|
|
kvtags : typing___Optional[typing___Iterable[type___CMsgClientUCMUpdatePublishedFile.KeyValueTag]] = None,
|
|
previews : typing___Optional[typing___Iterable[type___CMsgClientUCMUpdatePublishedFile.AdditionalPreview]] = None,
|
|
previews_to_remove : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
clear_in_progress : typing___Optional[builtin___bool] = None,
|
|
remove_all_kvtags : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"change_description",b"change_description",u"clear_in_progress",b"clear_in_progress",u"content_manifest",b"content_manifest",u"description",b"description",u"file_name",b"file_name",u"language",b"language",u"metadata",b"metadata",u"preview_file_name",b"preview_file_name",u"published_file_id",b"published_file_id",u"remove_all_kvtags",b"remove_all_kvtags",u"title",b"title",u"update_content_manifest",b"update_content_manifest",u"update_description",b"update_description",u"update_file",b"update_file",u"update_metadata",b"update_metadata",u"update_preview_file",b"update_preview_file",u"update_tags",b"update_tags",u"update_title",b"update_title",u"update_url",b"update_url",u"update_visibility",b"update_visibility",u"url",b"url",u"visibility",b"visibility"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"change_description",b"change_description",u"clear_in_progress",b"clear_in_progress",u"content_manifest",b"content_manifest",u"description",b"description",u"file_name",b"file_name",u"kvtags",b"kvtags",u"language",b"language",u"metadata",b"metadata",u"preview_file_name",b"preview_file_name",u"previews",b"previews",u"previews_to_remove",b"previews_to_remove",u"published_file_id",b"published_file_id",u"remove_all_kvtags",b"remove_all_kvtags",u"removed_kvtags",b"removed_kvtags",u"tags",b"tags",u"title",b"title",u"update_content_manifest",b"update_content_manifest",u"update_description",b"update_description",u"update_file",b"update_file",u"update_metadata",b"update_metadata",u"update_preview_file",b"update_preview_file",u"update_tags",b"update_tags",u"update_title",b"update_title",u"update_url",b"update_url",u"update_visibility",b"update_visibility",u"url",b"url",u"visibility",b"visibility"]) -> None: ...
|
|
type___CMsgClientUCMUpdatePublishedFile = CMsgClientUCMUpdatePublishedFile
|
|
|
|
class CMsgClientUCMUpdatePublishedFileResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
needs_workshop_legal_agreement_acceptance: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
needs_workshop_legal_agreement_acceptance : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"needs_workshop_legal_agreement_acceptance",b"needs_workshop_legal_agreement_acceptance"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"needs_workshop_legal_agreement_acceptance",b"needs_workshop_legal_agreement_acceptance"]) -> None: ...
|
|
type___CMsgClientUCMUpdatePublishedFileResponse = CMsgClientUCMUpdatePublishedFileResponse
|
|
|
|
class CMsgClientUCMDeletePublishedFile(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
app_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"published_file_id",b"published_file_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"published_file_id",b"published_file_id"]) -> None: ...
|
|
type___CMsgClientUCMDeletePublishedFile = CMsgClientUCMDeletePublishedFile
|
|
|
|
class CMsgClientUCMDeletePublishedFileResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientUCMDeletePublishedFileResponse = CMsgClientUCMDeletePublishedFileResponse
|
|
|
|
class CMsgClientUCMEnumerateUserPublishedFiles(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
start_index: builtin___int = ...
|
|
sort_order: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
start_index : typing___Optional[builtin___int] = None,
|
|
sort_order : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"sort_order",b"sort_order",u"start_index",b"start_index"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"sort_order",b"sort_order",u"start_index",b"start_index"]) -> None: ...
|
|
type___CMsgClientUCMEnumerateUserPublishedFiles = CMsgClientUCMEnumerateUserPublishedFiles
|
|
|
|
class CMsgClientUCMEnumerateUserPublishedFilesResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class PublishedFileId(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> None: ...
|
|
type___PublishedFileId = PublishedFileId
|
|
|
|
eresult: builtin___int = ...
|
|
total_results: builtin___int = ...
|
|
|
|
@property
|
|
def published_files(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMEnumerateUserPublishedFilesResponse.PublishedFileId]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
published_files : typing___Optional[typing___Iterable[type___CMsgClientUCMEnumerateUserPublishedFilesResponse.PublishedFileId]] = None,
|
|
total_results : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"total_results",b"total_results"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"published_files",b"published_files",u"total_results",b"total_results"]) -> None: ...
|
|
type___CMsgClientUCMEnumerateUserPublishedFilesResponse = CMsgClientUCMEnumerateUserPublishedFilesResponse
|
|
|
|
class CMsgClientUCMEnumerateUserSubscribedFiles(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
start_index: builtin___int = ...
|
|
list_type: builtin___int = ...
|
|
matching_file_type: builtin___int = ...
|
|
count: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
start_index : typing___Optional[builtin___int] = None,
|
|
list_type : typing___Optional[builtin___int] = None,
|
|
matching_file_type : typing___Optional[builtin___int] = None,
|
|
count : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"count",b"count",u"list_type",b"list_type",u"matching_file_type",b"matching_file_type",u"start_index",b"start_index"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"count",b"count",u"list_type",b"list_type",u"matching_file_type",b"matching_file_type",u"start_index",b"start_index"]) -> None: ...
|
|
type___CMsgClientUCMEnumerateUserSubscribedFiles = CMsgClientUCMEnumerateUserSubscribedFiles
|
|
|
|
class CMsgClientUCMEnumerateUserSubscribedFilesResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class PublishedFileId(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
rtime32_subscribed: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
rtime32_subscribed : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"rtime32_subscribed",b"rtime32_subscribed"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"rtime32_subscribed",b"rtime32_subscribed"]) -> None: ...
|
|
type___PublishedFileId = PublishedFileId
|
|
|
|
eresult: builtin___int = ...
|
|
total_results: builtin___int = ...
|
|
|
|
@property
|
|
def subscribed_files(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMEnumerateUserSubscribedFilesResponse.PublishedFileId]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
subscribed_files : typing___Optional[typing___Iterable[type___CMsgClientUCMEnumerateUserSubscribedFilesResponse.PublishedFileId]] = None,
|
|
total_results : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"total_results",b"total_results"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"subscribed_files",b"subscribed_files",u"total_results",b"total_results"]) -> None: ...
|
|
type___CMsgClientUCMEnumerateUserSubscribedFilesResponse = CMsgClientUCMEnumerateUserSubscribedFilesResponse
|
|
|
|
class CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
start_index: builtin___int = ...
|
|
start_time: builtin___int = ...
|
|
desired_revision: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
start_index : typing___Optional[builtin___int] = None,
|
|
start_time : typing___Optional[builtin___int] = None,
|
|
desired_revision : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"desired_revision",b"desired_revision",u"start_index",b"start_index",u"start_time",b"start_time"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"desired_revision",b"desired_revision",u"start_index",b"start_index",u"start_time",b"start_time"]) -> None: ...
|
|
type___CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates = CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates
|
|
|
|
class CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class PublishedFileId(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
rtime32_subscribed: builtin___int = ...
|
|
appid: builtin___int = ...
|
|
file_hcontent: builtin___int = ...
|
|
file_size: builtin___int = ...
|
|
rtime32_last_updated: builtin___int = ...
|
|
is_depot_content: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
rtime32_subscribed : typing___Optional[builtin___int] = None,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
file_hcontent : typing___Optional[builtin___int] = None,
|
|
file_size : typing___Optional[builtin___int] = None,
|
|
rtime32_last_updated : typing___Optional[builtin___int] = None,
|
|
is_depot_content : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"file_hcontent",b"file_hcontent",u"file_size",b"file_size",u"is_depot_content",b"is_depot_content",u"published_file_id",b"published_file_id",u"rtime32_last_updated",b"rtime32_last_updated",u"rtime32_subscribed",b"rtime32_subscribed"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"file_hcontent",b"file_hcontent",u"file_size",b"file_size",u"is_depot_content",b"is_depot_content",u"published_file_id",b"published_file_id",u"rtime32_last_updated",b"rtime32_last_updated",u"rtime32_subscribed",b"rtime32_subscribed"]) -> None: ...
|
|
type___PublishedFileId = PublishedFileId
|
|
|
|
eresult: builtin___int = ...
|
|
total_results: builtin___int = ...
|
|
|
|
@property
|
|
def subscribed_files(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.PublishedFileId]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
subscribed_files : typing___Optional[typing___Iterable[type___CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.PublishedFileId]] = None,
|
|
total_results : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"total_results",b"total_results"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"subscribed_files",b"subscribed_files",u"total_results",b"total_results"]) -> None: ...
|
|
type___CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse = CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse
|
|
|
|
class CMsgClientUCMPublishedFileUpdated(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
app_id: builtin___int = ...
|
|
time_updated: builtin___int = ...
|
|
hcontent: builtin___int = ...
|
|
file_size: builtin___int = ...
|
|
is_depot_content: builtin___bool = ...
|
|
revision: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
time_updated : typing___Optional[builtin___int] = None,
|
|
hcontent : typing___Optional[builtin___int] = None,
|
|
file_size : typing___Optional[builtin___int] = None,
|
|
is_depot_content : typing___Optional[builtin___bool] = None,
|
|
revision : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"file_size",b"file_size",u"hcontent",b"hcontent",u"is_depot_content",b"is_depot_content",u"published_file_id",b"published_file_id",u"revision",b"revision",u"time_updated",b"time_updated"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"file_size",b"file_size",u"hcontent",b"hcontent",u"is_depot_content",b"is_depot_content",u"published_file_id",b"published_file_id",u"revision",b"revision",u"time_updated",b"time_updated"]) -> None: ...
|
|
type___CMsgClientUCMPublishedFileUpdated = CMsgClientUCMPublishedFileUpdated
|
|
|
|
class CMsgClientWorkshopItemChangesRequest(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
last_time_updated: builtin___int = ...
|
|
num_items_needed: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
last_time_updated : typing___Optional[builtin___int] = None,
|
|
num_items_needed : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"last_time_updated",b"last_time_updated",u"num_items_needed",b"num_items_needed"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"last_time_updated",b"last_time_updated",u"num_items_needed",b"num_items_needed"]) -> None: ...
|
|
type___CMsgClientWorkshopItemChangesRequest = CMsgClientWorkshopItemChangesRequest
|
|
|
|
class CMsgClientWorkshopItemChangesResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class WorkshopItemInfo(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
time_updated: builtin___int = ...
|
|
manifest_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
time_updated : typing___Optional[builtin___int] = None,
|
|
manifest_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"manifest_id",b"manifest_id",u"published_file_id",b"published_file_id",u"time_updated",b"time_updated"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"manifest_id",b"manifest_id",u"published_file_id",b"published_file_id",u"time_updated",b"time_updated"]) -> None: ...
|
|
type___WorkshopItemInfo = WorkshopItemInfo
|
|
|
|
eresult: builtin___int = ...
|
|
update_time: builtin___int = ...
|
|
|
|
@property
|
|
def workshop_items(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientWorkshopItemChangesResponse.WorkshopItemInfo]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
update_time : typing___Optional[builtin___int] = None,
|
|
workshop_items : typing___Optional[typing___Iterable[type___CMsgClientWorkshopItemChangesResponse.WorkshopItemInfo]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"update_time",b"update_time"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"update_time",b"update_time",u"workshop_items",b"workshop_items"]) -> None: ...
|
|
type___CMsgClientWorkshopItemChangesResponse = CMsgClientWorkshopItemChangesResponse
|
|
|
|
class CMsgClientWorkshopItemInfoRequest(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class WorkshopItem(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
time_updated: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
time_updated : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"time_updated",b"time_updated"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"time_updated",b"time_updated"]) -> None: ...
|
|
type___WorkshopItem = WorkshopItem
|
|
|
|
app_id: builtin___int = ...
|
|
last_time_updated: builtin___int = ...
|
|
|
|
@property
|
|
def workshop_items(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientWorkshopItemInfoRequest.WorkshopItem]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
last_time_updated : typing___Optional[builtin___int] = None,
|
|
workshop_items : typing___Optional[typing___Iterable[type___CMsgClientWorkshopItemInfoRequest.WorkshopItem]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"last_time_updated",b"last_time_updated"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"last_time_updated",b"last_time_updated",u"workshop_items",b"workshop_items"]) -> None: ...
|
|
type___CMsgClientWorkshopItemInfoRequest = CMsgClientWorkshopItemInfoRequest
|
|
|
|
class CMsgClientWorkshopItemInfoResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class WorkshopItemInfo(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
time_updated: builtin___int = ...
|
|
manifest_id: builtin___int = ...
|
|
is_legacy: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
time_updated : typing___Optional[builtin___int] = None,
|
|
manifest_id : typing___Optional[builtin___int] = None,
|
|
is_legacy : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"is_legacy",b"is_legacy",u"manifest_id",b"manifest_id",u"published_file_id",b"published_file_id",u"time_updated",b"time_updated"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"is_legacy",b"is_legacy",u"manifest_id",b"manifest_id",u"published_file_id",b"published_file_id",u"time_updated",b"time_updated"]) -> None: ...
|
|
type___WorkshopItemInfo = WorkshopItemInfo
|
|
|
|
eresult: builtin___int = ...
|
|
update_time: builtin___int = ...
|
|
private_items: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
@property
|
|
def workshop_items(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientWorkshopItemInfoResponse.WorkshopItemInfo]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
update_time : typing___Optional[builtin___int] = None,
|
|
workshop_items : typing___Optional[typing___Iterable[type___CMsgClientWorkshopItemInfoResponse.WorkshopItemInfo]] = None,
|
|
private_items : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"update_time",b"update_time"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"private_items",b"private_items",u"update_time",b"update_time",u"workshop_items",b"workshop_items"]) -> None: ...
|
|
type___CMsgClientWorkshopItemInfoResponse = CMsgClientWorkshopItemInfoResponse
|
|
|
|
class CMsgClientUCMGetPublishedFilesForUser(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
creator_steam_id: builtin___int = ...
|
|
required_tags: google___protobuf___internal___containers___RepeatedScalarFieldContainer[typing___Text] = ...
|
|
excluded_tags: google___protobuf___internal___containers___RepeatedScalarFieldContainer[typing___Text] = ...
|
|
start_index: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
creator_steam_id : typing___Optional[builtin___int] = None,
|
|
required_tags : typing___Optional[typing___Iterable[typing___Text]] = None,
|
|
excluded_tags : typing___Optional[typing___Iterable[typing___Text]] = None,
|
|
start_index : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"creator_steam_id",b"creator_steam_id",u"start_index",b"start_index"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"creator_steam_id",b"creator_steam_id",u"excluded_tags",b"excluded_tags",u"required_tags",b"required_tags",u"start_index",b"start_index"]) -> None: ...
|
|
type___CMsgClientUCMGetPublishedFilesForUser = CMsgClientUCMGetPublishedFilesForUser
|
|
|
|
class CMsgClientUCMGetPublishedFilesForUserResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class PublishedFileId(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> None: ...
|
|
type___PublishedFileId = PublishedFileId
|
|
|
|
eresult: builtin___int = ...
|
|
total_results: builtin___int = ...
|
|
|
|
@property
|
|
def published_files(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMGetPublishedFilesForUserResponse.PublishedFileId]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
published_files : typing___Optional[typing___Iterable[type___CMsgClientUCMGetPublishedFilesForUserResponse.PublishedFileId]] = None,
|
|
total_results : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"total_results",b"total_results"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"published_files",b"published_files",u"total_results",b"total_results"]) -> None: ...
|
|
type___CMsgClientUCMGetPublishedFilesForUserResponse = CMsgClientUCMGetPublishedFilesForUserResponse
|
|
|
|
class CMsgClientUCMSetUserPublishedFileAction(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
app_id: builtin___int = ...
|
|
action: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
action : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"action",b"action",u"app_id",b"app_id",u"published_file_id",b"published_file_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"action",b"action",u"app_id",b"app_id",u"published_file_id",b"published_file_id"]) -> None: ...
|
|
type___CMsgClientUCMSetUserPublishedFileAction = CMsgClientUCMSetUserPublishedFileAction
|
|
|
|
class CMsgClientUCMSetUserPublishedFileActionResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientUCMSetUserPublishedFileActionResponse = CMsgClientUCMSetUserPublishedFileActionResponse
|
|
|
|
class CMsgClientUCMEnumeratePublishedFilesByUserAction(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
start_index: builtin___int = ...
|
|
action: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
start_index : typing___Optional[builtin___int] = None,
|
|
action : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"action",b"action",u"app_id",b"app_id",u"start_index",b"start_index"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"action",b"action",u"app_id",b"app_id",u"start_index",b"start_index"]) -> None: ...
|
|
type___CMsgClientUCMEnumeratePublishedFilesByUserAction = CMsgClientUCMEnumeratePublishedFilesByUserAction
|
|
|
|
class CMsgClientUCMEnumeratePublishedFilesByUserActionResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class PublishedFileId(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
rtime_time_stamp: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
rtime_time_stamp : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"rtime_time_stamp",b"rtime_time_stamp"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"rtime_time_stamp",b"rtime_time_stamp"]) -> None: ...
|
|
type___PublishedFileId = PublishedFileId
|
|
|
|
eresult: builtin___int = ...
|
|
total_results: builtin___int = ...
|
|
|
|
@property
|
|
def published_files(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.PublishedFileId]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
published_files : typing___Optional[typing___Iterable[type___CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.PublishedFileId]] = None,
|
|
total_results : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"total_results",b"total_results"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"published_files",b"published_files",u"total_results",b"total_results"]) -> None: ...
|
|
type___CMsgClientUCMEnumeratePublishedFilesByUserActionResponse = CMsgClientUCMEnumeratePublishedFilesByUserActionResponse
|
|
|
|
class CMsgClientScreenshotsChanged(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgClientScreenshotsChanged = CMsgClientScreenshotsChanged
|
|
|
|
class CMsgClientUpdateUserGameInfo(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid_idgs: builtin___int = ...
|
|
gameid: builtin___int = ...
|
|
game_ip: builtin___int = ...
|
|
game_port: builtin___int = ...
|
|
token: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid_idgs : typing___Optional[builtin___int] = None,
|
|
gameid : typing___Optional[builtin___int] = None,
|
|
game_ip : typing___Optional[builtin___int] = None,
|
|
game_port : typing___Optional[builtin___int] = None,
|
|
token : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"game_ip",b"game_ip",u"game_port",b"game_port",u"gameid",b"gameid",u"steamid_idgs",b"steamid_idgs",u"token",b"token"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"game_ip",b"game_ip",u"game_port",b"game_port",u"gameid",b"gameid",u"steamid_idgs",b"steamid_idgs",u"token",b"token"]) -> None: ...
|
|
type___CMsgClientUpdateUserGameInfo = CMsgClientUpdateUserGameInfo
|
|
|
|
class CMsgClientRichPresenceUpload(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
rich_presence_kv: builtin___bytes = ...
|
|
steamid_broadcast: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
rich_presence_kv : typing___Optional[builtin___bytes] = None,
|
|
steamid_broadcast : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"rich_presence_kv",b"rich_presence_kv"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"rich_presence_kv",b"rich_presence_kv",u"steamid_broadcast",b"steamid_broadcast"]) -> None: ...
|
|
type___CMsgClientRichPresenceUpload = CMsgClientRichPresenceUpload
|
|
|
|
class CMsgClientRichPresenceRequest(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid_request: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid_request : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steamid_request",b"steamid_request"]) -> None: ...
|
|
type___CMsgClientRichPresenceRequest = CMsgClientRichPresenceRequest
|
|
|
|
class CMsgClientRichPresenceInfo(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class RichPresence(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid_user: builtin___int = ...
|
|
rich_presence_kv: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid_user : typing___Optional[builtin___int] = None,
|
|
rich_presence_kv : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"rich_presence_kv",b"rich_presence_kv",u"steamid_user",b"steamid_user"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"rich_presence_kv",b"rich_presence_kv",u"steamid_user",b"steamid_user"]) -> None: ...
|
|
type___RichPresence = RichPresence
|
|
|
|
|
|
@property
|
|
def rich_presence(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientRichPresenceInfo.RichPresence]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
rich_presence : typing___Optional[typing___Iterable[type___CMsgClientRichPresenceInfo.RichPresence]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"rich_presence",b"rich_presence"]) -> None: ...
|
|
type___CMsgClientRichPresenceInfo = CMsgClientRichPresenceInfo
|
|
|
|
class CMsgClientCheckFileSignature(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id"]) -> None: ...
|
|
type___CMsgClientCheckFileSignature = CMsgClientCheckFileSignature
|
|
|
|
class CMsgClientCheckFileSignatureResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
pid: builtin___int = ...
|
|
eresult: builtin___int = ...
|
|
filename: typing___Text = ...
|
|
esignatureresult: builtin___int = ...
|
|
sha_file: builtin___bytes = ...
|
|
signatureheader: builtin___bytes = ...
|
|
filesize: builtin___int = ...
|
|
getlasterror: builtin___int = ...
|
|
evalvesignaturecheckdetail: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
pid : typing___Optional[builtin___int] = None,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
esignatureresult : typing___Optional[builtin___int] = None,
|
|
sha_file : typing___Optional[builtin___bytes] = None,
|
|
signatureheader : typing___Optional[builtin___bytes] = None,
|
|
filesize : typing___Optional[builtin___int] = None,
|
|
getlasterror : typing___Optional[builtin___int] = None,
|
|
evalvesignaturecheckdetail : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"eresult",b"eresult",u"esignatureresult",b"esignatureresult",u"evalvesignaturecheckdetail",b"evalvesignaturecheckdetail",u"filename",b"filename",u"filesize",b"filesize",u"getlasterror",b"getlasterror",u"pid",b"pid",u"sha_file",b"sha_file",u"signatureheader",b"signatureheader"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"eresult",b"eresult",u"esignatureresult",b"esignatureresult",u"evalvesignaturecheckdetail",b"evalvesignaturecheckdetail",u"filename",b"filename",u"filesize",b"filesize",u"getlasterror",b"getlasterror",u"pid",b"pid",u"sha_file",b"sha_file",u"signatureheader",b"signatureheader"]) -> None: ...
|
|
type___CMsgClientCheckFileSignatureResponse = CMsgClientCheckFileSignatureResponse
|
|
|
|
class CMsgClientReadMachineAuth(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
filename: typing___Text = ...
|
|
offset: builtin___int = ...
|
|
cubtoread: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
offset : typing___Optional[builtin___int] = None,
|
|
cubtoread : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"cubtoread",b"cubtoread",u"filename",b"filename",u"offset",b"offset"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"cubtoread",b"cubtoread",u"filename",b"filename",u"offset",b"offset"]) -> None: ...
|
|
type___CMsgClientReadMachineAuth = CMsgClientReadMachineAuth
|
|
|
|
class CMsgClientReadMachineAuthResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
filename: typing___Text = ...
|
|
eresult: builtin___int = ...
|
|
filesize: builtin___int = ...
|
|
sha_file: builtin___bytes = ...
|
|
getlasterror: builtin___int = ...
|
|
offset: builtin___int = ...
|
|
cubread: builtin___int = ...
|
|
bytes_read: builtin___bytes = ...
|
|
filename_sentry: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
filesize : typing___Optional[builtin___int] = None,
|
|
sha_file : typing___Optional[builtin___bytes] = None,
|
|
getlasterror : typing___Optional[builtin___int] = None,
|
|
offset : typing___Optional[builtin___int] = None,
|
|
cubread : typing___Optional[builtin___int] = None,
|
|
bytes_read : typing___Optional[builtin___bytes] = None,
|
|
filename_sentry : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"bytes_read",b"bytes_read",u"cubread",b"cubread",u"eresult",b"eresult",u"filename",b"filename",u"filename_sentry",b"filename_sentry",u"filesize",b"filesize",u"getlasterror",b"getlasterror",u"offset",b"offset",u"sha_file",b"sha_file"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"bytes_read",b"bytes_read",u"cubread",b"cubread",u"eresult",b"eresult",u"filename",b"filename",u"filename_sentry",b"filename_sentry",u"filesize",b"filesize",u"getlasterror",b"getlasterror",u"offset",b"offset",u"sha_file",b"sha_file"]) -> None: ...
|
|
type___CMsgClientReadMachineAuthResponse = CMsgClientReadMachineAuthResponse
|
|
|
|
class CMsgClientUpdateMachineAuth(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
filename: typing___Text = ...
|
|
offset: builtin___int = ...
|
|
cubtowrite: builtin___int = ...
|
|
bytes: builtin___bytes = ...
|
|
otp_type: builtin___int = ...
|
|
otp_identifier: typing___Text = ...
|
|
otp_sharedsecret: builtin___bytes = ...
|
|
otp_timedrift: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
offset : typing___Optional[builtin___int] = None,
|
|
cubtowrite : typing___Optional[builtin___int] = None,
|
|
bytes : typing___Optional[builtin___bytes] = None,
|
|
otp_type : typing___Optional[builtin___int] = None,
|
|
otp_identifier : typing___Optional[typing___Text] = None,
|
|
otp_sharedsecret : typing___Optional[builtin___bytes] = None,
|
|
otp_timedrift : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"bytes",b"bytes",u"cubtowrite",b"cubtowrite",u"filename",b"filename",u"offset",b"offset",u"otp_identifier",b"otp_identifier",u"otp_sharedsecret",b"otp_sharedsecret",u"otp_timedrift",b"otp_timedrift",u"otp_type",b"otp_type"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"bytes",b"bytes",u"cubtowrite",b"cubtowrite",u"filename",b"filename",u"offset",b"offset",u"otp_identifier",b"otp_identifier",u"otp_sharedsecret",b"otp_sharedsecret",u"otp_timedrift",b"otp_timedrift",u"otp_type",b"otp_type"]) -> None: ...
|
|
type___CMsgClientUpdateMachineAuth = CMsgClientUpdateMachineAuth
|
|
|
|
class CMsgClientUpdateMachineAuthResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
filename: typing___Text = ...
|
|
eresult: builtin___int = ...
|
|
filesize: builtin___int = ...
|
|
sha_file: builtin___bytes = ...
|
|
getlasterror: builtin___int = ...
|
|
offset: builtin___int = ...
|
|
cubwrote: builtin___int = ...
|
|
otp_type: builtin___int = ...
|
|
otp_value: builtin___int = ...
|
|
otp_identifier: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
filesize : typing___Optional[builtin___int] = None,
|
|
sha_file : typing___Optional[builtin___bytes] = None,
|
|
getlasterror : typing___Optional[builtin___int] = None,
|
|
offset : typing___Optional[builtin___int] = None,
|
|
cubwrote : typing___Optional[builtin___int] = None,
|
|
otp_type : typing___Optional[builtin___int] = None,
|
|
otp_value : typing___Optional[builtin___int] = None,
|
|
otp_identifier : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"cubwrote",b"cubwrote",u"eresult",b"eresult",u"filename",b"filename",u"filesize",b"filesize",u"getlasterror",b"getlasterror",u"offset",b"offset",u"otp_identifier",b"otp_identifier",u"otp_type",b"otp_type",u"otp_value",b"otp_value",u"sha_file",b"sha_file"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"cubwrote",b"cubwrote",u"eresult",b"eresult",u"filename",b"filename",u"filesize",b"filesize",u"getlasterror",b"getlasterror",u"offset",b"offset",u"otp_identifier",b"otp_identifier",u"otp_type",b"otp_type",u"otp_value",b"otp_value",u"sha_file",b"sha_file"]) -> None: ...
|
|
type___CMsgClientUpdateMachineAuthResponse = CMsgClientUpdateMachineAuthResponse
|
|
|
|
class CMsgClientRequestMachineAuth(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
filename: typing___Text = ...
|
|
eresult_sentryfile: builtin___int = ...
|
|
filesize: builtin___int = ...
|
|
sha_sentryfile: builtin___bytes = ...
|
|
lock_account_action: builtin___int = ...
|
|
otp_type: builtin___int = ...
|
|
otp_identifier: typing___Text = ...
|
|
otp_sharedsecret: builtin___bytes = ...
|
|
otp_value: builtin___int = ...
|
|
machine_name: typing___Text = ...
|
|
machine_name_userchosen: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
eresult_sentryfile : typing___Optional[builtin___int] = None,
|
|
filesize : typing___Optional[builtin___int] = None,
|
|
sha_sentryfile : typing___Optional[builtin___bytes] = None,
|
|
lock_account_action : typing___Optional[builtin___int] = None,
|
|
otp_type : typing___Optional[builtin___int] = None,
|
|
otp_identifier : typing___Optional[typing___Text] = None,
|
|
otp_sharedsecret : typing___Optional[builtin___bytes] = None,
|
|
otp_value : typing___Optional[builtin___int] = None,
|
|
machine_name : typing___Optional[typing___Text] = None,
|
|
machine_name_userchosen : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult_sentryfile",b"eresult_sentryfile",u"filename",b"filename",u"filesize",b"filesize",u"lock_account_action",b"lock_account_action",u"machine_name",b"machine_name",u"machine_name_userchosen",b"machine_name_userchosen",u"otp_identifier",b"otp_identifier",u"otp_sharedsecret",b"otp_sharedsecret",u"otp_type",b"otp_type",u"otp_value",b"otp_value",u"sha_sentryfile",b"sha_sentryfile"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult_sentryfile",b"eresult_sentryfile",u"filename",b"filename",u"filesize",b"filesize",u"lock_account_action",b"lock_account_action",u"machine_name",b"machine_name",u"machine_name_userchosen",b"machine_name_userchosen",u"otp_identifier",b"otp_identifier",u"otp_sharedsecret",b"otp_sharedsecret",u"otp_type",b"otp_type",u"otp_value",b"otp_value",u"sha_sentryfile",b"sha_sentryfile"]) -> None: ...
|
|
type___CMsgClientRequestMachineAuth = CMsgClientRequestMachineAuth
|
|
|
|
class CMsgClientRequestMachineAuthResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientRequestMachineAuthResponse = CMsgClientRequestMachineAuthResponse
|
|
|
|
class CMsgClientRegisterKey(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
key: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
key : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"key",b"key"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"key",b"key"]) -> None: ...
|
|
type___CMsgClientRegisterKey = CMsgClientRegisterKey
|
|
|
|
class CMsgClientPurchaseResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
purchase_result_details: builtin___int = ...
|
|
purchase_receipt_info: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
purchase_result_details : typing___Optional[builtin___int] = None,
|
|
purchase_receipt_info : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"purchase_receipt_info",b"purchase_receipt_info",u"purchase_result_details",b"purchase_result_details"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"purchase_receipt_info",b"purchase_receipt_info",u"purchase_result_details",b"purchase_result_details"]) -> None: ...
|
|
type___CMsgClientPurchaseResponse = CMsgClientPurchaseResponse
|
|
|
|
class CMsgClientActivateOEMLicense(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
bios_manufacturer: typing___Text = ...
|
|
bios_serialnumber: typing___Text = ...
|
|
license_file: builtin___bytes = ...
|
|
mainboard_manufacturer: typing___Text = ...
|
|
mainboard_product: typing___Text = ...
|
|
mainboard_serialnumber: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
bios_manufacturer : typing___Optional[typing___Text] = None,
|
|
bios_serialnumber : typing___Optional[typing___Text] = None,
|
|
license_file : typing___Optional[builtin___bytes] = None,
|
|
mainboard_manufacturer : typing___Optional[typing___Text] = None,
|
|
mainboard_product : typing___Optional[typing___Text] = None,
|
|
mainboard_serialnumber : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"bios_manufacturer",b"bios_manufacturer",u"bios_serialnumber",b"bios_serialnumber",u"license_file",b"license_file",u"mainboard_manufacturer",b"mainboard_manufacturer",u"mainboard_product",b"mainboard_product",u"mainboard_serialnumber",b"mainboard_serialnumber"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"bios_manufacturer",b"bios_manufacturer",u"bios_serialnumber",b"bios_serialnumber",u"license_file",b"license_file",u"mainboard_manufacturer",b"mainboard_manufacturer",u"mainboard_product",b"mainboard_product",u"mainboard_serialnumber",b"mainboard_serialnumber"]) -> None: ...
|
|
type___CMsgClientActivateOEMLicense = CMsgClientActivateOEMLicense
|
|
|
|
class CMsgClientRegisterOEMMachine(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
oem_register_file: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
oem_register_file : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"oem_register_file",b"oem_register_file"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"oem_register_file",b"oem_register_file"]) -> None: ...
|
|
type___CMsgClientRegisterOEMMachine = CMsgClientRegisterOEMMachine
|
|
|
|
class CMsgClientRegisterOEMMachineResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientRegisterOEMMachineResponse = CMsgClientRegisterOEMMachineResponse
|
|
|
|
class CMsgClientPurchaseWithMachineID(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
package_id: builtin___int = ...
|
|
machine_info: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
package_id : typing___Optional[builtin___int] = None,
|
|
machine_info : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"machine_info",b"machine_info",u"package_id",b"package_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"machine_info",b"machine_info",u"package_id",b"package_id"]) -> None: ...
|
|
type___CMsgClientPurchaseWithMachineID = CMsgClientPurchaseWithMachineID
|
|
|
|
class CMsgTrading_InitiateTradeRequest(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
trade_request_id: builtin___int = ...
|
|
other_steamid: builtin___int = ...
|
|
other_name: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
trade_request_id : typing___Optional[builtin___int] = None,
|
|
other_steamid : typing___Optional[builtin___int] = None,
|
|
other_name : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"other_name",b"other_name",u"other_steamid",b"other_steamid",u"trade_request_id",b"trade_request_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"other_name",b"other_name",u"other_steamid",b"other_steamid",u"trade_request_id",b"trade_request_id"]) -> None: ...
|
|
type___CMsgTrading_InitiateTradeRequest = CMsgTrading_InitiateTradeRequest
|
|
|
|
class CMsgTrading_InitiateTradeResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
response: builtin___int = ...
|
|
trade_request_id: builtin___int = ...
|
|
other_steamid: builtin___int = ...
|
|
steamguard_required_days: builtin___int = ...
|
|
new_device_cooldown_days: builtin___int = ...
|
|
default_password_reset_probation_days: builtin___int = ...
|
|
password_reset_probation_days: builtin___int = ...
|
|
default_email_change_probation_days: builtin___int = ...
|
|
email_change_probation_days: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
response : typing___Optional[builtin___int] = None,
|
|
trade_request_id : typing___Optional[builtin___int] = None,
|
|
other_steamid : typing___Optional[builtin___int] = None,
|
|
steamguard_required_days : typing___Optional[builtin___int] = None,
|
|
new_device_cooldown_days : typing___Optional[builtin___int] = None,
|
|
default_password_reset_probation_days : typing___Optional[builtin___int] = None,
|
|
password_reset_probation_days : typing___Optional[builtin___int] = None,
|
|
default_email_change_probation_days : typing___Optional[builtin___int] = None,
|
|
email_change_probation_days : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"default_email_change_probation_days",b"default_email_change_probation_days",u"default_password_reset_probation_days",b"default_password_reset_probation_days",u"email_change_probation_days",b"email_change_probation_days",u"new_device_cooldown_days",b"new_device_cooldown_days",u"other_steamid",b"other_steamid",u"password_reset_probation_days",b"password_reset_probation_days",u"response",b"response",u"steamguard_required_days",b"steamguard_required_days",u"trade_request_id",b"trade_request_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"default_email_change_probation_days",b"default_email_change_probation_days",u"default_password_reset_probation_days",b"default_password_reset_probation_days",u"email_change_probation_days",b"email_change_probation_days",u"new_device_cooldown_days",b"new_device_cooldown_days",u"other_steamid",b"other_steamid",u"password_reset_probation_days",b"password_reset_probation_days",u"response",b"response",u"steamguard_required_days",b"steamguard_required_days",u"trade_request_id",b"trade_request_id"]) -> None: ...
|
|
type___CMsgTrading_InitiateTradeResponse = CMsgTrading_InitiateTradeResponse
|
|
|
|
class CMsgTrading_CancelTradeRequest(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
other_steamid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
other_steamid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"other_steamid",b"other_steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"other_steamid",b"other_steamid"]) -> None: ...
|
|
type___CMsgTrading_CancelTradeRequest = CMsgTrading_CancelTradeRequest
|
|
|
|
class CMsgTrading_StartSession(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
other_steamid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
other_steamid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"other_steamid",b"other_steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"other_steamid",b"other_steamid"]) -> None: ...
|
|
type___CMsgTrading_StartSession = CMsgTrading_StartSession
|
|
|
|
class CMsgClientGetCDNAuthToken(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
depot_id: builtin___int = ...
|
|
host_name: typing___Text = ...
|
|
app_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
depot_id : typing___Optional[builtin___int] = None,
|
|
host_name : typing___Optional[typing___Text] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"depot_id",b"depot_id",u"host_name",b"host_name"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"depot_id",b"depot_id",u"host_name",b"host_name"]) -> None: ...
|
|
type___CMsgClientGetCDNAuthToken = CMsgClientGetCDNAuthToken
|
|
|
|
class CMsgClientGetDepotDecryptionKey(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
depot_id: builtin___int = ...
|
|
app_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
depot_id : typing___Optional[builtin___int] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"depot_id",b"depot_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"depot_id",b"depot_id"]) -> None: ...
|
|
type___CMsgClientGetDepotDecryptionKey = CMsgClientGetDepotDecryptionKey
|
|
|
|
class CMsgClientGetDepotDecryptionKeyResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
depot_id: builtin___int = ...
|
|
depot_encryption_key: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
depot_id : typing___Optional[builtin___int] = None,
|
|
depot_encryption_key : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"depot_encryption_key",b"depot_encryption_key",u"depot_id",b"depot_id",u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"depot_encryption_key",b"depot_encryption_key",u"depot_id",b"depot_id",u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientGetDepotDecryptionKeyResponse = CMsgClientGetDepotDecryptionKeyResponse
|
|
|
|
class CMsgClientCheckAppBetaPassword(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
betapassword: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
betapassword : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"betapassword",b"betapassword"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"betapassword",b"betapassword"]) -> None: ...
|
|
type___CMsgClientCheckAppBetaPassword = CMsgClientCheckAppBetaPassword
|
|
|
|
class CMsgClientCheckAppBetaPasswordResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class BetaPassword(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
betaname: typing___Text = ...
|
|
betapassword: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
betaname : typing___Optional[typing___Text] = None,
|
|
betapassword : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"betaname",b"betaname",u"betapassword",b"betapassword"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"betaname",b"betaname",u"betapassword",b"betapassword"]) -> None: ...
|
|
type___BetaPassword = BetaPassword
|
|
|
|
eresult: builtin___int = ...
|
|
|
|
@property
|
|
def betapasswords(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientCheckAppBetaPasswordResponse.BetaPassword]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
betapasswords : typing___Optional[typing___Iterable[type___CMsgClientCheckAppBetaPasswordResponse.BetaPassword]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"betapasswords",b"betapasswords",u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientCheckAppBetaPasswordResponse = CMsgClientCheckAppBetaPasswordResponse
|
|
|
|
class CMsgClientUpdateAppJobReport(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
depot_ids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
app_state: builtin___int = ...
|
|
job_app_error: builtin___int = ...
|
|
error_details: typing___Text = ...
|
|
job_duration: builtin___int = ...
|
|
files_validation_failed: builtin___int = ...
|
|
job_bytes_downloaded: builtin___int = ...
|
|
job_bytes_staged: builtin___int = ...
|
|
bytes_comitted: builtin___int = ...
|
|
start_app_state: builtin___int = ...
|
|
stats_machine_id: builtin___int = ...
|
|
branch_name: typing___Text = ...
|
|
total_bytes_downloaded: builtin___int = ...
|
|
total_bytes_staged: builtin___int = ...
|
|
total_bytes_restored: builtin___int = ...
|
|
is_borrowed: builtin___bool = ...
|
|
is_free_weekend: builtin___bool = ...
|
|
total_bytes_legacy: builtin___int = ...
|
|
total_bytes_patched: builtin___int = ...
|
|
total_bytes_saved: builtin___int = ...
|
|
cell_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
depot_ids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
app_state : typing___Optional[builtin___int] = None,
|
|
job_app_error : typing___Optional[builtin___int] = None,
|
|
error_details : typing___Optional[typing___Text] = None,
|
|
job_duration : typing___Optional[builtin___int] = None,
|
|
files_validation_failed : typing___Optional[builtin___int] = None,
|
|
job_bytes_downloaded : typing___Optional[builtin___int] = None,
|
|
job_bytes_staged : typing___Optional[builtin___int] = None,
|
|
bytes_comitted : typing___Optional[builtin___int] = None,
|
|
start_app_state : typing___Optional[builtin___int] = None,
|
|
stats_machine_id : typing___Optional[builtin___int] = None,
|
|
branch_name : typing___Optional[typing___Text] = None,
|
|
total_bytes_downloaded : typing___Optional[builtin___int] = None,
|
|
total_bytes_staged : typing___Optional[builtin___int] = None,
|
|
total_bytes_restored : typing___Optional[builtin___int] = None,
|
|
is_borrowed : typing___Optional[builtin___bool] = None,
|
|
is_free_weekend : typing___Optional[builtin___bool] = None,
|
|
total_bytes_legacy : typing___Optional[builtin___int] = None,
|
|
total_bytes_patched : typing___Optional[builtin___int] = None,
|
|
total_bytes_saved : typing___Optional[builtin___int] = None,
|
|
cell_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"app_state",b"app_state",u"branch_name",b"branch_name",u"bytes_comitted",b"bytes_comitted",u"cell_id",b"cell_id",u"error_details",b"error_details",u"files_validation_failed",b"files_validation_failed",u"is_borrowed",b"is_borrowed",u"is_free_weekend",b"is_free_weekend",u"job_app_error",b"job_app_error",u"job_bytes_downloaded",b"job_bytes_downloaded",u"job_bytes_staged",b"job_bytes_staged",u"job_duration",b"job_duration",u"start_app_state",b"start_app_state",u"stats_machine_id",b"stats_machine_id",u"total_bytes_downloaded",b"total_bytes_downloaded",u"total_bytes_legacy",b"total_bytes_legacy",u"total_bytes_patched",b"total_bytes_patched",u"total_bytes_restored",b"total_bytes_restored",u"total_bytes_saved",b"total_bytes_saved",u"total_bytes_staged",b"total_bytes_staged"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"app_state",b"app_state",u"branch_name",b"branch_name",u"bytes_comitted",b"bytes_comitted",u"cell_id",b"cell_id",u"depot_ids",b"depot_ids",u"error_details",b"error_details",u"files_validation_failed",b"files_validation_failed",u"is_borrowed",b"is_borrowed",u"is_free_weekend",b"is_free_weekend",u"job_app_error",b"job_app_error",u"job_bytes_downloaded",b"job_bytes_downloaded",u"job_bytes_staged",b"job_bytes_staged",u"job_duration",b"job_duration",u"start_app_state",b"start_app_state",u"stats_machine_id",b"stats_machine_id",u"total_bytes_downloaded",b"total_bytes_downloaded",u"total_bytes_legacy",b"total_bytes_legacy",u"total_bytes_patched",b"total_bytes_patched",u"total_bytes_restored",b"total_bytes_restored",u"total_bytes_saved",b"total_bytes_saved",u"total_bytes_staged",b"total_bytes_staged"]) -> None: ...
|
|
type___CMsgClientUpdateAppJobReport = CMsgClientUpdateAppJobReport
|
|
|
|
class CMsgClientDPContentStatsReport(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
stats_machine_id: builtin___int = ...
|
|
country_code: typing___Text = ...
|
|
os_type: builtin___int = ...
|
|
language: builtin___int = ...
|
|
num_install_folders: builtin___int = ...
|
|
num_installed_games: builtin___int = ...
|
|
size_installed_games: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
stats_machine_id : typing___Optional[builtin___int] = None,
|
|
country_code : typing___Optional[typing___Text] = None,
|
|
os_type : typing___Optional[builtin___int] = None,
|
|
language : typing___Optional[builtin___int] = None,
|
|
num_install_folders : typing___Optional[builtin___int] = None,
|
|
num_installed_games : typing___Optional[builtin___int] = None,
|
|
size_installed_games : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"country_code",b"country_code",u"language",b"language",u"num_install_folders",b"num_install_folders",u"num_installed_games",b"num_installed_games",u"os_type",b"os_type",u"size_installed_games",b"size_installed_games",u"stats_machine_id",b"stats_machine_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"country_code",b"country_code",u"language",b"language",u"num_install_folders",b"num_install_folders",u"num_installed_games",b"num_installed_games",u"os_type",b"os_type",u"size_installed_games",b"size_installed_games",u"stats_machine_id",b"stats_machine_id"]) -> None: ...
|
|
type___CMsgClientDPContentStatsReport = CMsgClientDPContentStatsReport
|
|
|
|
class CMsgClientGetCDNAuthTokenResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
token: typing___Text = ...
|
|
expiration_time: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
token : typing___Optional[typing___Text] = None,
|
|
expiration_time : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"expiration_time",b"expiration_time",u"token",b"token"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"expiration_time",b"expiration_time",u"token",b"token"]) -> None: ...
|
|
type___CMsgClientGetCDNAuthTokenResponse = CMsgClientGetCDNAuthTokenResponse
|
|
|
|
class CMsgDownloadRateStatistics(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class StatsInfo(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
source_type: builtin___int = ...
|
|
source_id: builtin___int = ...
|
|
seconds: builtin___int = ...
|
|
bytes: builtin___int = ...
|
|
host_name: typing___Text = ...
|
|
microseconds: builtin___int = ...
|
|
used_ipv6: builtin___bool = ...
|
|
proxied: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
source_type : typing___Optional[builtin___int] = None,
|
|
source_id : typing___Optional[builtin___int] = None,
|
|
seconds : typing___Optional[builtin___int] = None,
|
|
bytes : typing___Optional[builtin___int] = None,
|
|
host_name : typing___Optional[typing___Text] = None,
|
|
microseconds : typing___Optional[builtin___int] = None,
|
|
used_ipv6 : typing___Optional[builtin___bool] = None,
|
|
proxied : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"bytes",b"bytes",u"host_name",b"host_name",u"microseconds",b"microseconds",u"proxied",b"proxied",u"seconds",b"seconds",u"source_id",b"source_id",u"source_type",b"source_type",u"used_ipv6",b"used_ipv6"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"bytes",b"bytes",u"host_name",b"host_name",u"microseconds",b"microseconds",u"proxied",b"proxied",u"seconds",b"seconds",u"source_id",b"source_id",u"source_type",b"source_type",u"used_ipv6",b"used_ipv6"]) -> None: ...
|
|
type___StatsInfo = StatsInfo
|
|
|
|
cell_id: builtin___int = ...
|
|
throttling_kbps: builtin___int = ...
|
|
|
|
@property
|
|
def stats(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgDownloadRateStatistics.StatsInfo]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
cell_id : typing___Optional[builtin___int] = None,
|
|
stats : typing___Optional[typing___Iterable[type___CMsgDownloadRateStatistics.StatsInfo]] = None,
|
|
throttling_kbps : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"cell_id",b"cell_id",u"throttling_kbps",b"throttling_kbps"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"cell_id",b"cell_id",u"stats",b"stats",u"throttling_kbps",b"throttling_kbps"]) -> None: ...
|
|
type___CMsgDownloadRateStatistics = CMsgDownloadRateStatistics
|
|
|
|
class CMsgClientRequestAccountData(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
account_or_email: typing___Text = ...
|
|
action: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
account_or_email : typing___Optional[typing___Text] = None,
|
|
action : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"account_or_email",b"account_or_email",u"action",b"action"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"account_or_email",b"account_or_email",u"action",b"action"]) -> None: ...
|
|
type___CMsgClientRequestAccountData = CMsgClientRequestAccountData
|
|
|
|
class CMsgClientRequestAccountDataResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
action: builtin___int = ...
|
|
eresult: builtin___int = ...
|
|
account_name: typing___Text = ...
|
|
ct_matches: builtin___int = ...
|
|
account_name_suggestion1: typing___Text = ...
|
|
account_name_suggestion2: typing___Text = ...
|
|
account_name_suggestion3: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
action : typing___Optional[builtin___int] = None,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
account_name : typing___Optional[typing___Text] = None,
|
|
ct_matches : typing___Optional[builtin___int] = None,
|
|
account_name_suggestion1 : typing___Optional[typing___Text] = None,
|
|
account_name_suggestion2 : typing___Optional[typing___Text] = None,
|
|
account_name_suggestion3 : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"account_name",b"account_name",u"account_name_suggestion1",b"account_name_suggestion1",u"account_name_suggestion2",b"account_name_suggestion2",u"account_name_suggestion3",b"account_name_suggestion3",u"action",b"action",u"ct_matches",b"ct_matches",u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"account_name",b"account_name",u"account_name_suggestion1",b"account_name_suggestion1",u"account_name_suggestion2",b"account_name_suggestion2",u"account_name_suggestion3",b"account_name_suggestion3",u"action",b"action",u"ct_matches",b"ct_matches",u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientRequestAccountDataResponse = CMsgClientRequestAccountDataResponse
|
|
|
|
class CMsgClientUGSGetGlobalStats(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
gameid: builtin___int = ...
|
|
history_days_requested: builtin___int = ...
|
|
time_last_requested: builtin___int = ...
|
|
first_day_cached: builtin___int = ...
|
|
days_cached: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
gameid : typing___Optional[builtin___int] = None,
|
|
history_days_requested : typing___Optional[builtin___int] = None,
|
|
time_last_requested : typing___Optional[builtin___int] = None,
|
|
first_day_cached : typing___Optional[builtin___int] = None,
|
|
days_cached : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"days_cached",b"days_cached",u"first_day_cached",b"first_day_cached",u"gameid",b"gameid",u"history_days_requested",b"history_days_requested",u"time_last_requested",b"time_last_requested"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"days_cached",b"days_cached",u"first_day_cached",b"first_day_cached",u"gameid",b"gameid",u"history_days_requested",b"history_days_requested",u"time_last_requested",b"time_last_requested"]) -> None: ...
|
|
type___CMsgClientUGSGetGlobalStats = CMsgClientUGSGetGlobalStats
|
|
|
|
class CMsgClientUGSGetGlobalStatsResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Day(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Stat(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
stat_id: builtin___int = ...
|
|
data: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
stat_id : typing___Optional[builtin___int] = None,
|
|
data : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"data",b"data",u"stat_id",b"stat_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"data",b"data",u"stat_id",b"stat_id"]) -> None: ...
|
|
type___Stat = Stat
|
|
|
|
day_id: builtin___int = ...
|
|
|
|
@property
|
|
def stats(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUGSGetGlobalStatsResponse.Day.Stat]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
day_id : typing___Optional[builtin___int] = None,
|
|
stats : typing___Optional[typing___Iterable[type___CMsgClientUGSGetGlobalStatsResponse.Day.Stat]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"day_id",b"day_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"day_id",b"day_id",u"stats",b"stats"]) -> None: ...
|
|
type___Day = Day
|
|
|
|
eresult: builtin___int = ...
|
|
timestamp: builtin___int = ...
|
|
day_current: builtin___int = ...
|
|
|
|
@property
|
|
def days(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUGSGetGlobalStatsResponse.Day]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
timestamp : typing___Optional[builtin___int] = None,
|
|
day_current : typing___Optional[builtin___int] = None,
|
|
days : typing___Optional[typing___Iterable[type___CMsgClientUGSGetGlobalStatsResponse.Day]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"day_current",b"day_current",u"eresult",b"eresult",u"timestamp",b"timestamp"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"day_current",b"day_current",u"days",b"days",u"eresult",b"eresult",u"timestamp",b"timestamp"]) -> None: ...
|
|
type___CMsgClientUGSGetGlobalStatsResponse = CMsgClientUGSGetGlobalStatsResponse
|
|
|
|
class CMsgGameServerData(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Player(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steam_id",b"steam_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steam_id",b"steam_id"]) -> None: ...
|
|
type___Player = Player
|
|
|
|
steam_id_gs: builtin___int = ...
|
|
deprecated_ip: builtin___int = ...
|
|
query_port: builtin___int = ...
|
|
game_port: builtin___int = ...
|
|
sourcetv_port: builtin___int = ...
|
|
name: typing___Text = ...
|
|
app_id: builtin___int = ...
|
|
gamedir: typing___Text = ...
|
|
version: typing___Text = ...
|
|
product: typing___Text = ...
|
|
region: typing___Text = ...
|
|
max_players: builtin___int = ...
|
|
bot_count: builtin___int = ...
|
|
password: builtin___bool = ...
|
|
secure: builtin___bool = ...
|
|
dedicated: builtin___bool = ...
|
|
os: typing___Text = ...
|
|
game_data: typing___Text = ...
|
|
game_data_version: builtin___int = ...
|
|
game_type: typing___Text = ...
|
|
map: typing___Text = ...
|
|
|
|
@property
|
|
def game_ip_address(self) -> steammessages_base_pb2___CMsgIPAddress: ...
|
|
|
|
@property
|
|
def players(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgGameServerData.Player]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id_gs : typing___Optional[builtin___int] = None,
|
|
deprecated_ip : typing___Optional[builtin___int] = None,
|
|
query_port : typing___Optional[builtin___int] = None,
|
|
game_port : typing___Optional[builtin___int] = None,
|
|
sourcetv_port : typing___Optional[builtin___int] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
game_ip_address : typing___Optional[steammessages_base_pb2___CMsgIPAddress] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
gamedir : typing___Optional[typing___Text] = None,
|
|
version : typing___Optional[typing___Text] = None,
|
|
product : typing___Optional[typing___Text] = None,
|
|
region : typing___Optional[typing___Text] = None,
|
|
players : typing___Optional[typing___Iterable[type___CMsgGameServerData.Player]] = None,
|
|
max_players : typing___Optional[builtin___int] = None,
|
|
bot_count : typing___Optional[builtin___int] = None,
|
|
password : typing___Optional[builtin___bool] = None,
|
|
secure : typing___Optional[builtin___bool] = None,
|
|
dedicated : typing___Optional[builtin___bool] = None,
|
|
os : typing___Optional[typing___Text] = None,
|
|
game_data : typing___Optional[typing___Text] = None,
|
|
game_data_version : typing___Optional[builtin___int] = None,
|
|
game_type : typing___Optional[typing___Text] = None,
|
|
map : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"bot_count",b"bot_count",u"dedicated",b"dedicated",u"deprecated_ip",b"deprecated_ip",u"game_data",b"game_data",u"game_data_version",b"game_data_version",u"game_ip_address",b"game_ip_address",u"game_port",b"game_port",u"game_type",b"game_type",u"gamedir",b"gamedir",u"map",b"map",u"max_players",b"max_players",u"name",b"name",u"os",b"os",u"password",b"password",u"product",b"product",u"query_port",b"query_port",u"region",b"region",u"secure",b"secure",u"sourcetv_port",b"sourcetv_port",u"steam_id_gs",b"steam_id_gs",u"version",b"version"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"bot_count",b"bot_count",u"dedicated",b"dedicated",u"deprecated_ip",b"deprecated_ip",u"game_data",b"game_data",u"game_data_version",b"game_data_version",u"game_ip_address",b"game_ip_address",u"game_port",b"game_port",u"game_type",b"game_type",u"gamedir",b"gamedir",u"map",b"map",u"max_players",b"max_players",u"name",b"name",u"os",b"os",u"password",b"password",u"players",b"players",u"product",b"product",u"query_port",b"query_port",u"region",b"region",u"secure",b"secure",u"sourcetv_port",b"sourcetv_port",u"steam_id_gs",b"steam_id_gs",u"version",b"version"]) -> None: ...
|
|
type___CMsgGameServerData = CMsgGameServerData
|
|
|
|
class CMsgGameServerRemove(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id: builtin___int = ...
|
|
deprecated_ip: builtin___int = ...
|
|
query_port: builtin___int = ...
|
|
|
|
@property
|
|
def ip(self) -> steammessages_base_pb2___CMsgIPAddress: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id : typing___Optional[builtin___int] = None,
|
|
deprecated_ip : typing___Optional[builtin___int] = None,
|
|
query_port : typing___Optional[builtin___int] = None,
|
|
ip : typing___Optional[steammessages_base_pb2___CMsgIPAddress] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"deprecated_ip",b"deprecated_ip",u"ip",b"ip",u"query_port",b"query_port",u"steam_id",b"steam_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"deprecated_ip",b"deprecated_ip",u"ip",b"ip",u"query_port",b"query_port",u"steam_id",b"steam_id"]) -> None: ...
|
|
type___CMsgGameServerRemove = CMsgGameServerRemove
|
|
|
|
class CMsgClientGMSServerQuery(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
geo_location_ip: builtin___int = ...
|
|
region_code: builtin___int = ...
|
|
filter_text: typing___Text = ...
|
|
max_servers: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
geo_location_ip : typing___Optional[builtin___int] = None,
|
|
region_code : typing___Optional[builtin___int] = None,
|
|
filter_text : typing___Optional[typing___Text] = None,
|
|
max_servers : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"filter_text",b"filter_text",u"geo_location_ip",b"geo_location_ip",u"max_servers",b"max_servers",u"region_code",b"region_code"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"filter_text",b"filter_text",u"geo_location_ip",b"geo_location_ip",u"max_servers",b"max_servers",u"region_code",b"region_code"]) -> None: ...
|
|
type___CMsgClientGMSServerQuery = CMsgClientGMSServerQuery
|
|
|
|
class CMsgGMSClientServerQueryResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Server(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
deprecated_server_ip: builtin___int = ...
|
|
server_port: builtin___int = ...
|
|
auth_players: builtin___int = ...
|
|
|
|
@property
|
|
def server_ip(self) -> steammessages_base_pb2___CMsgIPAddress: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
deprecated_server_ip : typing___Optional[builtin___int] = None,
|
|
server_port : typing___Optional[builtin___int] = None,
|
|
auth_players : typing___Optional[builtin___int] = None,
|
|
server_ip : typing___Optional[steammessages_base_pb2___CMsgIPAddress] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"auth_players",b"auth_players",u"deprecated_server_ip",b"deprecated_server_ip",u"server_ip",b"server_ip",u"server_port",b"server_port"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"auth_players",b"auth_players",u"deprecated_server_ip",b"deprecated_server_ip",u"server_ip",b"server_ip",u"server_port",b"server_port"]) -> None: ...
|
|
type___Server = Server
|
|
|
|
error: typing___Text = ...
|
|
|
|
@property
|
|
def servers(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgGMSClientServerQueryResponse.Server]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
servers : typing___Optional[typing___Iterable[type___CMsgGMSClientServerQueryResponse.Server]] = None,
|
|
error : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"error",b"error"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"error",b"error",u"servers",b"servers"]) -> None: ...
|
|
type___CMsgGMSClientServerQueryResponse = CMsgGMSClientServerQueryResponse
|
|
|
|
class CMsgGameServerOutOfDate(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id_gs: builtin___int = ...
|
|
reject: builtin___bool = ...
|
|
message: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id_gs : typing___Optional[builtin___int] = None,
|
|
reject : typing___Optional[builtin___bool] = None,
|
|
message : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"message",b"message",u"reject",b"reject",u"steam_id_gs",b"steam_id_gs"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"message",b"message",u"reject",b"reject",u"steam_id_gs",b"steam_id_gs"]) -> None: ...
|
|
type___CMsgGameServerOutOfDate = CMsgGameServerOutOfDate
|
|
|
|
class CMsgClientRedeemGuestPass(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
guest_pass_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
guest_pass_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"guest_pass_id",b"guest_pass_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"guest_pass_id",b"guest_pass_id"]) -> None: ...
|
|
type___CMsgClientRedeemGuestPass = CMsgClientRedeemGuestPass
|
|
|
|
class CMsgClientRedeemGuestPassResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
package_id: builtin___int = ...
|
|
must_own_appid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
package_id : typing___Optional[builtin___int] = None,
|
|
must_own_appid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"must_own_appid",b"must_own_appid",u"package_id",b"package_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"must_own_appid",b"must_own_appid",u"package_id",b"package_id"]) -> None: ...
|
|
type___CMsgClientRedeemGuestPassResponse = CMsgClientRedeemGuestPassResponse
|
|
|
|
class CMsgClientGetClanActivityCounts(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid_clans: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid_clans : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steamid_clans",b"steamid_clans"]) -> None: ...
|
|
type___CMsgClientGetClanActivityCounts = CMsgClientGetClanActivityCounts
|
|
|
|
class CMsgClientGetClanActivityCountsResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientGetClanActivityCountsResponse = CMsgClientGetClanActivityCountsResponse
|
|
|
|
class CMsgClientOGSReportString(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
accumulated: builtin___bool = ...
|
|
sessionid: builtin___int = ...
|
|
severity: builtin___int = ...
|
|
formatter: typing___Text = ...
|
|
varargs: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
accumulated : typing___Optional[builtin___bool] = None,
|
|
sessionid : typing___Optional[builtin___int] = None,
|
|
severity : typing___Optional[builtin___int] = None,
|
|
formatter : typing___Optional[typing___Text] = None,
|
|
varargs : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accumulated",b"accumulated",u"formatter",b"formatter",u"sessionid",b"sessionid",u"severity",b"severity",u"varargs",b"varargs"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accumulated",b"accumulated",u"formatter",b"formatter",u"sessionid",b"sessionid",u"severity",b"severity",u"varargs",b"varargs"]) -> None: ...
|
|
type___CMsgClientOGSReportString = CMsgClientOGSReportString
|
|
|
|
class CMsgClientOGSReportBug(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
sessionid: builtin___int = ...
|
|
bugtext: typing___Text = ...
|
|
screenshot: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
sessionid : typing___Optional[builtin___int] = None,
|
|
bugtext : typing___Optional[typing___Text] = None,
|
|
screenshot : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"bugtext",b"bugtext",u"screenshot",b"screenshot",u"sessionid",b"sessionid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"bugtext",b"bugtext",u"screenshot",b"screenshot",u"sessionid",b"sessionid"]) -> None: ...
|
|
type___CMsgClientOGSReportBug = CMsgClientOGSReportBug
|
|
|
|
class CMsgGSAssociateWithClan(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id_clan: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id_clan : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steam_id_clan",b"steam_id_clan"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steam_id_clan",b"steam_id_clan"]) -> None: ...
|
|
type___CMsgGSAssociateWithClan = CMsgGSAssociateWithClan
|
|
|
|
class CMsgGSAssociateWithClanResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id_clan: builtin___int = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id_clan : typing___Optional[builtin___int] = None,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"steam_id_clan",b"steam_id_clan"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"steam_id_clan",b"steam_id_clan"]) -> None: ...
|
|
type___CMsgGSAssociateWithClanResponse = CMsgGSAssociateWithClanResponse
|
|
|
|
class CMsgGSComputeNewPlayerCompatibility(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id_candidate: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id_candidate : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steam_id_candidate",b"steam_id_candidate"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steam_id_candidate",b"steam_id_candidate"]) -> None: ...
|
|
type___CMsgGSComputeNewPlayerCompatibility = CMsgGSComputeNewPlayerCompatibility
|
|
|
|
class CMsgGSComputeNewPlayerCompatibilityResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id_candidate: builtin___int = ...
|
|
eresult: builtin___int = ...
|
|
is_clan_member: builtin___bool = ...
|
|
ct_dont_like_you: builtin___int = ...
|
|
ct_you_dont_like: builtin___int = ...
|
|
ct_clanmembers_dont_like_you: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id_candidate : typing___Optional[builtin___int] = None,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
is_clan_member : typing___Optional[builtin___bool] = None,
|
|
ct_dont_like_you : typing___Optional[builtin___int] = None,
|
|
ct_you_dont_like : typing___Optional[builtin___int] = None,
|
|
ct_clanmembers_dont_like_you : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"ct_clanmembers_dont_like_you",b"ct_clanmembers_dont_like_you",u"ct_dont_like_you",b"ct_dont_like_you",u"ct_you_dont_like",b"ct_you_dont_like",u"eresult",b"eresult",u"is_clan_member",b"is_clan_member",u"steam_id_candidate",b"steam_id_candidate"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"ct_clanmembers_dont_like_you",b"ct_clanmembers_dont_like_you",u"ct_dont_like_you",b"ct_dont_like_you",u"ct_you_dont_like",b"ct_you_dont_like",u"eresult",b"eresult",u"is_clan_member",b"is_clan_member",u"steam_id_candidate",b"steam_id_candidate"]) -> None: ...
|
|
type___CMsgGSComputeNewPlayerCompatibilityResponse = CMsgGSComputeNewPlayerCompatibilityResponse
|
|
|
|
class CMsgClientSentLogs(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgClientSentLogs = CMsgClientSentLogs
|
|
|
|
class CMsgGCClient(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
msgtype: builtin___int = ...
|
|
payload: builtin___bytes = ...
|
|
steamid: builtin___int = ...
|
|
gcname: typing___Text = ...
|
|
ip: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
msgtype : typing___Optional[builtin___int] = None,
|
|
payload : typing___Optional[builtin___bytes] = None,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
gcname : typing___Optional[typing___Text] = None,
|
|
ip : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"gcname",b"gcname",u"ip",b"ip",u"msgtype",b"msgtype",u"payload",b"payload",u"steamid",b"steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"gcname",b"gcname",u"ip",b"ip",u"msgtype",b"msgtype",u"payload",b"payload",u"steamid",b"steamid"]) -> None: ...
|
|
type___CMsgGCClient = CMsgGCClient
|
|
|
|
class CMsgClientRequestFreeLicense(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appids",b"appids"]) -> None: ...
|
|
type___CMsgClientRequestFreeLicense = CMsgClientRequestFreeLicense
|
|
|
|
class CMsgClientRequestFreeLicenseResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
granted_packageids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
granted_appids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
granted_packageids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
granted_appids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"granted_appids",b"granted_appids",u"granted_packageids",b"granted_packageids"]) -> None: ...
|
|
type___CMsgClientRequestFreeLicenseResponse = CMsgClientRequestFreeLicenseResponse
|
|
|
|
class CMsgDRMDownloadRequestWithCrashData(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
download_flags: builtin___int = ...
|
|
download_types_known: builtin___int = ...
|
|
guid_drm: builtin___bytes = ...
|
|
guid_split: builtin___bytes = ...
|
|
guid_merge: builtin___bytes = ...
|
|
module_name: typing___Text = ...
|
|
module_path: typing___Text = ...
|
|
crash_data: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
download_flags : typing___Optional[builtin___int] = None,
|
|
download_types_known : typing___Optional[builtin___int] = None,
|
|
guid_drm : typing___Optional[builtin___bytes] = None,
|
|
guid_split : typing___Optional[builtin___bytes] = None,
|
|
guid_merge : typing___Optional[builtin___bytes] = None,
|
|
module_name : typing___Optional[typing___Text] = None,
|
|
module_path : typing___Optional[typing___Text] = None,
|
|
crash_data : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"crash_data",b"crash_data",u"download_flags",b"download_flags",u"download_types_known",b"download_types_known",u"guid_drm",b"guid_drm",u"guid_merge",b"guid_merge",u"guid_split",b"guid_split",u"module_name",b"module_name",u"module_path",b"module_path"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"crash_data",b"crash_data",u"download_flags",b"download_flags",u"download_types_known",b"download_types_known",u"guid_drm",b"guid_drm",u"guid_merge",b"guid_merge",u"guid_split",b"guid_split",u"module_name",b"module_name",u"module_path",b"module_path"]) -> None: ...
|
|
type___CMsgDRMDownloadRequestWithCrashData = CMsgDRMDownloadRequestWithCrashData
|
|
|
|
class CMsgDRMDownloadResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
app_id: builtin___int = ...
|
|
blob_download_type: builtin___int = ...
|
|
merge_guid: builtin___bytes = ...
|
|
download_file_dfs_ip: builtin___int = ...
|
|
download_file_dfs_port: builtin___int = ...
|
|
download_file_url: typing___Text = ...
|
|
module_path: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
blob_download_type : typing___Optional[builtin___int] = None,
|
|
merge_guid : typing___Optional[builtin___bytes] = None,
|
|
download_file_dfs_ip : typing___Optional[builtin___int] = None,
|
|
download_file_dfs_port : typing___Optional[builtin___int] = None,
|
|
download_file_url : typing___Optional[typing___Text] = None,
|
|
module_path : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"blob_download_type",b"blob_download_type",u"download_file_dfs_ip",b"download_file_dfs_ip",u"download_file_dfs_port",b"download_file_dfs_port",u"download_file_url",b"download_file_url",u"eresult",b"eresult",u"merge_guid",b"merge_guid",u"module_path",b"module_path"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"blob_download_type",b"blob_download_type",u"download_file_dfs_ip",b"download_file_dfs_ip",u"download_file_dfs_port",b"download_file_dfs_port",u"download_file_url",b"download_file_url",u"eresult",b"eresult",u"merge_guid",b"merge_guid",u"module_path",b"module_path"]) -> None: ...
|
|
type___CMsgDRMDownloadResponse = CMsgDRMDownloadResponse
|
|
|
|
class CMsgDRMFinalResult(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eResult: builtin___int = ...
|
|
app_id: builtin___int = ...
|
|
blob_download_type: builtin___int = ...
|
|
error_detail: builtin___int = ...
|
|
merge_guid: builtin___bytes = ...
|
|
download_file_dfs_ip: builtin___int = ...
|
|
download_file_dfs_port: builtin___int = ...
|
|
download_file_url: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eResult : typing___Optional[builtin___int] = None,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
blob_download_type : typing___Optional[builtin___int] = None,
|
|
error_detail : typing___Optional[builtin___int] = None,
|
|
merge_guid : typing___Optional[builtin___bytes] = None,
|
|
download_file_dfs_ip : typing___Optional[builtin___int] = None,
|
|
download_file_dfs_port : typing___Optional[builtin___int] = None,
|
|
download_file_url : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"blob_download_type",b"blob_download_type",u"download_file_dfs_ip",b"download_file_dfs_ip",u"download_file_dfs_port",b"download_file_dfs_port",u"download_file_url",b"download_file_url",u"eResult",b"eResult",u"error_detail",b"error_detail",u"merge_guid",b"merge_guid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"blob_download_type",b"blob_download_type",u"download_file_dfs_ip",b"download_file_dfs_ip",u"download_file_dfs_port",b"download_file_dfs_port",u"download_file_url",b"download_file_url",u"eResult",b"eResult",u"error_detail",b"error_detail",u"merge_guid",b"merge_guid"]) -> None: ...
|
|
type___CMsgDRMFinalResult = CMsgDRMFinalResult
|
|
|
|
class CMsgClientDPCheckSpecialSurvey(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
survey_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
survey_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"survey_id",b"survey_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"survey_id",b"survey_id"]) -> None: ...
|
|
type___CMsgClientDPCheckSpecialSurvey = CMsgClientDPCheckSpecialSurvey
|
|
|
|
class CMsgClientDPCheckSpecialSurveyResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eResult: builtin___int = ...
|
|
state: builtin___int = ...
|
|
name: typing___Text = ...
|
|
custom_url: typing___Text = ...
|
|
include_software: builtin___bool = ...
|
|
token: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eResult : typing___Optional[builtin___int] = None,
|
|
state : typing___Optional[builtin___int] = None,
|
|
name : typing___Optional[typing___Text] = None,
|
|
custom_url : typing___Optional[typing___Text] = None,
|
|
include_software : typing___Optional[builtin___bool] = None,
|
|
token : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"custom_url",b"custom_url",u"eResult",b"eResult",u"include_software",b"include_software",u"name",b"name",u"state",b"state",u"token",b"token"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"custom_url",b"custom_url",u"eResult",b"eResult",u"include_software",b"include_software",u"name",b"name",u"state",b"state",u"token",b"token"]) -> None: ...
|
|
type___CMsgClientDPCheckSpecialSurveyResponse = CMsgClientDPCheckSpecialSurveyResponse
|
|
|
|
class CMsgClientDPSendSpecialSurveyResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
survey_id: builtin___int = ...
|
|
data: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
survey_id : typing___Optional[builtin___int] = None,
|
|
data : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"data",b"data",u"survey_id",b"survey_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"data",b"data",u"survey_id",b"survey_id"]) -> None: ...
|
|
type___CMsgClientDPSendSpecialSurveyResponse = CMsgClientDPSendSpecialSurveyResponse
|
|
|
|
class CMsgClientDPSendSpecialSurveyResponseReply(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eResult: builtin___int = ...
|
|
token: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eResult : typing___Optional[builtin___int] = None,
|
|
token : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eResult",b"eResult",u"token",b"token"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eResult",b"eResult",u"token",b"token"]) -> None: ...
|
|
type___CMsgClientDPSendSpecialSurveyResponseReply = CMsgClientDPSendSpecialSurveyResponseReply
|
|
|
|
class CMsgClientRequestForgottenPasswordEmail(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
account_name: typing___Text = ...
|
|
password_tried: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
account_name : typing___Optional[typing___Text] = None,
|
|
password_tried : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"account_name",b"account_name",u"password_tried",b"password_tried"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"account_name",b"account_name",u"password_tried",b"password_tried"]) -> None: ...
|
|
type___CMsgClientRequestForgottenPasswordEmail = CMsgClientRequestForgottenPasswordEmail
|
|
|
|
class CMsgClientRequestForgottenPasswordEmailResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eResult: builtin___int = ...
|
|
use_secret_question: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eResult : typing___Optional[builtin___int] = None,
|
|
use_secret_question : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eResult",b"eResult",u"use_secret_question",b"use_secret_question"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eResult",b"eResult",u"use_secret_question",b"use_secret_question"]) -> None: ...
|
|
type___CMsgClientRequestForgottenPasswordEmailResponse = CMsgClientRequestForgottenPasswordEmailResponse
|
|
|
|
class CMsgClientItemAnnouncements(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class UnseenItem(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
context_id: builtin___int = ...
|
|
asset_id: builtin___int = ...
|
|
amount: builtin___int = ...
|
|
rtime32_gained: builtin___int = ...
|
|
source_appid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
context_id : typing___Optional[builtin___int] = None,
|
|
asset_id : typing___Optional[builtin___int] = None,
|
|
amount : typing___Optional[builtin___int] = None,
|
|
rtime32_gained : typing___Optional[builtin___int] = None,
|
|
source_appid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"amount",b"amount",u"appid",b"appid",u"asset_id",b"asset_id",u"context_id",b"context_id",u"rtime32_gained",b"rtime32_gained",u"source_appid",b"source_appid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"amount",b"amount",u"appid",b"appid",u"asset_id",b"asset_id",u"context_id",b"context_id",u"rtime32_gained",b"rtime32_gained",u"source_appid",b"source_appid"]) -> None: ...
|
|
type___UnseenItem = UnseenItem
|
|
|
|
count_new_items: builtin___int = ...
|
|
|
|
@property
|
|
def unseen_items(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientItemAnnouncements.UnseenItem]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
count_new_items : typing___Optional[builtin___int] = None,
|
|
unseen_items : typing___Optional[typing___Iterable[type___CMsgClientItemAnnouncements.UnseenItem]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"count_new_items",b"count_new_items"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"count_new_items",b"count_new_items",u"unseen_items",b"unseen_items"]) -> None: ...
|
|
type___CMsgClientItemAnnouncements = CMsgClientItemAnnouncements
|
|
|
|
class CMsgClientRequestItemAnnouncements(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgClientRequestItemAnnouncements = CMsgClientRequestItemAnnouncements
|
|
|
|
class CMsgClientUserNotifications(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Notification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
user_notification_type: builtin___int = ...
|
|
count: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
user_notification_type : typing___Optional[builtin___int] = None,
|
|
count : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"count",b"count",u"user_notification_type",b"user_notification_type"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"count",b"count",u"user_notification_type",b"user_notification_type"]) -> None: ...
|
|
type___Notification = Notification
|
|
|
|
|
|
@property
|
|
def notifications(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUserNotifications.Notification]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
notifications : typing___Optional[typing___Iterable[type___CMsgClientUserNotifications.Notification]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"notifications",b"notifications"]) -> None: ...
|
|
type___CMsgClientUserNotifications = CMsgClientUserNotifications
|
|
|
|
class CMsgClientCommentNotifications(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
count_new_comments: builtin___int = ...
|
|
count_new_comments_owner: builtin___int = ...
|
|
count_new_comments_subscriptions: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
count_new_comments : typing___Optional[builtin___int] = None,
|
|
count_new_comments_owner : typing___Optional[builtin___int] = None,
|
|
count_new_comments_subscriptions : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"count_new_comments",b"count_new_comments",u"count_new_comments_owner",b"count_new_comments_owner",u"count_new_comments_subscriptions",b"count_new_comments_subscriptions"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"count_new_comments",b"count_new_comments",u"count_new_comments_owner",b"count_new_comments_owner",u"count_new_comments_subscriptions",b"count_new_comments_subscriptions"]) -> None: ...
|
|
type___CMsgClientCommentNotifications = CMsgClientCommentNotifications
|
|
|
|
class CMsgClientRequestCommentNotifications(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgClientRequestCommentNotifications = CMsgClientRequestCommentNotifications
|
|
|
|
class CMsgClientOfflineMessageNotification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
offline_messages: builtin___int = ...
|
|
friends_with_offline_messages: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
offline_messages : typing___Optional[builtin___int] = None,
|
|
friends_with_offline_messages : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"offline_messages",b"offline_messages"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"friends_with_offline_messages",b"friends_with_offline_messages",u"offline_messages",b"offline_messages"]) -> None: ...
|
|
type___CMsgClientOfflineMessageNotification = CMsgClientOfflineMessageNotification
|
|
|
|
class CMsgClientRequestOfflineMessageCount(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgClientRequestOfflineMessageCount = CMsgClientRequestOfflineMessageCount
|
|
|
|
class CMsgClientChatGetFriendMessageHistory(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steamid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steamid",b"steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steamid",b"steamid"]) -> None: ...
|
|
type___CMsgClientChatGetFriendMessageHistory = CMsgClientChatGetFriendMessageHistory
|
|
|
|
class CMsgClientChatGetFriendMessageHistoryResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class FriendMessage(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
accountid: builtin___int = ...
|
|
timestamp: builtin___int = ...
|
|
message: typing___Text = ...
|
|
unread: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
accountid : typing___Optional[builtin___int] = None,
|
|
timestamp : typing___Optional[builtin___int] = None,
|
|
message : typing___Optional[typing___Text] = None,
|
|
unread : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"message",b"message",u"timestamp",b"timestamp",u"unread",b"unread"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"message",b"message",u"timestamp",b"timestamp",u"unread",b"unread"]) -> None: ...
|
|
type___FriendMessage = FriendMessage
|
|
|
|
steamid: builtin___int = ...
|
|
success: builtin___int = ...
|
|
|
|
@property
|
|
def messages(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientChatGetFriendMessageHistoryResponse.FriendMessage]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steamid : typing___Optional[builtin___int] = None,
|
|
success : typing___Optional[builtin___int] = None,
|
|
messages : typing___Optional[typing___Iterable[type___CMsgClientChatGetFriendMessageHistoryResponse.FriendMessage]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steamid",b"steamid",u"success",b"success"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"messages",b"messages",u"steamid",b"steamid",u"success",b"success"]) -> None: ...
|
|
type___CMsgClientChatGetFriendMessageHistoryResponse = CMsgClientChatGetFriendMessageHistoryResponse
|
|
|
|
class CMsgClientChatGetFriendMessageHistoryForOfflineMessages(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgClientChatGetFriendMessageHistoryForOfflineMessages = CMsgClientChatGetFriendMessageHistoryForOfflineMessages
|
|
|
|
class CMsgClientFSGetFriendsSteamLevels(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
accountids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
accountids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accountids",b"accountids"]) -> None: ...
|
|
type___CMsgClientFSGetFriendsSteamLevels = CMsgClientFSGetFriendsSteamLevels
|
|
|
|
class CMsgClientFSGetFriendsSteamLevelsResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Friend(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
accountid: builtin___int = ...
|
|
level: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
accountid : typing___Optional[builtin___int] = None,
|
|
level : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"level",b"level"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"accountid",b"accountid",u"level",b"level"]) -> None: ...
|
|
type___Friend = Friend
|
|
|
|
|
|
@property
|
|
def friends(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientFSGetFriendsSteamLevelsResponse.Friend]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
friends : typing___Optional[typing___Iterable[type___CMsgClientFSGetFriendsSteamLevelsResponse.Friend]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"friends",b"friends"]) -> None: ...
|
|
type___CMsgClientFSGetFriendsSteamLevelsResponse = CMsgClientFSGetFriendsSteamLevelsResponse
|
|
|
|
class CMsgClientEmailAddrInfo(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
email_address: typing___Text = ...
|
|
email_is_validated: builtin___bool = ...
|
|
email_validation_changed: builtin___bool = ...
|
|
credential_change_requires_code: builtin___bool = ...
|
|
password_or_secretqa_change_requires_code: builtin___bool = ...
|
|
remind_user_about_email: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
email_address : typing___Optional[typing___Text] = None,
|
|
email_is_validated : typing___Optional[builtin___bool] = None,
|
|
email_validation_changed : typing___Optional[builtin___bool] = None,
|
|
credential_change_requires_code : typing___Optional[builtin___bool] = None,
|
|
password_or_secretqa_change_requires_code : typing___Optional[builtin___bool] = None,
|
|
remind_user_about_email : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"credential_change_requires_code",b"credential_change_requires_code",u"email_address",b"email_address",u"email_is_validated",b"email_is_validated",u"email_validation_changed",b"email_validation_changed",u"password_or_secretqa_change_requires_code",b"password_or_secretqa_change_requires_code",u"remind_user_about_email",b"remind_user_about_email"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"credential_change_requires_code",b"credential_change_requires_code",u"email_address",b"email_address",u"email_is_validated",b"email_is_validated",u"email_validation_changed",b"email_validation_changed",u"password_or_secretqa_change_requires_code",b"password_or_secretqa_change_requires_code",u"remind_user_about_email",b"remind_user_about_email"]) -> None: ...
|
|
type___CMsgClientEmailAddrInfo = CMsgClientEmailAddrInfo
|
|
|
|
class CMsgCREItemVoteSummary(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class PublishedFileId(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> None: ...
|
|
type___PublishedFileId = PublishedFileId
|
|
|
|
|
|
@property
|
|
def published_file_ids(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgCREItemVoteSummary.PublishedFileId]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_ids : typing___Optional[typing___Iterable[type___CMsgCREItemVoteSummary.PublishedFileId]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_ids",b"published_file_ids"]) -> None: ...
|
|
type___CMsgCREItemVoteSummary = CMsgCREItemVoteSummary
|
|
|
|
class CMsgCREItemVoteSummaryResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class ItemVoteSummary(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
votes_for: builtin___int = ...
|
|
votes_against: builtin___int = ...
|
|
reports: builtin___int = ...
|
|
score: builtin___float = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
votes_for : typing___Optional[builtin___int] = None,
|
|
votes_against : typing___Optional[builtin___int] = None,
|
|
reports : typing___Optional[builtin___int] = None,
|
|
score : typing___Optional[builtin___float] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"reports",b"reports",u"score",b"score",u"votes_against",b"votes_against",u"votes_for",b"votes_for"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"reports",b"reports",u"score",b"score",u"votes_against",b"votes_against",u"votes_for",b"votes_for"]) -> None: ...
|
|
type___ItemVoteSummary = ItemVoteSummary
|
|
|
|
eresult: builtin___int = ...
|
|
|
|
@property
|
|
def item_vote_summaries(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgCREItemVoteSummaryResponse.ItemVoteSummary]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
item_vote_summaries : typing___Optional[typing___Iterable[type___CMsgCREItemVoteSummaryResponse.ItemVoteSummary]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"item_vote_summaries",b"item_vote_summaries"]) -> None: ...
|
|
type___CMsgCREItemVoteSummaryResponse = CMsgCREItemVoteSummaryResponse
|
|
|
|
class CMsgCREUpdateUserPublishedItemVote(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
vote_up: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
vote_up : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"vote_up",b"vote_up"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"vote_up",b"vote_up"]) -> None: ...
|
|
type___CMsgCREUpdateUserPublishedItemVote = CMsgCREUpdateUserPublishedItemVote
|
|
|
|
class CMsgCREUpdateUserPublishedItemVoteResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgCREUpdateUserPublishedItemVoteResponse = CMsgCREUpdateUserPublishedItemVoteResponse
|
|
|
|
class CMsgCREGetUserPublishedItemVoteDetails(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class PublishedFileId(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id"]) -> None: ...
|
|
type___PublishedFileId = PublishedFileId
|
|
|
|
|
|
@property
|
|
def published_file_ids(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgCREGetUserPublishedItemVoteDetails.PublishedFileId]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_ids : typing___Optional[typing___Iterable[type___CMsgCREGetUserPublishedItemVoteDetails.PublishedFileId]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_ids",b"published_file_ids"]) -> None: ...
|
|
type___CMsgCREGetUserPublishedItemVoteDetails = CMsgCREGetUserPublishedItemVoteDetails
|
|
|
|
class CMsgCREGetUserPublishedItemVoteDetailsResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class UserItemVoteDetail(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
published_file_id: builtin___int = ...
|
|
vote: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
published_file_id : typing___Optional[builtin___int] = None,
|
|
vote : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"vote",b"vote"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"published_file_id",b"published_file_id",u"vote",b"vote"]) -> None: ...
|
|
type___UserItemVoteDetail = UserItemVoteDetail
|
|
|
|
eresult: builtin___int = ...
|
|
|
|
@property
|
|
def user_item_vote_details(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgCREGetUserPublishedItemVoteDetailsResponse.UserItemVoteDetail]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
user_item_vote_details : typing___Optional[typing___Iterable[type___CMsgCREGetUserPublishedItemVoteDetailsResponse.UserItemVoteDetail]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"user_item_vote_details",b"user_item_vote_details"]) -> None: ...
|
|
type___CMsgCREGetUserPublishedItemVoteDetailsResponse = CMsgCREGetUserPublishedItemVoteDetailsResponse
|
|
|
|
class CMsgGameServerPingSample(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class Sample(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
ip: builtin___int = ...
|
|
avg_ping_ms: builtin___int = ...
|
|
stddev_ping_ms_x10: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
ip : typing___Optional[builtin___int] = None,
|
|
avg_ping_ms : typing___Optional[builtin___int] = None,
|
|
stddev_ping_ms_x10 : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"avg_ping_ms",b"avg_ping_ms",u"ip",b"ip",u"stddev_ping_ms_x10",b"stddev_ping_ms_x10"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"avg_ping_ms",b"avg_ping_ms",u"ip",b"ip",u"stddev_ping_ms_x10",b"stddev_ping_ms_x10"]) -> None: ...
|
|
type___Sample = Sample
|
|
|
|
my_ip: builtin___int = ...
|
|
gs_app_id: builtin___int = ...
|
|
|
|
@property
|
|
def gs_samples(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgGameServerPingSample.Sample]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
my_ip : typing___Optional[builtin___int] = None,
|
|
gs_app_id : typing___Optional[builtin___int] = None,
|
|
gs_samples : typing___Optional[typing___Iterable[type___CMsgGameServerPingSample.Sample]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"gs_app_id",b"gs_app_id",u"my_ip",b"my_ip"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"gs_app_id",b"gs_app_id",u"gs_samples",b"gs_samples",u"my_ip",b"my_ip"]) -> None: ...
|
|
type___CMsgGameServerPingSample = CMsgGameServerPingSample
|
|
|
|
class CMsgFSGetFollowerCount(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steam_id",b"steam_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steam_id",b"steam_id"]) -> None: ...
|
|
type___CMsgFSGetFollowerCount = CMsgFSGetFollowerCount
|
|
|
|
class CMsgFSGetFollowerCountResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
count: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
count : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"count",b"count",u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"count",b"count",u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgFSGetFollowerCountResponse = CMsgFSGetFollowerCountResponse
|
|
|
|
class CMsgFSGetIsFollowing(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
steam_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
steam_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"steam_id",b"steam_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"steam_id",b"steam_id"]) -> None: ...
|
|
type___CMsgFSGetIsFollowing = CMsgFSGetIsFollowing
|
|
|
|
class CMsgFSGetIsFollowingResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
is_following: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
is_following : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"is_following",b"is_following"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"is_following",b"is_following"]) -> None: ...
|
|
type___CMsgFSGetIsFollowingResponse = CMsgFSGetIsFollowingResponse
|
|
|
|
class CMsgFSEnumerateFollowingList(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
start_index: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
start_index : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"start_index",b"start_index"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"start_index",b"start_index"]) -> None: ...
|
|
type___CMsgFSEnumerateFollowingList = CMsgFSEnumerateFollowingList
|
|
|
|
class CMsgFSEnumerateFollowingListResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
total_results: builtin___int = ...
|
|
steam_ids: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
total_results : typing___Optional[builtin___int] = None,
|
|
steam_ids : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"total_results",b"total_results"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"steam_ids",b"steam_ids",u"total_results",b"total_results"]) -> None: ...
|
|
type___CMsgFSEnumerateFollowingListResponse = CMsgFSEnumerateFollowingListResponse
|
|
|
|
class CMsgDPGetNumberOfCurrentPlayers(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid"]) -> None: ...
|
|
type___CMsgDPGetNumberOfCurrentPlayers = CMsgDPGetNumberOfCurrentPlayers
|
|
|
|
class CMsgDPGetNumberOfCurrentPlayersResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
player_count: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
player_count : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"player_count",b"player_count"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"player_count",b"player_count"]) -> None: ...
|
|
type___CMsgDPGetNumberOfCurrentPlayersResponse = CMsgDPGetNumberOfCurrentPlayersResponse
|
|
|
|
class CMsgClientFriendUserStatusPublished(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
friend_steamid: builtin___int = ...
|
|
appid: builtin___int = ...
|
|
status_text: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
friend_steamid : typing___Optional[builtin___int] = None,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
status_text : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"friend_steamid",b"friend_steamid",u"status_text",b"status_text"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"friend_steamid",b"friend_steamid",u"status_text",b"status_text"]) -> None: ...
|
|
type___CMsgClientFriendUserStatusPublished = CMsgClientFriendUserStatusPublished
|
|
|
|
class CMsgClientServiceMethodLegacy(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
method_name: typing___Text = ...
|
|
serialized_method: builtin___bytes = ...
|
|
is_notification: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
method_name : typing___Optional[typing___Text] = None,
|
|
serialized_method : typing___Optional[builtin___bytes] = None,
|
|
is_notification : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"is_notification",b"is_notification",u"method_name",b"method_name",u"serialized_method",b"serialized_method"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"is_notification",b"is_notification",u"method_name",b"method_name",u"serialized_method",b"serialized_method"]) -> None: ...
|
|
type___CMsgClientServiceMethodLegacy = CMsgClientServiceMethodLegacy
|
|
|
|
class CMsgClientServiceMethodLegacyResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
method_name: typing___Text = ...
|
|
serialized_method_response: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
method_name : typing___Optional[typing___Text] = None,
|
|
serialized_method_response : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"method_name",b"method_name",u"serialized_method_response",b"serialized_method_response"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"method_name",b"method_name",u"serialized_method_response",b"serialized_method_response"]) -> None: ...
|
|
type___CMsgClientServiceMethodLegacyResponse = CMsgClientServiceMethodLegacyResponse
|
|
|
|
class CMsgClientUIMode(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
uimode: builtin___int = ...
|
|
chat_mode: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
uimode : typing___Optional[builtin___int] = None,
|
|
chat_mode : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chat_mode",b"chat_mode",u"uimode",b"uimode"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chat_mode",b"chat_mode",u"uimode",b"uimode"]) -> None: ...
|
|
type___CMsgClientUIMode = CMsgClientUIMode
|
|
|
|
class CMsgClientVanityURLChangedNotification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
vanity_url: typing___Text = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
vanity_url : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"vanity_url",b"vanity_url"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"vanity_url",b"vanity_url"]) -> None: ...
|
|
type___CMsgClientVanityURLChangedNotification = CMsgClientVanityURLChangedNotification
|
|
|
|
class CMsgClientAuthorizeLocalDeviceRequest(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
device_description: typing___Text = ...
|
|
owner_account_id: builtin___int = ...
|
|
local_device_token: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
device_description : typing___Optional[typing___Text] = None,
|
|
owner_account_id : typing___Optional[builtin___int] = None,
|
|
local_device_token : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"device_description",b"device_description",u"local_device_token",b"local_device_token",u"owner_account_id",b"owner_account_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"device_description",b"device_description",u"local_device_token",b"local_device_token",u"owner_account_id",b"owner_account_id"]) -> None: ...
|
|
type___CMsgClientAuthorizeLocalDeviceRequest = CMsgClientAuthorizeLocalDeviceRequest
|
|
|
|
class CMsgClientAuthorizeLocalDevice(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
owner_account_id: builtin___int = ...
|
|
authed_device_token: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
owner_account_id : typing___Optional[builtin___int] = None,
|
|
authed_device_token : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"authed_device_token",b"authed_device_token",u"eresult",b"eresult",u"owner_account_id",b"owner_account_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"authed_device_token",b"authed_device_token",u"eresult",b"eresult",u"owner_account_id",b"owner_account_id"]) -> None: ...
|
|
type___CMsgClientAuthorizeLocalDevice = CMsgClientAuthorizeLocalDevice
|
|
|
|
class CMsgClientAuthorizeLocalDeviceNotification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
owner_account_id: builtin___int = ...
|
|
local_device_token: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
owner_account_id : typing___Optional[builtin___int] = None,
|
|
local_device_token : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"local_device_token",b"local_device_token",u"owner_account_id",b"owner_account_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult",u"local_device_token",b"local_device_token",u"owner_account_id",b"owner_account_id"]) -> None: ...
|
|
type___CMsgClientAuthorizeLocalDeviceNotification = CMsgClientAuthorizeLocalDeviceNotification
|
|
|
|
class CMsgClientDeauthorizeDeviceRequest(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
deauthorization_account_id: builtin___int = ...
|
|
deauthorization_device_token: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
deauthorization_account_id : typing___Optional[builtin___int] = None,
|
|
deauthorization_device_token : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"deauthorization_account_id",b"deauthorization_account_id",u"deauthorization_device_token",b"deauthorization_device_token"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"deauthorization_account_id",b"deauthorization_account_id",u"deauthorization_device_token",b"deauthorization_device_token"]) -> None: ...
|
|
type___CMsgClientDeauthorizeDeviceRequest = CMsgClientDeauthorizeDeviceRequest
|
|
|
|
class CMsgClientDeauthorizeDevice(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
deauthorization_account_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
deauthorization_account_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"deauthorization_account_id",b"deauthorization_account_id",u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"deauthorization_account_id",b"deauthorization_account_id",u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientDeauthorizeDevice = CMsgClientDeauthorizeDevice
|
|
|
|
class CMsgClientUseLocalDeviceAuthorizations(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class DeviceToken(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
owner_account_id: builtin___int = ...
|
|
token_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
owner_account_id : typing___Optional[builtin___int] = None,
|
|
token_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"owner_account_id",b"owner_account_id",u"token_id",b"token_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"owner_account_id",b"owner_account_id",u"token_id",b"token_id"]) -> None: ...
|
|
type___DeviceToken = DeviceToken
|
|
|
|
authorization_account_id: google___protobuf___internal___containers___RepeatedScalarFieldContainer[builtin___int] = ...
|
|
|
|
@property
|
|
def device_tokens(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientUseLocalDeviceAuthorizations.DeviceToken]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
authorization_account_id : typing___Optional[typing___Iterable[builtin___int]] = None,
|
|
device_tokens : typing___Optional[typing___Iterable[type___CMsgClientUseLocalDeviceAuthorizations.DeviceToken]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"authorization_account_id",b"authorization_account_id",u"device_tokens",b"device_tokens"]) -> None: ...
|
|
type___CMsgClientUseLocalDeviceAuthorizations = CMsgClientUseLocalDeviceAuthorizations
|
|
|
|
class CMsgClientGetAuthorizedDevices(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgClientGetAuthorizedDevices = CMsgClientGetAuthorizedDevices
|
|
|
|
class CMsgClientGetAuthorizedDevicesResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class AuthorizedDevice(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
auth_device_token: builtin___int = ...
|
|
device_name: typing___Text = ...
|
|
last_access_time: builtin___int = ...
|
|
borrower_id: builtin___int = ...
|
|
is_pending: builtin___bool = ...
|
|
app_played: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
auth_device_token : typing___Optional[builtin___int] = None,
|
|
device_name : typing___Optional[typing___Text] = None,
|
|
last_access_time : typing___Optional[builtin___int] = None,
|
|
borrower_id : typing___Optional[builtin___int] = None,
|
|
is_pending : typing___Optional[builtin___bool] = None,
|
|
app_played : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_played",b"app_played",u"auth_device_token",b"auth_device_token",u"borrower_id",b"borrower_id",u"device_name",b"device_name",u"is_pending",b"is_pending",u"last_access_time",b"last_access_time"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_played",b"app_played",u"auth_device_token",b"auth_device_token",u"borrower_id",b"borrower_id",u"device_name",b"device_name",u"is_pending",b"is_pending",u"last_access_time",b"last_access_time"]) -> None: ...
|
|
type___AuthorizedDevice = AuthorizedDevice
|
|
|
|
eresult: builtin___int = ...
|
|
|
|
@property
|
|
def authorized_device(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientGetAuthorizedDevicesResponse.AuthorizedDevice]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
authorized_device : typing___Optional[typing___Iterable[type___CMsgClientGetAuthorizedDevicesResponse.AuthorizedDevice]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"authorized_device",b"authorized_device",u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgClientGetAuthorizedDevicesResponse = CMsgClientGetAuthorizedDevicesResponse
|
|
|
|
class CMsgClientSharedLibraryLockStatus(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class LockedLibrary(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
owner_id: builtin___int = ...
|
|
locked_by: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
owner_id : typing___Optional[builtin___int] = None,
|
|
locked_by : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"locked_by",b"locked_by",u"owner_id",b"owner_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"locked_by",b"locked_by",u"owner_id",b"owner_id"]) -> None: ...
|
|
type___LockedLibrary = LockedLibrary
|
|
|
|
own_library_locked_by: builtin___int = ...
|
|
|
|
@property
|
|
def locked_library(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientSharedLibraryLockStatus.LockedLibrary]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
locked_library : typing___Optional[typing___Iterable[type___CMsgClientSharedLibraryLockStatus.LockedLibrary]] = None,
|
|
own_library_locked_by : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"own_library_locked_by",b"own_library_locked_by"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"locked_library",b"locked_library",u"own_library_locked_by",b"own_library_locked_by"]) -> None: ...
|
|
type___CMsgClientSharedLibraryLockStatus = CMsgClientSharedLibraryLockStatus
|
|
|
|
class CMsgClientSharedLibraryStopPlaying(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class StopApp(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
app_id: builtin___int = ...
|
|
owner_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
app_id : typing___Optional[builtin___int] = None,
|
|
owner_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"owner_id",b"owner_id"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"app_id",b"app_id",u"owner_id",b"owner_id"]) -> None: ...
|
|
type___StopApp = StopApp
|
|
|
|
seconds_left: builtin___int = ...
|
|
|
|
@property
|
|
def stop_apps(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___CMsgClientSharedLibraryStopPlaying.StopApp]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
seconds_left : typing___Optional[builtin___int] = None,
|
|
stop_apps : typing___Optional[typing___Iterable[type___CMsgClientSharedLibraryStopPlaying.StopApp]] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"seconds_left",b"seconds_left"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"seconds_left",b"seconds_left",u"stop_apps",b"stop_apps"]) -> None: ...
|
|
type___CMsgClientSharedLibraryStopPlaying = CMsgClientSharedLibraryStopPlaying
|
|
|
|
class CMsgClientServiceCall(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
sysid_routing: builtin___bytes = ...
|
|
call_handle: builtin___int = ...
|
|
module_crc: builtin___int = ...
|
|
module_hash: builtin___bytes = ...
|
|
function_id: builtin___int = ...
|
|
cub_output_max: builtin___int = ...
|
|
flags: builtin___int = ...
|
|
callparameter: builtin___bytes = ...
|
|
ping_only: builtin___bool = ...
|
|
max_outstanding_calls: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
sysid_routing : typing___Optional[builtin___bytes] = None,
|
|
call_handle : typing___Optional[builtin___int] = None,
|
|
module_crc : typing___Optional[builtin___int] = None,
|
|
module_hash : typing___Optional[builtin___bytes] = None,
|
|
function_id : typing___Optional[builtin___int] = None,
|
|
cub_output_max : typing___Optional[builtin___int] = None,
|
|
flags : typing___Optional[builtin___int] = None,
|
|
callparameter : typing___Optional[builtin___bytes] = None,
|
|
ping_only : typing___Optional[builtin___bool] = None,
|
|
max_outstanding_calls : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"call_handle",b"call_handle",u"callparameter",b"callparameter",u"cub_output_max",b"cub_output_max",u"flags",b"flags",u"function_id",b"function_id",u"max_outstanding_calls",b"max_outstanding_calls",u"module_crc",b"module_crc",u"module_hash",b"module_hash",u"ping_only",b"ping_only",u"sysid_routing",b"sysid_routing"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"call_handle",b"call_handle",u"callparameter",b"callparameter",u"cub_output_max",b"cub_output_max",u"flags",b"flags",u"function_id",b"function_id",u"max_outstanding_calls",b"max_outstanding_calls",u"module_crc",b"module_crc",u"module_hash",b"module_hash",u"ping_only",b"ping_only",u"sysid_routing",b"sysid_routing"]) -> None: ...
|
|
type___CMsgClientServiceCall = CMsgClientServiceCall
|
|
|
|
class CMsgClientServiceModule(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
module_crc: builtin___int = ...
|
|
module_hash: builtin___bytes = ...
|
|
module_content: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
module_crc : typing___Optional[builtin___int] = None,
|
|
module_hash : typing___Optional[builtin___bytes] = None,
|
|
module_content : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"module_content",b"module_content",u"module_crc",b"module_crc",u"module_hash",b"module_hash"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"module_content",b"module_content",u"module_crc",b"module_crc",u"module_hash",b"module_hash"]) -> None: ...
|
|
type___CMsgClientServiceModule = CMsgClientServiceModule
|
|
|
|
class CMsgClientServiceCallResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
sysid_routing: builtin___bytes = ...
|
|
call_handle: builtin___int = ...
|
|
module_crc: builtin___int = ...
|
|
module_hash: builtin___bytes = ...
|
|
ecallresult: builtin___int = ...
|
|
result_content: builtin___bytes = ...
|
|
os_version_info: builtin___bytes = ...
|
|
system_info: builtin___bytes = ...
|
|
load_address: builtin___int = ...
|
|
exception_record: builtin___bytes = ...
|
|
portable_os_version_info: builtin___bytes = ...
|
|
portable_system_info: builtin___bytes = ...
|
|
was_converted: builtin___bool = ...
|
|
internal_result: builtin___int = ...
|
|
current_count: builtin___int = ...
|
|
last_call_handle: builtin___int = ...
|
|
last_call_module_crc: builtin___int = ...
|
|
last_call_sysid_routing: builtin___bytes = ...
|
|
last_ecallresult: builtin___int = ...
|
|
last_callissue_delta: builtin___int = ...
|
|
last_callcomplete_delta: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
sysid_routing : typing___Optional[builtin___bytes] = None,
|
|
call_handle : typing___Optional[builtin___int] = None,
|
|
module_crc : typing___Optional[builtin___int] = None,
|
|
module_hash : typing___Optional[builtin___bytes] = None,
|
|
ecallresult : typing___Optional[builtin___int] = None,
|
|
result_content : typing___Optional[builtin___bytes] = None,
|
|
os_version_info : typing___Optional[builtin___bytes] = None,
|
|
system_info : typing___Optional[builtin___bytes] = None,
|
|
load_address : typing___Optional[builtin___int] = None,
|
|
exception_record : typing___Optional[builtin___bytes] = None,
|
|
portable_os_version_info : typing___Optional[builtin___bytes] = None,
|
|
portable_system_info : typing___Optional[builtin___bytes] = None,
|
|
was_converted : typing___Optional[builtin___bool] = None,
|
|
internal_result : typing___Optional[builtin___int] = None,
|
|
current_count : typing___Optional[builtin___int] = None,
|
|
last_call_handle : typing___Optional[builtin___int] = None,
|
|
last_call_module_crc : typing___Optional[builtin___int] = None,
|
|
last_call_sysid_routing : typing___Optional[builtin___bytes] = None,
|
|
last_ecallresult : typing___Optional[builtin___int] = None,
|
|
last_callissue_delta : typing___Optional[builtin___int] = None,
|
|
last_callcomplete_delta : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"call_handle",b"call_handle",u"current_count",b"current_count",u"ecallresult",b"ecallresult",u"exception_record",b"exception_record",u"internal_result",b"internal_result",u"last_call_handle",b"last_call_handle",u"last_call_module_crc",b"last_call_module_crc",u"last_call_sysid_routing",b"last_call_sysid_routing",u"last_callcomplete_delta",b"last_callcomplete_delta",u"last_callissue_delta",b"last_callissue_delta",u"last_ecallresult",b"last_ecallresult",u"load_address",b"load_address",u"module_crc",b"module_crc",u"module_hash",b"module_hash",u"os_version_info",b"os_version_info",u"portable_os_version_info",b"portable_os_version_info",u"portable_system_info",b"portable_system_info",u"result_content",b"result_content",u"sysid_routing",b"sysid_routing",u"system_info",b"system_info",u"was_converted",b"was_converted"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"call_handle",b"call_handle",u"current_count",b"current_count",u"ecallresult",b"ecallresult",u"exception_record",b"exception_record",u"internal_result",b"internal_result",u"last_call_handle",b"last_call_handle",u"last_call_module_crc",b"last_call_module_crc",u"last_call_sysid_routing",b"last_call_sysid_routing",u"last_callcomplete_delta",b"last_callcomplete_delta",u"last_callissue_delta",b"last_callissue_delta",u"last_ecallresult",b"last_ecallresult",u"load_address",b"load_address",u"module_crc",b"module_crc",u"module_hash",b"module_hash",u"os_version_info",b"os_version_info",u"portable_os_version_info",b"portable_os_version_info",u"portable_system_info",b"portable_system_info",u"result_content",b"result_content",u"sysid_routing",b"sysid_routing",u"system_info",b"system_info",u"was_converted",b"was_converted"]) -> None: ...
|
|
type___CMsgClientServiceCallResponse = CMsgClientServiceCallResponse
|
|
|
|
class CMsgAMUnlockStreaming(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgAMUnlockStreaming = CMsgAMUnlockStreaming
|
|
|
|
class CMsgAMUnlockStreamingResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
encryption_key: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
encryption_key : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"encryption_key",b"encryption_key",u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"encryption_key",b"encryption_key",u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgAMUnlockStreamingResponse = CMsgAMUnlockStreamingResponse
|
|
|
|
class CMsgAMUnlockHEVC(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
|
|
def __init__(self,
|
|
) -> None: ...
|
|
type___CMsgAMUnlockHEVC = CMsgAMUnlockHEVC
|
|
|
|
class CMsgAMUnlockHEVCResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
eresult: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"eresult",b"eresult"]) -> None: ...
|
|
type___CMsgAMUnlockHEVCResponse = CMsgAMUnlockHEVCResponse
|
|
|
|
class CMsgClientPlayingSessionState(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
playing_blocked: builtin___bool = ...
|
|
playing_app: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
playing_blocked : typing___Optional[builtin___bool] = None,
|
|
playing_app : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"playing_app",b"playing_app",u"playing_blocked",b"playing_blocked"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"playing_app",b"playing_app",u"playing_blocked",b"playing_blocked"]) -> None: ...
|
|
type___CMsgClientPlayingSessionState = CMsgClientPlayingSessionState
|
|
|
|
class CMsgClientKickPlayingSession(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
only_stop_game: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
only_stop_game : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"only_stop_game",b"only_stop_game"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"only_stop_game",b"only_stop_game"]) -> None: ...
|
|
type___CMsgClientKickPlayingSession = CMsgClientKickPlayingSession
|
|
|
|
class CMsgClientVoiceCallPreAuthorize(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
caller_steamid: builtin___int = ...
|
|
receiver_steamid: builtin___int = ...
|
|
caller_id: builtin___int = ...
|
|
hangup: builtin___bool = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
caller_steamid : typing___Optional[builtin___int] = None,
|
|
receiver_steamid : typing___Optional[builtin___int] = None,
|
|
caller_id : typing___Optional[builtin___int] = None,
|
|
hangup : typing___Optional[builtin___bool] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"caller_id",b"caller_id",u"caller_steamid",b"caller_steamid",u"hangup",b"hangup",u"receiver_steamid",b"receiver_steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"caller_id",b"caller_id",u"caller_steamid",b"caller_steamid",u"hangup",b"hangup",u"receiver_steamid",b"receiver_steamid"]) -> None: ...
|
|
type___CMsgClientVoiceCallPreAuthorize = CMsgClientVoiceCallPreAuthorize
|
|
|
|
class CMsgClientVoiceCallPreAuthorizeResponse(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
caller_steamid: builtin___int = ...
|
|
receiver_steamid: builtin___int = ...
|
|
eresult: builtin___int = ...
|
|
caller_id: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
caller_steamid : typing___Optional[builtin___int] = None,
|
|
receiver_steamid : typing___Optional[builtin___int] = None,
|
|
eresult : typing___Optional[builtin___int] = None,
|
|
caller_id : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"caller_id",b"caller_id",u"caller_steamid",b"caller_steamid",u"eresult",b"eresult",u"receiver_steamid",b"receiver_steamid"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"caller_id",b"caller_id",u"caller_steamid",b"caller_steamid",u"eresult",b"eresult",u"receiver_steamid",b"receiver_steamid"]) -> None: ...
|
|
type___CMsgClientVoiceCallPreAuthorizeResponse = CMsgClientVoiceCallPreAuthorizeResponse
|
|
|
|
class CMsgBadgeCraftedNotification(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
appid: builtin___int = ...
|
|
badge_level: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
appid : typing___Optional[builtin___int] = None,
|
|
badge_level : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"badge_level",b"badge_level"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"appid",b"appid",u"badge_level",b"badge_level"]) -> None: ...
|
|
type___CMsgBadgeCraftedNotification = CMsgBadgeCraftedNotification
|
|
|