You've already forked dart-core-sdk
Latest generation
This commit is contained in:
46
lib/nsc-base.pbjson.dart
Normal file
46
lib/nsc-base.pbjson.dart
Normal file
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: nsc-base.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 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==');
|
||||
|
||||
Reference in New Issue
Block a user