// This is a generated file - do not edit. // // Generated from proto/iop/node.proto. // @dart = 3.3 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names // ignore_for_file: curly_braces_in_flow_control_structures // ignore_for_file: deprecated_member_use_from_same_package, library_prefixes // ignore_for_file: non_constant_identifier_names, prefer_relative_imports // ignore_for_file: unused_import import 'dart:convert' as $convert; import 'dart:core' as $core; import 'dart:typed_data' as $typed_data; @$core.Deprecated('Use nodeStatusDescriptor instead') const NodeStatus$json = { '1': 'NodeStatus', '2': [ {'1': 'NODE_STATUS_UNSPECIFIED', '2': 0}, ], '4': [ {'1': 1, '2': 3}, ], '5': ['NODE_STATUS_ONLINE', 'NODE_STATUS_OFFLINE', 'NODE_STATUS_DRAINING'], }; /// Descriptor for `NodeStatus`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List nodeStatusDescriptor = $convert.base64Decode( 'CgpOb2RlU3RhdHVzEhsKF05PREVfU1RBVFVTX1VOU1BFQ0lGSUVEEAAiBAgBEAMqEk5PREVfU1' 'RBVFVTX09OTElORSoTTk9ERV9TVEFUVVNfT0ZGTElORSoUTk9ERV9TVEFUVVNfRFJBSU5JTkc='); @$core.Deprecated('Use nodeInfoDescriptor instead') const NodeInfo$json = { '1': 'NodeInfo', '9': [ {'1': 1, '2': 7}, ], '10': ['node_id', 'name', 'address', 'version', 'status', 'labels'], }; /// Descriptor for `NodeInfo`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List nodeInfoDescriptor = $convert.base64Decode( 'CghOb2RlSW5mb0oECAEQB1IHbm9kZV9pZFIEbmFtZVIHYWRkcmVzc1IHdmVyc2lvblIGc3RhdH' 'VzUgZsYWJlbHM='); @$core.Deprecated('Use nodeRegisterRequestDescriptor instead') const NodeRegisterRequest$json = { '1': 'NodeRegisterRequest', '9': [ {'1': 1, '2': 2}, ], '10': ['info'], }; /// Descriptor for `NodeRegisterRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List nodeRegisterRequestDescriptor = $convert.base64Decode('ChNOb2RlUmVnaXN0ZXJSZXF1ZXN0SgQIARACUgRpbmZv'); @$core.Deprecated('Use nodeRegisterResponseDescriptor instead') const NodeRegisterResponse$json = { '1': 'NodeRegisterResponse', '9': [ {'1': 1, '2': 4}, ], '10': ['accepted', 'token', 'reason'], }; /// Descriptor for `NodeRegisterResponse`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List nodeRegisterResponseDescriptor = $convert.base64Decode( 'ChROb2RlUmVnaXN0ZXJSZXNwb25zZUoECAEQBFIIYWNjZXB0ZWRSBXRva2VuUgZyZWFzb24=');