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.
 
 

57 lines
2.2 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,
FieldDescriptor as google___protobuf___descriptor___FieldDescriptor,
FileDescriptor as google___protobuf___descriptor___FileDescriptor,
)
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 (
NewType as typing___NewType,
cast as typing___cast,
)
builtin___int = int
DESCRIPTOR: google___protobuf___descriptor___FileDescriptor = ...
EProtoExecutionSiteValue = typing___NewType('EProtoExecutionSiteValue', builtin___int)
type___EProtoExecutionSiteValue = EProtoExecutionSiteValue
EProtoExecutionSite: _EProtoExecutionSite
class _EProtoExecutionSite(google___protobuf___internal___enum_type_wrapper____EnumTypeWrapper[EProtoExecutionSiteValue]):
DESCRIPTOR: google___protobuf___descriptor___EnumDescriptor = ...
k_EProtoExecutionSiteUnknown = typing___cast(EProtoExecutionSiteValue, 0)
k_EProtoExecutionSiteSteamClient = typing___cast(EProtoExecutionSiteValue, 2)
k_EProtoExecutionSiteUnknown = typing___cast(EProtoExecutionSiteValue, 0)
k_EProtoExecutionSiteSteamClient = typing___cast(EProtoExecutionSiteValue, 2)
type___EProtoExecutionSite = EProtoExecutionSite
class NoResponse(google___protobuf___message___Message):
DESCRIPTOR: google___protobuf___descriptor___Descriptor = ...
def __init__(self,
) -> None: ...
type___NoResponse = NoResponse
description: google___protobuf___descriptor___FieldDescriptor = ...
service_description: google___protobuf___descriptor___FieldDescriptor = ...
service_execution_site: google___protobuf___descriptor___FieldDescriptor = ...
method_description: google___protobuf___descriptor___FieldDescriptor = ...
enum_description: google___protobuf___descriptor___FieldDescriptor = ...
enum_value_description: google___protobuf___descriptor___FieldDescriptor = ...