-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdevicekeyrequest_pb2.py
40 lines (34 loc) · 2.05 KB
/
devicekeyrequest_pb2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: devicekeyrequest.proto
# Protobuf Python Version: 5.29.2
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import runtime_version as _runtime_version
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC,
5,
29,
2,
'',
'devicekeyrequest.proto'
)
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16\x64\x65vicekeyrequest.proto\"\xea\x01\n\x10\x44\x65viceKeyRequest\x12%\n\x1d\x64roidguardResultRequestString\x18\x01 \x01(\t\x12\x11\n\tandroidID\x18\x02 \x01(\x04\x12\x1b\n\x13\x64roidguardSessionId\x18\x03 \x01(\x04\x12\x30\n\nsdkVersion\x18\x04 \x01(\x0b\x32\x1c.DeviceKeyRequest.SDKVersion\x12\x15\n\rsecurityToken\x18\x06 \x01(\t\x1a\x36\n\nSDKVersion\x12\x17\n\x0f\x62uildVERSIONSDK\x18\x01 \x01(\x07\x12\x0f\n\x07version\x18\x02 \x01(\x07\"m\n\x11\x44\x65viceKeyResponse\x12\x1b\n\x13\x64roidguardSessionId\x18\x01 \x01(\x04\x12\x11\n\tAndroidId\x18\x03 \x01(\x04\x12\x15\n\rhmacSHA256key\x18\x04 \x01(\x0c\x12\x11\n\tdeviceKey\x18\x05 \x01(\x0c')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'devicekeyrequest_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
DESCRIPTOR._loaded_options = None
_globals['_DEVICEKEYREQUEST']._serialized_start=27
_globals['_DEVICEKEYREQUEST']._serialized_end=261
_globals['_DEVICEKEYREQUEST_SDKVERSION']._serialized_start=207
_globals['_DEVICEKEYREQUEST_SDKVERSION']._serialized_end=261
_globals['_DEVICEKEYRESPONSE']._serialized_start=263
_globals['_DEVICEKEYRESPONSE']._serialized_end=372
# @@protoc_insertion_point(module_scope)