12345678910111213141516171819202122232425262728293031323334353637 |
- # -*- coding: utf-8 -*-
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: iat.proto
- # Protobuf Python Version: 4.25.1
- """Generated protocol buffer code."""
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import descriptor_pool as _descriptor_pool
- from google.protobuf import symbol_database as _symbol_database
- from google.protobuf.internal import builder as _builder
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\tiat.proto\x12\x03iat\x1a\x1cgoogle/api/annotations.proto\"\xb1\x01\n\nIatRequest\x12\x37\n\x0csessionParam\x18\x01 \x03(\x0b\x32!.iat.IatRequest.SessionParamEntry\x12\x0f\n\x07samples\x18\x02 \x01(\x0c\x12\x13\n\x0bsamplesInfo\x18\x03 \x01(\t\x12\x0f\n\x07\x65ndFlag\x18\x04 \x01(\x08\x1a\x33\n\x11SessionParamEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"M\n\tIatResult\x12\x0e\n\x06\x65rrStr\x18\x01 \x01(\t\x12\x0f\n\x07\x65rrCode\x18\x02 \x01(\x05\x12\x0e\n\x06\x61nsStr\x18\x03 \x01(\t\x12\x0f\n\x07\x65ndFlag\x18\x04 \x01(\x08\x32N\n\x03Iat\x12G\n\tcreateRec\x12\x0f.iat.IatRequest\x1a\x0e.iat.IatResult\"\x15\x82\xd3\xe4\x93\x02\x0f\"\n/createRec:\x01*(\x01\x30\x01\x62\x06proto3')
- _globals = globals()
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'iat_pb2', _globals)
- if _descriptor._USE_C_DESCRIPTORS == False:
- DESCRIPTOR._options = None
- _globals['_IATREQUEST_SESSIONPARAMENTRY']._options = None
- _globals['_IATREQUEST_SESSIONPARAMENTRY']._serialized_options = b'8\001'
- _globals['_IAT'].methods_by_name['createRec']._options = None
- _globals['_IAT'].methods_by_name['createRec']._serialized_options = b'\202\323\344\223\002\017\"\n/createRec:\001*'
- _globals['_IATREQUEST']._serialized_start=49
- _globals['_IATREQUEST']._serialized_end=226
- _globals['_IATREQUEST_SESSIONPARAMENTRY']._serialized_start=175
- _globals['_IATREQUEST_SESSIONPARAMENTRY']._serialized_end=226
- _globals['_IATRESULT']._serialized_start=228
- _globals['_IATRESULT']._serialized_end=305
- _globals['_IAT']._serialized_start=307
- _globals['_IAT']._serialized_end=385
- # @@protoc_insertion_point(module_scope)
|