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.
194 lines
11 KiB
194 lines
11 KiB
# @generated by generate_proto_mypy_stubs.py. Do not edit!
|
|
import sys
|
|
from google.protobuf.descriptor import (
|
|
Descriptor as google___protobuf___descriptor___Descriptor,
|
|
EnumDescriptor as google___protobuf___descriptor___EnumDescriptor,
|
|
FileDescriptor as google___protobuf___descriptor___FileDescriptor,
|
|
)
|
|
|
|
from google.protobuf.internal.containers import (
|
|
RepeatedCompositeFieldContainer as google___protobuf___internal___containers___RepeatedCompositeFieldContainer,
|
|
)
|
|
|
|
from google.protobuf.internal.enum_type_wrapper import (
|
|
_EnumTypeWrapper as google___protobuf___internal___enum_type_wrapper____EnumTypeWrapper,
|
|
)
|
|
|
|
from google.protobuf.message import (
|
|
Message as google___protobuf___message___Message,
|
|
)
|
|
|
|
from typing import (
|
|
Iterable as typing___Iterable,
|
|
NewType as typing___NewType,
|
|
Optional as typing___Optional,
|
|
Text as typing___Text,
|
|
cast as typing___cast,
|
|
)
|
|
|
|
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 = ...
|
|
|
|
EContentDeltaChunkDataLocationValue = typing___NewType('EContentDeltaChunkDataLocationValue', builtin___int)
|
|
type___EContentDeltaChunkDataLocationValue = EContentDeltaChunkDataLocationValue
|
|
EContentDeltaChunkDataLocation: _EContentDeltaChunkDataLocation
|
|
class _EContentDeltaChunkDataLocation(google___protobuf___internal___enum_type_wrapper____EnumTypeWrapper[EContentDeltaChunkDataLocationValue]):
|
|
DESCRIPTOR: google___protobuf___descriptor___EnumDescriptor = ...
|
|
k_EContentDeltaChunkDataLocationInProtobuf = typing___cast(EContentDeltaChunkDataLocationValue, 0)
|
|
k_EContentDeltaChunkDataLocationAfterProtobuf = typing___cast(EContentDeltaChunkDataLocationValue, 1)
|
|
k_EContentDeltaChunkDataLocationInProtobuf = typing___cast(EContentDeltaChunkDataLocationValue, 0)
|
|
k_EContentDeltaChunkDataLocationAfterProtobuf = typing___cast(EContentDeltaChunkDataLocationValue, 1)
|
|
type___EContentDeltaChunkDataLocation = EContentDeltaChunkDataLocation
|
|
|
|
class ContentManifestPayload(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class FileMapping(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class ChunkData(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
sha: builtin___bytes = ...
|
|
crc: builtin___int = ...
|
|
offset: builtin___int = ...
|
|
cb_original: builtin___int = ...
|
|
cb_compressed: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
sha : typing___Optional[builtin___bytes] = None,
|
|
crc : typing___Optional[builtin___int] = None,
|
|
offset : typing___Optional[builtin___int] = None,
|
|
cb_original : typing___Optional[builtin___int] = None,
|
|
cb_compressed : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"cb_compressed",b"cb_compressed",u"cb_original",b"cb_original",u"crc",b"crc",u"offset",b"offset",u"sha",b"sha"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"cb_compressed",b"cb_compressed",u"cb_original",b"cb_original",u"crc",b"crc",u"offset",b"offset",u"sha",b"sha"]) -> None: ...
|
|
type___ChunkData = ChunkData
|
|
|
|
filename: typing___Text = ...
|
|
size: builtin___int = ...
|
|
flags: builtin___int = ...
|
|
sha_filename: builtin___bytes = ...
|
|
sha_content: builtin___bytes = ...
|
|
linktarget: typing___Text = ...
|
|
|
|
@property
|
|
def chunks(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___ContentManifestPayload.FileMapping.ChunkData]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
filename : typing___Optional[typing___Text] = None,
|
|
size : typing___Optional[builtin___int] = None,
|
|
flags : typing___Optional[builtin___int] = None,
|
|
sha_filename : typing___Optional[builtin___bytes] = None,
|
|
sha_content : typing___Optional[builtin___bytes] = None,
|
|
chunks : typing___Optional[typing___Iterable[type___ContentManifestPayload.FileMapping.ChunkData]] = None,
|
|
linktarget : typing___Optional[typing___Text] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"filename",b"filename",u"flags",b"flags",u"linktarget",b"linktarget",u"sha_content",b"sha_content",u"sha_filename",b"sha_filename",u"size",b"size"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chunks",b"chunks",u"filename",b"filename",u"flags",b"flags",u"linktarget",b"linktarget",u"sha_content",b"sha_content",u"sha_filename",b"sha_filename",u"size",b"size"]) -> None: ...
|
|
type___FileMapping = FileMapping
|
|
|
|
|
|
@property
|
|
def mappings(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___ContentManifestPayload.FileMapping]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
mappings : typing___Optional[typing___Iterable[type___ContentManifestPayload.FileMapping]] = None,
|
|
) -> None: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"mappings",b"mappings"]) -> None: ...
|
|
type___ContentManifestPayload = ContentManifestPayload
|
|
|
|
class ContentManifestMetadata(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
depot_id: builtin___int = ...
|
|
gid_manifest: builtin___int = ...
|
|
creation_time: builtin___int = ...
|
|
filenames_encrypted: builtin___bool = ...
|
|
cb_disk_original: builtin___int = ...
|
|
cb_disk_compressed: builtin___int = ...
|
|
unique_chunks: builtin___int = ...
|
|
crc_encrypted: builtin___int = ...
|
|
crc_clear: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
depot_id : typing___Optional[builtin___int] = None,
|
|
gid_manifest : typing___Optional[builtin___int] = None,
|
|
creation_time : typing___Optional[builtin___int] = None,
|
|
filenames_encrypted : typing___Optional[builtin___bool] = None,
|
|
cb_disk_original : typing___Optional[builtin___int] = None,
|
|
cb_disk_compressed : typing___Optional[builtin___int] = None,
|
|
unique_chunks : typing___Optional[builtin___int] = None,
|
|
crc_encrypted : typing___Optional[builtin___int] = None,
|
|
crc_clear : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"cb_disk_compressed",b"cb_disk_compressed",u"cb_disk_original",b"cb_disk_original",u"crc_clear",b"crc_clear",u"crc_encrypted",b"crc_encrypted",u"creation_time",b"creation_time",u"depot_id",b"depot_id",u"filenames_encrypted",b"filenames_encrypted",u"gid_manifest",b"gid_manifest",u"unique_chunks",b"unique_chunks"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"cb_disk_compressed",b"cb_disk_compressed",u"cb_disk_original",b"cb_disk_original",u"crc_clear",b"crc_clear",u"crc_encrypted",b"crc_encrypted",u"creation_time",b"creation_time",u"depot_id",b"depot_id",u"filenames_encrypted",b"filenames_encrypted",u"gid_manifest",b"gid_manifest",u"unique_chunks",b"unique_chunks"]) -> None: ...
|
|
type___ContentManifestMetadata = ContentManifestMetadata
|
|
|
|
class ContentManifestSignature(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
signature: builtin___bytes = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
signature : typing___Optional[builtin___bytes] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"signature",b"signature"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"signature",b"signature"]) -> None: ...
|
|
type___ContentManifestSignature = ContentManifestSignature
|
|
|
|
class ContentDeltaChunks(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
class DeltaChunk(google___protobuf___message___Message):
|
|
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
|
|
sha_source: builtin___bytes = ...
|
|
sha_target: builtin___bytes = ...
|
|
size_original: builtin___int = ...
|
|
patch_method: builtin___int = ...
|
|
chunk: builtin___bytes = ...
|
|
size_delta: builtin___int = ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
sha_source : typing___Optional[builtin___bytes] = None,
|
|
sha_target : typing___Optional[builtin___bytes] = None,
|
|
size_original : typing___Optional[builtin___int] = None,
|
|
patch_method : typing___Optional[builtin___int] = None,
|
|
chunk : typing___Optional[builtin___bytes] = None,
|
|
size_delta : typing___Optional[builtin___int] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chunk",b"chunk",u"patch_method",b"patch_method",u"sha_source",b"sha_source",u"sha_target",b"sha_target",u"size_delta",b"size_delta",u"size_original",b"size_original"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chunk",b"chunk",u"patch_method",b"patch_method",u"sha_source",b"sha_source",u"sha_target",b"sha_target",u"size_delta",b"size_delta",u"size_original",b"size_original"]) -> None: ...
|
|
type___DeltaChunk = DeltaChunk
|
|
|
|
depot_id: builtin___int = ...
|
|
manifest_id_source: builtin___int = ...
|
|
manifest_id_target: builtin___int = ...
|
|
chunk_data_location: type___EContentDeltaChunkDataLocationValue = ...
|
|
|
|
@property
|
|
def deltaChunks(self) -> google___protobuf___internal___containers___RepeatedCompositeFieldContainer[type___ContentDeltaChunks.DeltaChunk]: ...
|
|
|
|
def __init__(self,
|
|
*,
|
|
depot_id : typing___Optional[builtin___int] = None,
|
|
manifest_id_source : typing___Optional[builtin___int] = None,
|
|
manifest_id_target : typing___Optional[builtin___int] = None,
|
|
deltaChunks : typing___Optional[typing___Iterable[type___ContentDeltaChunks.DeltaChunk]] = None,
|
|
chunk_data_location : typing___Optional[type___EContentDeltaChunkDataLocationValue] = None,
|
|
) -> None: ...
|
|
def HasField(self, field_name: typing_extensions___Literal[u"chunk_data_location",b"chunk_data_location",u"depot_id",b"depot_id",u"manifest_id_source",b"manifest_id_source",u"manifest_id_target",b"manifest_id_target"]) -> builtin___bool: ...
|
|
def ClearField(self, field_name: typing_extensions___Literal[u"chunk_data_location",b"chunk_data_location",u"deltaChunks",b"deltaChunks",u"depot_id",b"depot_id",u"manifest_id_source",b"manifest_id_source",u"manifest_id_target",b"manifest_id_target"]) -> None: ...
|
|
type___ContentDeltaChunks = ContentDeltaChunks
|
|
|