github.com/binkynet/BinkyNet@v1.12.1-0.20240421190447-da4e34c20be0/dart/lib/types.pbjson.dart (about)

     1  ///
     2  //  Generated code. Do not modify.
     3  //  source: types.proto
     4  //
     5  // @dart = 2.12
     6  // ignore_for_file: annotate_overrides,camel_case_types,constant_identifier_names,deprecated_member_use_from_same_package,directives_ordering,library_prefixes,non_constant_identifier_names,prefer_final_fields,return_of_invalid_type,unnecessary_const,unnecessary_import,unnecessary_this,unused_import,unused_shown_name
     7  
     8  import 'dart:core' as $core;
     9  import 'dart:convert' as $convert;
    10  import 'dart:typed_data' as $typed_data;
    11  @$core.Deprecated('Use locDirectionDescriptor instead')
    12  const LocDirection$json = const {
    13    '1': 'LocDirection',
    14    '2': const [
    15      const {'1': 'FORWARD', '2': 0},
    16      const {'1': 'REVERSE', '2': 1},
    17    ],
    18  };
    19  
    20  /// Descriptor for `LocDirection`. Decode as a `google.protobuf.EnumDescriptorProto`.
    21  final $typed_data.Uint8List locDirectionDescriptor = $convert.base64Decode('CgxMb2NEaXJlY3Rpb24SCwoHRk9SV0FSRBAAEgsKB1JFVkVSU0UQAQ==');
    22  @$core.Deprecated('Use switchDirectionDescriptor instead')
    23  const SwitchDirection$json = const {
    24    '1': 'SwitchDirection',
    25    '2': const [
    26      const {'1': 'STRAIGHT', '2': 0},
    27      const {'1': 'OFF', '2': 1},
    28    ],
    29  };
    30  
    31  /// Descriptor for `SwitchDirection`. Decode as a `google.protobuf.EnumDescriptorProto`.
    32  final $typed_data.Uint8List switchDirectionDescriptor = $convert.base64Decode('Cg9Td2l0Y2hEaXJlY3Rpb24SDAoIU1RSQUlHSFQQABIHCgNPRkYQAQ==');
    33  @$core.Deprecated('Use timePeriodDescriptor instead')
    34  const TimePeriod$json = const {
    35    '1': 'TimePeriod',
    36    '2': const [
    37      const {'1': 'MORNING', '2': 0},
    38      const {'1': 'AFTERNOON', '2': 1},
    39      const {'1': 'EVENING', '2': 2},
    40      const {'1': 'NIGHT', '2': 3},
    41    ],
    42  };
    43  
    44  /// Descriptor for `TimePeriod`. Decode as a `google.protobuf.EnumDescriptorProto`.
    45  final $typed_data.Uint8List timePeriodDescriptor = $convert.base64Decode('CgpUaW1lUGVyaW9kEgsKB01PUk5JTkcQABINCglBRlRFUk5PT04QARILCgdFVkVOSU5HEAISCQoFTklHSFQQAw==');
    46  @$core.Deprecated('Use emptyDescriptor instead')
    47  const Empty$json = const {
    48    '1': 'Empty',
    49  };
    50  
    51  /// Descriptor for `Empty`. Decode as a `google.protobuf.DescriptorProto`.
    52  final $typed_data.Uint8List emptyDescriptor = $convert.base64Decode('CgVFbXB0eQ==');
    53  @$core.Deprecated('Use commandStationInfoDescriptor instead')
    54  const CommandStationInfo$json = const {
    55    '1': 'CommandStationInfo',
    56    '2': const [
    57      const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    58      const {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    59      const {'1': 'version', '3': 3, '4': 1, '5': 9, '10': 'version'},
    60      const {'1': 'uptime', '3': 4, '4': 1, '5': 3, '10': 'uptime'},
    61    ],
    62  };
    63  
    64  /// Descriptor for `CommandStationInfo`. Decode as a `google.protobuf.DescriptorProto`.
    65  final $typed_data.Uint8List commandStationInfoDescriptor = $convert.base64Decode('ChJDb21tYW5kU3RhdGlvbkluZm8SDgoCaWQYASABKAlSAmlkEiAKC2Rlc2NyaXB0aW9uGAIgASgJUgtkZXNjcmlwdGlvbhIYCgd2ZXJzaW9uGAMgASgJUgd2ZXJzaW9uEhYKBnVwdGltZRgEIAEoA1IGdXB0aW1l');
    66  @$core.Deprecated('Use localWorkerInfoDescriptor instead')
    67  const LocalWorkerInfo$json = const {
    68    '1': 'LocalWorkerInfo',
    69    '2': const [
    70      const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    71      const {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    72      const {'1': 'version', '3': 3, '4': 1, '5': 9, '10': 'version'},
    73      const {'1': 'uptime', '3': 4, '4': 1, '5': 3, '10': 'uptime'},
    74      const {'1': 'config_hash', '3': 5, '4': 1, '5': 9, '10': 'configHash'},
    75      const {'1': 'configured_device_ids', '3': 6, '4': 3, '5': 9, '10': 'configuredDeviceIds'},
    76      const {'1': 'configured_object_ids', '3': 7, '4': 3, '5': 9, '10': 'configuredObjectIds'},
    77      const {'1': 'unconfigured_device_ids', '3': 8, '4': 3, '5': 9, '10': 'unconfiguredDeviceIds'},
    78      const {'1': 'unconfigured_object_ids', '3': 9, '4': 3, '5': 9, '10': 'unconfiguredObjectIds'},
    79      const {'1': 'metrics_port', '3': 10, '4': 1, '5': 5, '10': 'metricsPort'},
    80      const {'1': 'metrics_secure', '3': 11, '4': 1, '5': 8, '10': 'metricsSecure'},
    81      const {'1': 'local_worker_service_port', '3': 12, '4': 1, '5': 5, '10': 'localWorkerServicePort'},
    82      const {'1': 'local_worker_service_secure', '3': 13, '4': 1, '5': 8, '10': 'localWorkerServiceSecure'},
    83      const {'1': 'supports_reset', '3': 101, '4': 1, '5': 8, '10': 'supportsReset'},
    84      const {'1': 'supports_set_loc_request', '3': 102, '4': 1, '5': 8, '10': 'supportsSetLocRequest'},
    85      const {'1': 'supports_set_power_request', '3': 103, '4': 1, '5': 8, '10': 'supportsSetPowerRequest'},
    86      const {'1': 'supports_set_output_request', '3': 104, '4': 1, '5': 8, '10': 'supportsSetOutputRequest'},
    87      const {'1': 'supports_set_switch_request', '3': 105, '4': 1, '5': 8, '10': 'supportsSetSwitchRequest'},
    88      const {'1': 'supports_set_device_discovery_request', '3': 106, '4': 1, '5': 8, '10': 'supportsSetDeviceDiscoveryRequest'},
    89    ],
    90  };
    91  
    92  /// Descriptor for `LocalWorkerInfo`. Decode as a `google.protobuf.DescriptorProto`.
    93  final $typed_data.Uint8List localWorkerInfoDescriptor = $convert.base64Decode('Cg9Mb2NhbFdvcmtlckluZm8SDgoCaWQYASABKAlSAmlkEiAKC2Rlc2NyaXB0aW9uGAIgASgJUgtkZXNjcmlwdGlvbhIYCgd2ZXJzaW9uGAMgASgJUgd2ZXJzaW9uEhYKBnVwdGltZRgEIAEoA1IGdXB0aW1lEh8KC2NvbmZpZ19oYXNoGAUgASgJUgpjb25maWdIYXNoEjIKFWNvbmZpZ3VyZWRfZGV2aWNlX2lkcxgGIAMoCVITY29uZmlndXJlZERldmljZUlkcxIyChVjb25maWd1cmVkX29iamVjdF9pZHMYByADKAlSE2NvbmZpZ3VyZWRPYmplY3RJZHMSNgoXdW5jb25maWd1cmVkX2RldmljZV9pZHMYCCADKAlSFXVuY29uZmlndXJlZERldmljZUlkcxI2Chd1bmNvbmZpZ3VyZWRfb2JqZWN0X2lkcxgJIAMoCVIVdW5jb25maWd1cmVkT2JqZWN0SWRzEiEKDG1ldHJpY3NfcG9ydBgKIAEoBVILbWV0cmljc1BvcnQSJQoObWV0cmljc19zZWN1cmUYCyABKAhSDW1ldHJpY3NTZWN1cmUSOQoZbG9jYWxfd29ya2VyX3NlcnZpY2VfcG9ydBgMIAEoBVIWbG9jYWxXb3JrZXJTZXJ2aWNlUG9ydBI9Chtsb2NhbF93b3JrZXJfc2VydmljZV9zZWN1cmUYDSABKAhSGGxvY2FsV29ya2VyU2VydmljZVNlY3VyZRIlCg5zdXBwb3J0c19yZXNldBhlIAEoCFINc3VwcG9ydHNSZXNldBI3ChhzdXBwb3J0c19zZXRfbG9jX3JlcXVlc3QYZiABKAhSFXN1cHBvcnRzU2V0TG9jUmVxdWVzdBI7ChpzdXBwb3J0c19zZXRfcG93ZXJfcmVxdWVzdBhnIAEoCFIXc3VwcG9ydHNTZXRQb3dlclJlcXVlc3QSPQobc3VwcG9ydHNfc2V0X291dHB1dF9yZXF1ZXN0GGggASgIUhhzdXBwb3J0c1NldE91dHB1dFJlcXVlc3QSPQobc3VwcG9ydHNfc2V0X3N3aXRjaF9yZXF1ZXN0GGkgASgIUhhzdXBwb3J0c1NldFN3aXRjaFJlcXVlc3QSUAolc3VwcG9ydHNfc2V0X2RldmljZV9kaXNjb3ZlcnlfcmVxdWVzdBhqIAEoCFIhc3VwcG9ydHNTZXREZXZpY2VEaXNjb3ZlcnlSZXF1ZXN0');
    94  @$core.Deprecated('Use powerRequestsOptionsDescriptor instead')
    95  const PowerRequestsOptions$json = const {
    96    '1': 'PowerRequestsOptions',
    97    '2': const [
    98      const {'1': 'manual_confirm', '3': 1, '4': 1, '5': 8, '10': 'manualConfirm'},
    99    ],
   100  };
   101  
   102  /// Descriptor for `PowerRequestsOptions`. Decode as a `google.protobuf.DescriptorProto`.
   103  final $typed_data.Uint8List powerRequestsOptionsDescriptor = $convert.base64Decode('ChRQb3dlclJlcXVlc3RzT3B0aW9ucxIlCg5tYW51YWxfY29uZmlybRgBIAEoCFINbWFudWFsQ29uZmlybQ==');
   104  @$core.Deprecated('Use powerDescriptor instead')
   105  const Power$json = const {
   106    '1': 'Power',
   107    '2': const [
   108      const {'1': 'request', '3': 1, '4': 1, '5': 11, '6': '.binkynet.v1.PowerState', '10': 'request'},
   109      const {'1': 'actual', '3': 2, '4': 1, '5': 11, '6': '.binkynet.v1.PowerState', '10': 'actual'},
   110    ],
   111  };
   112  
   113  /// Descriptor for `Power`. Decode as a `google.protobuf.DescriptorProto`.
   114  final $typed_data.Uint8List powerDescriptor = $convert.base64Decode('CgVQb3dlchIxCgdyZXF1ZXN0GAEgASgLMhcuYmlua3luZXQudjEuUG93ZXJTdGF0ZVIHcmVxdWVzdBIvCgZhY3R1YWwYAiABKAsyFy5iaW5reW5ldC52MS5Qb3dlclN0YXRlUgZhY3R1YWw=');
   115  @$core.Deprecated('Use powerStateDescriptor instead')
   116  const PowerState$json = const {
   117    '1': 'PowerState',
   118    '2': const [
   119      const {'1': 'enabled', '3': 1, '4': 1, '5': 8, '10': 'enabled'},
   120    ],
   121  };
   122  
   123  /// Descriptor for `PowerState`. Decode as a `google.protobuf.DescriptorProto`.
   124  final $typed_data.Uint8List powerStateDescriptor = $convert.base64Decode('CgpQb3dlclN0YXRlEhgKB2VuYWJsZWQYASABKAhSB2VuYWJsZWQ=');
   125  @$core.Deprecated('Use locRequestsOptionsDescriptor instead')
   126  const LocRequestsOptions$json = const {
   127    '1': 'LocRequestsOptions',
   128    '2': const [
   129      const {'1': 'manual_confirm', '3': 1, '4': 1, '5': 8, '10': 'manualConfirm'},
   130    ],
   131  };
   132  
   133  /// Descriptor for `LocRequestsOptions`. Decode as a `google.protobuf.DescriptorProto`.
   134  final $typed_data.Uint8List locRequestsOptionsDescriptor = $convert.base64Decode('ChJMb2NSZXF1ZXN0c09wdGlvbnMSJQoObWFudWFsX2NvbmZpcm0YASABKAhSDW1hbnVhbENvbmZpcm0=');
   135  @$core.Deprecated('Use locDescriptor instead')
   136  const Loc$json = const {
   137    '1': 'Loc',
   138    '2': const [
   139      const {'1': 'address', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'address'},
   140      const {'1': 'request', '3': 2, '4': 1, '5': 11, '6': '.binkynet.v1.LocState', '10': 'request'},
   141      const {'1': 'actual', '3': 3, '4': 1, '5': 11, '6': '.binkynet.v1.LocState', '10': 'actual'},
   142    ],
   143  };
   144  
   145  /// Descriptor for `Loc`. Decode as a `google.protobuf.DescriptorProto`.
   146  final $typed_data.Uint8List locDescriptor = $convert.base64Decode('CgNMb2MSLwoHYWRkcmVzcxgBIAEoCUIV2t4fDU9iamVjdEFkZHJlc3PI3h8AUgdhZGRyZXNzEi8KB3JlcXVlc3QYAiABKAsyFS5iaW5reW5ldC52MS5Mb2NTdGF0ZVIHcmVxdWVzdBItCgZhY3R1YWwYAyABKAsyFS5iaW5reW5ldC52MS5Mb2NTdGF0ZVIGYWN0dWFs');
   147  @$core.Deprecated('Use locStateDescriptor instead')
   148  const LocState$json = const {
   149    '1': 'LocState',
   150    '2': const [
   151      const {'1': 'speed', '3': 1, '4': 1, '5': 5, '10': 'speed'},
   152      const {'1': 'speed_steps', '3': 2, '4': 1, '5': 5, '10': 'speedSteps'},
   153      const {'1': 'direction', '3': 3, '4': 1, '5': 14, '6': '.binkynet.v1.LocDirection', '10': 'direction'},
   154      const {'1': 'functions', '3': 4, '4': 3, '5': 11, '6': '.binkynet.v1.LocState.FunctionsEntry', '10': 'functions'},
   155    ],
   156    '3': const [LocState_FunctionsEntry$json],
   157  };
   158  
   159  @$core.Deprecated('Use locStateDescriptor instead')
   160  const LocState_FunctionsEntry$json = const {
   161    '1': 'FunctionsEntry',
   162    '2': const [
   163      const {'1': 'key', '3': 1, '4': 1, '5': 5, '10': 'key'},
   164      const {'1': 'value', '3': 2, '4': 1, '5': 8, '10': 'value'},
   165    ],
   166    '7': const {'7': true},
   167  };
   168  
   169  /// Descriptor for `LocState`. Decode as a `google.protobuf.DescriptorProto`.
   170  final $typed_data.Uint8List locStateDescriptor = $convert.base64Decode('CghMb2NTdGF0ZRIUCgVzcGVlZBgBIAEoBVIFc3BlZWQSHwoLc3BlZWRfc3RlcHMYAiABKAVSCnNwZWVkU3RlcHMSNwoJZGlyZWN0aW9uGAMgASgOMhkuYmlua3luZXQudjEuTG9jRGlyZWN0aW9uUglkaXJlY3Rpb24SQgoJZnVuY3Rpb25zGAQgAygLMiQuYmlua3luZXQudjEuTG9jU3RhdGUuRnVuY3Rpb25zRW50cnlSCWZ1bmN0aW9ucxo8Cg5GdW5jdGlvbnNFbnRyeRIQCgNrZXkYASABKAVSA2tleRIUCgV2YWx1ZRgCIAEoCFIFdmFsdWU6AjgB');
   171  @$core.Deprecated('Use sensorDescriptor instead')
   172  const Sensor$json = const {
   173    '1': 'Sensor',
   174    '2': const [
   175      const {'1': 'address', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'address'},
   176      const {'1': 'actual', '3': 2, '4': 1, '5': 11, '6': '.binkynet.v1.SensorState', '10': 'actual'},
   177    ],
   178  };
   179  
   180  /// Descriptor for `Sensor`. Decode as a `google.protobuf.DescriptorProto`.
   181  final $typed_data.Uint8List sensorDescriptor = $convert.base64Decode('CgZTZW5zb3ISLwoHYWRkcmVzcxgBIAEoCUIV2t4fDU9iamVjdEFkZHJlc3PI3h8AUgdhZGRyZXNzEjAKBmFjdHVhbBgCIAEoCzIYLmJpbmt5bmV0LnYxLlNlbnNvclN0YXRlUgZhY3R1YWw=');
   182  @$core.Deprecated('Use sensorStateDescriptor instead')
   183  const SensorState$json = const {
   184    '1': 'SensorState',
   185    '2': const [
   186      const {'1': 'value', '3': 1, '4': 1, '5': 5, '10': 'value'},
   187    ],
   188  };
   189  
   190  /// Descriptor for `SensorState`. Decode as a `google.protobuf.DescriptorProto`.
   191  final $typed_data.Uint8List sensorStateDescriptor = $convert.base64Decode('CgtTZW5zb3JTdGF0ZRIUCgV2YWx1ZRgBIAEoBVIFdmFsdWU=');
   192  @$core.Deprecated('Use outputRequestsOptionsDescriptor instead')
   193  const OutputRequestsOptions$json = const {
   194    '1': 'OutputRequestsOptions',
   195    '2': const [
   196      const {'1': 'manual_confirm', '3': 1, '4': 1, '5': 8, '10': 'manualConfirm'},
   197      const {'1': 'module_id', '3': 2, '4': 1, '5': 9, '10': 'moduleId'},
   198    ],
   199  };
   200  
   201  /// Descriptor for `OutputRequestsOptions`. Decode as a `google.protobuf.DescriptorProto`.
   202  final $typed_data.Uint8List outputRequestsOptionsDescriptor = $convert.base64Decode('ChVPdXRwdXRSZXF1ZXN0c09wdGlvbnMSJQoObWFudWFsX2NvbmZpcm0YASABKAhSDW1hbnVhbENvbmZpcm0SGwoJbW9kdWxlX2lkGAIgASgJUghtb2R1bGVJZA==');
   203  @$core.Deprecated('Use outputDescriptor instead')
   204  const Output$json = const {
   205    '1': 'Output',
   206    '2': const [
   207      const {'1': 'address', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'address'},
   208      const {'1': 'request', '3': 2, '4': 1, '5': 11, '6': '.binkynet.v1.OutputState', '10': 'request'},
   209      const {'1': 'actual', '3': 3, '4': 1, '5': 11, '6': '.binkynet.v1.OutputState', '10': 'actual'},
   210    ],
   211  };
   212  
   213  /// Descriptor for `Output`. Decode as a `google.protobuf.DescriptorProto`.
   214  final $typed_data.Uint8List outputDescriptor = $convert.base64Decode('CgZPdXRwdXQSLwoHYWRkcmVzcxgBIAEoCUIV2t4fDU9iamVjdEFkZHJlc3PI3h8AUgdhZGRyZXNzEjIKB3JlcXVlc3QYAiABKAsyGC5iaW5reW5ldC52MS5PdXRwdXRTdGF0ZVIHcmVxdWVzdBIwCgZhY3R1YWwYAyABKAsyGC5iaW5reW5ldC52MS5PdXRwdXRTdGF0ZVIGYWN0dWFs');
   215  @$core.Deprecated('Use outputStateDescriptor instead')
   216  const OutputState$json = const {
   217    '1': 'OutputState',
   218    '2': const [
   219      const {'1': 'value', '3': 1, '4': 1, '5': 5, '10': 'value'},
   220    ],
   221  };
   222  
   223  /// Descriptor for `OutputState`. Decode as a `google.protobuf.DescriptorProto`.
   224  final $typed_data.Uint8List outputStateDescriptor = $convert.base64Decode('CgtPdXRwdXRTdGF0ZRIUCgV2YWx1ZRgBIAEoBVIFdmFsdWU=');
   225  @$core.Deprecated('Use switchRequestsOptionsDescriptor instead')
   226  const SwitchRequestsOptions$json = const {
   227    '1': 'SwitchRequestsOptions',
   228    '2': const [
   229      const {'1': 'manual_confirm', '3': 1, '4': 1, '5': 8, '10': 'manualConfirm'},
   230      const {'1': 'module_id', '3': 2, '4': 1, '5': 9, '10': 'moduleId'},
   231    ],
   232  };
   233  
   234  /// Descriptor for `SwitchRequestsOptions`. Decode as a `google.protobuf.DescriptorProto`.
   235  final $typed_data.Uint8List switchRequestsOptionsDescriptor = $convert.base64Decode('ChVTd2l0Y2hSZXF1ZXN0c09wdGlvbnMSJQoObWFudWFsX2NvbmZpcm0YASABKAhSDW1hbnVhbENvbmZpcm0SGwoJbW9kdWxlX2lkGAIgASgJUghtb2R1bGVJZA==');
   236  @$core.Deprecated('Use switchDescriptor instead')
   237  const Switch$json = const {
   238    '1': 'Switch',
   239    '2': const [
   240      const {'1': 'address', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'address'},
   241      const {'1': 'request', '3': 2, '4': 1, '5': 11, '6': '.binkynet.v1.SwitchState', '10': 'request'},
   242      const {'1': 'actual', '3': 3, '4': 1, '5': 11, '6': '.binkynet.v1.SwitchState', '10': 'actual'},
   243    ],
   244  };
   245  
   246  /// Descriptor for `Switch`. Decode as a `google.protobuf.DescriptorProto`.
   247  final $typed_data.Uint8List switchDescriptor = $convert.base64Decode('CgZTd2l0Y2gSLwoHYWRkcmVzcxgBIAEoCUIV2t4fDU9iamVjdEFkZHJlc3PI3h8AUgdhZGRyZXNzEjIKB3JlcXVlc3QYAiABKAsyGC5iaW5reW5ldC52MS5Td2l0Y2hTdGF0ZVIHcmVxdWVzdBIwCgZhY3R1YWwYAyABKAsyGC5iaW5reW5ldC52MS5Td2l0Y2hTdGF0ZVIGYWN0dWFs');
   248  @$core.Deprecated('Use switchStateDescriptor instead')
   249  const SwitchState$json = const {
   250    '1': 'SwitchState',
   251    '2': const [
   252      const {'1': 'direction', '3': 1, '4': 1, '5': 14, '6': '.binkynet.v1.SwitchDirection', '10': 'direction'},
   253      const {'1': 'is_used', '3': 2, '4': 1, '5': 8, '10': 'isUsed'},
   254    ],
   255  };
   256  
   257  /// Descriptor for `SwitchState`. Decode as a `google.protobuf.DescriptorProto`.
   258  final $typed_data.Uint8List switchStateDescriptor = $convert.base64Decode('CgtTd2l0Y2hTdGF0ZRI6CglkaXJlY3Rpb24YASABKA4yHC5iaW5reW5ldC52MS5Td2l0Y2hEaXJlY3Rpb25SCWRpcmVjdGlvbhIXCgdpc191c2VkGAIgASgIUgZpc1VzZWQ=');
   259  @$core.Deprecated('Use clockDescriptor instead')
   260  const Clock$json = const {
   261    '1': 'Clock',
   262    '2': const [
   263      const {'1': 'period', '3': 1, '4': 1, '5': 14, '6': '.binkynet.v1.TimePeriod', '10': 'period'},
   264      const {'1': 'hours', '3': 2, '4': 1, '5': 5, '10': 'hours'},
   265      const {'1': 'minutes', '3': 3, '4': 1, '5': 5, '10': 'minutes'},
   266      const {'1': 'unixtime', '3': 4, '4': 1, '5': 3, '10': 'unixtime'},
   267    ],
   268  };
   269  
   270  /// Descriptor for `Clock`. Decode as a `google.protobuf.DescriptorProto`.
   271  final $typed_data.Uint8List clockDescriptor = $convert.base64Decode('CgVDbG9jaxIvCgZwZXJpb2QYASABKA4yFy5iaW5reW5ldC52MS5UaW1lUGVyaW9kUgZwZXJpb2QSFAoFaG91cnMYAiABKAVSBWhvdXJzEhgKB21pbnV0ZXMYAyABKAVSB21pbnV0ZXMSGgoIdW5peHRpbWUYBCABKANSCHVuaXh0aW1l');
   272  @$core.Deprecated('Use deviceDescriptor instead')
   273  const Device$json = const {
   274    '1': 'Device',
   275    '2': const [
   276      const {'1': 'id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'id'},
   277      const {'1': 'type', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'type'},
   278      const {'1': 'address', '3': 3, '4': 1, '5': 9, '10': 'address'},
   279    ],
   280  };
   281  
   282  /// Descriptor for `Device`. Decode as a `google.protobuf.DescriptorProto`.
   283  final $typed_data.Uint8List deviceDescriptor = $convert.base64Decode('CgZEZXZpY2USIAoCaWQYASABKAlCENreHwhEZXZpY2VJRMjeHwBSAmlkEiYKBHR5cGUYAiABKAlCEtreHwpEZXZpY2VUeXBlyN4fAFIEdHlwZRIYCgdhZGRyZXNzGAMgASgJUgdhZGRyZXNz');
   284  @$core.Deprecated('Use objectDescriptor instead')
   285  const Object$json = const {
   286    '1': 'Object',
   287    '2': const [
   288      const {'1': 'id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'id'},
   289      const {'1': 'type', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'type'},
   290      const {'1': 'connections', '3': 3, '4': 3, '5': 11, '6': '.binkynet.v1.Connection', '10': 'connections'},
   291      const {'1': 'configuration', '3': 4, '4': 3, '5': 11, '6': '.binkynet.v1.Object.ConfigurationEntry', '8': const {}, '10': 'configuration'},
   292    ],
   293    '3': const [Object_ConfigurationEntry$json],
   294  };
   295  
   296  @$core.Deprecated('Use objectDescriptor instead')
   297  const Object_ConfigurationEntry$json = const {
   298    '1': 'ConfigurationEntry',
   299    '2': const [
   300      const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
   301      const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
   302    ],
   303    '7': const {'7': true},
   304  };
   305  
   306  /// Descriptor for `Object`. Decode as a `google.protobuf.DescriptorProto`.
   307  final $typed_data.Uint8List objectDescriptor = $convert.base64Decode('CgZPYmplY3QSIAoCaWQYASABKAlCENreHwhPYmplY3RJRMjeHwBSAmlkEiYKBHR5cGUYAiABKAlCEtreHwpPYmplY3RUeXBlyN4fAFIEdHlwZRI5Cgtjb25uZWN0aW9ucxgDIAMoCzIXLmJpbmt5bmV0LnYxLkNvbm5lY3Rpb25SC2Nvbm5lY3Rpb25zEmEKDWNvbmZpZ3VyYXRpb24YBCADKAsyJi5iaW5reW5ldC52MS5PYmplY3QuQ29uZmlndXJhdGlvbkVudHJ5QhOC3x8PT2JqZWN0Q29uZmlnS2V5Ug1jb25maWd1cmF0aW9uGkAKEkNvbmZpZ3VyYXRpb25FbnRyeRIQCgNrZXkYASABKAlSA2tleRIUCgV2YWx1ZRgCIAEoCVIFdmFsdWU6AjgB');
   308  @$core.Deprecated('Use connectionDescriptor instead')
   309  const Connection$json = const {
   310    '1': 'Connection',
   311    '2': const [
   312      const {'1': 'key', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'key'},
   313      const {'1': 'pins', '3': 2, '4': 3, '5': 11, '6': '.binkynet.v1.DevicePin', '10': 'pins'},
   314      const {'1': 'configuration', '3': 3, '4': 3, '5': 11, '6': '.binkynet.v1.Connection.ConfigurationEntry', '8': const {}, '10': 'configuration'},
   315    ],
   316    '3': const [Connection_ConfigurationEntry$json],
   317  };
   318  
   319  @$core.Deprecated('Use connectionDescriptor instead')
   320  const Connection_ConfigurationEntry$json = const {
   321    '1': 'ConfigurationEntry',
   322    '2': const [
   323      const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
   324      const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
   325    ],
   326    '7': const {'7': true},
   327  };
   328  
   329  /// Descriptor for `Connection`. Decode as a `google.protobuf.DescriptorProto`.
   330  final $typed_data.Uint8List connectionDescriptor = $convert.base64Decode('CgpDb25uZWN0aW9uEigKA2tleRgBIAEoCUIW2t4fDkNvbm5lY3Rpb25OYW1lyN4fAFIDa2V5EioKBHBpbnMYAiADKAsyFi5iaW5reW5ldC52MS5EZXZpY2VQaW5SBHBpbnMSXwoNY29uZmlndXJhdGlvbhgDIAMoCzIqLmJpbmt5bmV0LnYxLkNvbm5lY3Rpb24uQ29uZmlndXJhdGlvbkVudHJ5Qg2C3x8JQ29uZmlnS2V5Ug1jb25maWd1cmF0aW9uGkAKEkNvbmZpZ3VyYXRpb25FbnRyeRIQCgNrZXkYASABKAlSA2tleRIUCgV2YWx1ZRgCIAEoCVIFdmFsdWU6AjgB');
   331  @$core.Deprecated('Use devicePinDescriptor instead')
   332  const DevicePin$json = const {
   333    '1': 'DevicePin',
   334    '2': const [
   335      const {'1': 'device_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'deviceId'},
   336      const {'1': 'index', '3': 2, '4': 1, '5': 4, '8': const {}, '10': 'index'},
   337    ],
   338  };
   339  
   340  /// Descriptor for `DevicePin`. Decode as a `google.protobuf.DescriptorProto`.
   341  final $typed_data.Uint8List devicePinDescriptor = $convert.base64Decode('CglEZXZpY2VQaW4SNwoJZGV2aWNlX2lkGAEgASgJQhra3h8IRGV2aWNlSUTI3h8A6t4fBmRldmljZVIIZGV2aWNlSWQSKQoFaW5kZXgYAiABKARCE9reHwtEZXZpY2VJbmRleMjeHwBSBWluZGV4');
   342  @$core.Deprecated('Use localWorkerConfigDescriptor instead')
   343  const LocalWorkerConfig$json = const {
   344    '1': 'LocalWorkerConfig',
   345    '2': const [
   346      const {'1': 'alias', '3': 1, '4': 1, '5': 9, '10': 'alias'},
   347      const {'1': 'devices', '3': 2, '4': 3, '5': 11, '6': '.binkynet.v1.Device', '10': 'devices'},
   348      const {'1': 'objects', '3': 3, '4': 3, '5': 11, '6': '.binkynet.v1.Object', '10': 'objects'},
   349      const {'1': 'unixtime', '3': 4, '4': 1, '5': 3, '10': 'unixtime'},
   350      const {'1': 'hash', '3': 5, '4': 1, '5': 9, '10': 'hash'},
   351    ],
   352  };
   353  
   354  /// Descriptor for `LocalWorkerConfig`. Decode as a `google.protobuf.DescriptorProto`.
   355  final $typed_data.Uint8List localWorkerConfigDescriptor = $convert.base64Decode('ChFMb2NhbFdvcmtlckNvbmZpZxIUCgVhbGlhcxgBIAEoCVIFYWxpYXMSLQoHZGV2aWNlcxgCIAMoCzITLmJpbmt5bmV0LnYxLkRldmljZVIHZGV2aWNlcxItCgdvYmplY3RzGAMgAygLMhMuYmlua3luZXQudjEuT2JqZWN0UgdvYmplY3RzEhoKCHVuaXh0aW1lGAQgASgDUgh1bml4dGltZRISCgRoYXNoGAUgASgJUgRoYXNo');
   356  @$core.Deprecated('Use localWorkerDescriptor instead')
   357  const LocalWorker$json = const {
   358    '1': 'LocalWorker',
   359    '2': const [
   360      const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
   361      const {'1': 'request', '3': 2, '4': 1, '5': 11, '6': '.binkynet.v1.LocalWorkerConfig', '10': 'request'},
   362      const {'1': 'actual', '3': 3, '4': 1, '5': 11, '6': '.binkynet.v1.LocalWorkerInfo', '10': 'actual'},
   363    ],
   364  };
   365  
   366  /// Descriptor for `LocalWorker`. Decode as a `google.protobuf.DescriptorProto`.
   367  final $typed_data.Uint8List localWorkerDescriptor = $convert.base64Decode('CgtMb2NhbFdvcmtlchIOCgJpZBgBIAEoCVICaWQSOAoHcmVxdWVzdBgCIAEoCzIeLmJpbmt5bmV0LnYxLkxvY2FsV29ya2VyQ29uZmlnUgdyZXF1ZXN0EjQKBmFjdHVhbBgDIAEoCzIcLmJpbmt5bmV0LnYxLkxvY2FsV29ya2VySW5mb1IGYWN0dWFs');
   368  @$core.Deprecated('Use deviceDiscoveryDescriptor instead')
   369  const DeviceDiscovery$json = const {
   370    '1': 'DeviceDiscovery',
   371    '2': const [
   372      const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
   373      const {'1': 'request', '3': 2, '4': 1, '5': 11, '6': '.binkynet.v1.DiscoverRequest', '10': 'request'},
   374      const {'1': 'actual', '3': 3, '4': 1, '5': 11, '6': '.binkynet.v1.DiscoverResult', '10': 'actual'},
   375    ],
   376  };
   377  
   378  /// Descriptor for `DeviceDiscovery`. Decode as a `google.protobuf.DescriptorProto`.
   379  final $typed_data.Uint8List deviceDiscoveryDescriptor = $convert.base64Decode('Cg9EZXZpY2VEaXNjb3ZlcnkSDgoCaWQYASABKAlSAmlkEjYKB3JlcXVlc3QYAiABKAsyHC5iaW5reW5ldC52MS5EaXNjb3ZlclJlcXVlc3RSB3JlcXVlc3QSMwoGYWN0dWFsGAMgASgLMhsuYmlua3luZXQudjEuRGlzY292ZXJSZXN1bHRSBmFjdHVhbA==');
   380  @$core.Deprecated('Use discoverRequestDescriptor instead')
   381  const DiscoverRequest$json = const {
   382    '1': 'DiscoverRequest',
   383    '2': const [
   384      const {'1': 'request_id', '3': 1, '4': 1, '5': 5, '10': 'requestId'},
   385    ],
   386  };
   387  
   388  /// Descriptor for `DiscoverRequest`. Decode as a `google.protobuf.DescriptorProto`.
   389  final $typed_data.Uint8List discoverRequestDescriptor = $convert.base64Decode('Cg9EaXNjb3ZlclJlcXVlc3QSHQoKcmVxdWVzdF9pZBgBIAEoBVIJcmVxdWVzdElk');
   390  @$core.Deprecated('Use discoverResultDescriptor instead')
   391  const DiscoverResult$json = const {
   392    '1': 'DiscoverResult',
   393    '2': const [
   394      const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
   395      const {'1': 'addresses', '3': 2, '4': 3, '5': 9, '10': 'addresses'},
   396    ],
   397  };
   398  
   399  /// Descriptor for `DiscoverResult`. Decode as a `google.protobuf.DescriptorProto`.
   400  final $typed_data.Uint8List discoverResultDescriptor = $convert.base64Decode('Cg5EaXNjb3ZlclJlc3VsdBIOCgJpZBgBIAEoCVICaWQSHAoJYWRkcmVzc2VzGAIgAygJUglhZGRyZXNzZXM=');