Files
dart-core-sdk/lib/nsc-base.pbjson.dart
2025-06-26 08:23:24 +00:00

48 lines
1.9 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from nsc-base.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, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use nscPermissionDescriptor instead')
const NscPermission$json = {
'1': 'NscPermission',
'2': [
{'1': 'allowSub', '3': 1, '4': 3, '5': 9, '10': 'allowSub'},
{'1': 'allowPub', '3': 2, '4': 3, '5': 9, '10': 'allowPub'},
{'1': 'denySub', '3': 3, '4': 3, '5': 9, '10': 'denySub'},
{'1': 'denyPub', '3': 4, '4': 3, '5': 9, '10': 'denyPub'},
],
};
/// Descriptor for `NscPermission`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List nscPermissionDescriptor = $convert.base64Decode(
'Cg1Oc2NQZXJtaXNzaW9uEhoKCGFsbG93U3ViGAEgAygJUghhbGxvd1N1YhIaCghhbGxvd1B1Yh'
'gCIAMoCVIIYWxsb3dQdWISGAoHZGVueVN1YhgDIAMoCVIHZGVueVN1YhIYCgdkZW55UHViGAQg'
'AygJUgdkZW55UHVi');
@$core.Deprecated('Use namedNscCredentialsDescriptor instead')
const NamedNscCredentials$json = {
'1': 'NamedNscCredentials',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'NscCredentials', '3': 2, '4': 1, '5': 11, '6': '.api.NatsCredentials', '10': 'NscCredentials'},
],
};
/// Descriptor for `NamedNscCredentials`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List namedNscCredentialsDescriptor = $convert.base64Decode(
'ChNOYW1lZE5zY0NyZWRlbnRpYWxzEhIKBG5hbWUYASABKAlSBG5hbWUSPAoOTnNjQ3JlZGVudG'
'lhbHMYAiABKAsyFC5hcGkuTmF0c0NyZWRlbnRpYWxzUg5Oc2NDcmVkZW50aWFscw==');