55 lines
1.9 KiB
Dart
55 lines
1.9 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: gateway_reset.proto
|
|
//
|
|
// @dart = 2.12
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use gatewayResetReqDescriptor instead')
|
|
const GatewayResetReq$json = {
|
|
'1': 'GatewayResetReq',
|
|
'2': [
|
|
{'1': 'ID', '3': 1, '4': 1, '5': 13, '10': 'ID'},
|
|
{'1': 'Time', '3': 2, '4': 1, '5': 13, '10': 'Time'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GatewayResetReq`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List gatewayResetReqDescriptor = $convert.base64Decode(
|
|
'Cg9HYXRld2F5UmVzZXRSZXESDgoCSUQYASABKA1SAklEEhIKBFRpbWUYAiABKA1SBFRpbWU=');
|
|
|
|
@$core.Deprecated('Use gatewayResetRespDescriptor instead')
|
|
const GatewayResetResp$json = {
|
|
'1': 'GatewayResetResp',
|
|
'2': [
|
|
{'1': 'ID', '3': 1, '4': 1, '5': 13, '10': 'ID'},
|
|
{'1': 'Time', '3': 2, '4': 1, '5': 13, '10': 'Time'},
|
|
{'1': 'Status', '3': 3, '4': 1, '5': 14, '6': '.main.GatewayResetResp.StatusE', '10': 'Status'},
|
|
],
|
|
'4': [GatewayResetResp_StatusE$json],
|
|
};
|
|
|
|
@$core.Deprecated('Use gatewayResetRespDescriptor instead')
|
|
const GatewayResetResp_StatusE$json = {
|
|
'1': 'StatusE',
|
|
'2': [
|
|
{'1': 'OK', '2': 0},
|
|
{'1': 'FAIL', '2': 1},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GatewayResetResp`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List gatewayResetRespDescriptor = $convert.base64Decode(
|
|
'ChBHYXRld2F5UmVzZXRSZXNwEg4KAklEGAEgASgNUgJJRBISCgRUaW1lGAIgASgNUgRUaW1lEj'
|
|
'YKBlN0YXR1cxgDIAEoDjIeLm1haW4uR2F0ZXdheVJlc2V0UmVzcC5TdGF0dXNFUgZTdGF0dXMi'
|
|
'GwoHU3RhdHVzRRIGCgJPSxAAEggKBEZBSUwQAQ==');
|
|
|