Files
dart-core-sdk/lib/nats-api.pbjson.dart
2025-12-09 11:20:34 +00:00

216 lines
9.9 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from nats-api.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 createProjectAccountRequestDescriptor instead')
const CreateProjectAccountRequest$json = {
'1': 'CreateProjectAccountRequest',
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
{'1': 'OrganisationID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'OrganisationID'},
],
};
/// Descriptor for `CreateProjectAccountRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createProjectAccountRequestDescriptor = $convert.base64Decode(
'ChtDcmVhdGVQcm9qZWN0QWNjb3VudFJlcXVlc3QSJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAh'
'ABUglQcm9qZWN0SUQSLwoOT3JnYW5pc2F0aW9uSUQYAiABKAlCB/pCBHICEAFSDk9yZ2FuaXNh'
'dGlvbklE');
@$core.Deprecated('Use createProjectAccountResultDescriptor instead')
const CreateProjectAccountResult$json = {
'1': 'CreateProjectAccountResult',
'2': [
{'1': 'Credentials', '3': 1, '4': 1, '5': 11, '6': '.api.NatsCredentials', '10': 'Credentials'},
],
};
/// Descriptor for `CreateProjectAccountResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createProjectAccountResultDescriptor = $convert.base64Decode(
'ChpDcmVhdGVQcm9qZWN0QWNjb3VudFJlc3VsdBI2CgtDcmVkZW50aWFscxgBIAEoCzIULmFwaS'
'5OYXRzQ3JlZGVudGlhbHNSC0NyZWRlbnRpYWxz');
@$core.Deprecated('Use createPartnerAppUserRequestDescriptor instead')
const CreatePartnerAppUserRequest$json = {
'1': 'CreatePartnerAppUserRequest',
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
],
};
/// Descriptor for `CreatePartnerAppUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createPartnerAppUserRequestDescriptor = $convert.base64Decode(
'ChtDcmVhdGVQYXJ0bmVyQXBwVXNlclJlcXVlc3QSJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAh'
'ABUglQcm9qZWN0SUQSKwoMUGFydG5lckFwcElEGAIgASgJQgf6QgRyAhABUgxQYXJ0bmVyQXBw'
'SUQ=');
@$core.Deprecated('Use createPartnerAppUserResultDescriptor instead')
const CreatePartnerAppUserResult$json = {
'1': 'CreatePartnerAppUserResult',
'2': [
{'1': 'Credentials', '3': 1, '4': 1, '5': 11, '6': '.api.NatsCredentials', '10': 'Credentials'},
{'1': 'NatsRootSubject', '3': 2, '4': 1, '5': 9, '10': 'NatsRootSubject'},
],
};
/// Descriptor for `CreatePartnerAppUserResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createPartnerAppUserResultDescriptor = $convert.base64Decode(
'ChpDcmVhdGVQYXJ0bmVyQXBwVXNlclJlc3VsdBI2CgtDcmVkZW50aWFscxgBIAEoCzIULmFwaS'
'5OYXRzQ3JlZGVudGlhbHNSC0NyZWRlbnRpYWxzEigKD05hdHNSb290U3ViamVjdBgCIAEoCVIP'
'TmF0c1Jvb3RTdWJqZWN0');
@$core.Deprecated('Use deleteProjectAccountRequestDescriptor instead')
const DeleteProjectAccountRequest$json = {
'1': 'DeleteProjectAccountRequest',
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
],
};
/// Descriptor for `DeleteProjectAccountRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteProjectAccountRequestDescriptor = $convert.base64Decode(
'ChtEZWxldGVQcm9qZWN0QWNjb3VudFJlcXVlc3QSJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAh'
'ABUglQcm9qZWN0SUQ=');
@$core.Deprecated('Use deleteProjectAccountResultDescriptor instead')
const DeleteProjectAccountResult$json = {
'1': 'DeleteProjectAccountResult',
};
/// Descriptor for `DeleteProjectAccountResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteProjectAccountResultDescriptor = $convert.base64Decode(
'ChpEZWxldGVQcm9qZWN0QWNjb3VudFJlc3VsdA==');
@$core.Deprecated('Use deletePartnerAppUserRequestDescriptor instead')
const DeletePartnerAppUserRequest$json = {
'1': 'DeletePartnerAppUserRequest',
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
],
};
/// Descriptor for `DeletePartnerAppUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deletePartnerAppUserRequestDescriptor = $convert.base64Decode(
'ChtEZWxldGVQYXJ0bmVyQXBwVXNlclJlcXVlc3QSJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAh'
'ABUglQcm9qZWN0SUQSKwoMUGFydG5lckFwcElEGAIgASgJQgf6QgRyAhABUgxQYXJ0bmVyQXBw'
'SUQ=');
@$core.Deprecated('Use deletePartnerAppUserResultDescriptor instead')
const DeletePartnerAppUserResult$json = {
'1': 'DeletePartnerAppUserResult',
};
/// Descriptor for `DeletePartnerAppUserResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deletePartnerAppUserResultDescriptor = $convert.base64Decode(
'ChpEZWxldGVQYXJ0bmVyQXBwVXNlclJlc3VsdA==');
@$core.Deprecated('Use renewPartnerAppUserCredentialsRequestDescriptor instead')
const RenewPartnerAppUserCredentialsRequest$json = {
'1': 'RenewPartnerAppUserCredentialsRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
],
'7': {},
};
/// Descriptor for `RenewPartnerAppUserCredentialsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List renewPartnerAppUserCredentialsRequestDescriptor = $convert.base64Decode(
'CiVSZW5ld1BhcnRuZXJBcHBVc2VyQ3JlZGVudGlhbHNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCz'
'IZLmFwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIrCgxQYXJ0bmVy'
'QXBwSUQYAiABKAlCB/pCBHICEAFSDFBhcnRuZXJBcHBJRDoOkkELCgnSAQZIZWFkZXI=');
@$core.Deprecated('Use renewPartnerAppUserCredentialsResultDescriptor instead')
const RenewPartnerAppUserCredentialsResult$json = {
'1': 'RenewPartnerAppUserCredentialsResult',
'2': [
{'1': 'Credentials', '3': 1, '4': 1, '5': 11, '6': '.api.NatsCredentials', '10': 'Credentials'},
],
};
/// Descriptor for `RenewPartnerAppUserCredentialsResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List renewPartnerAppUserCredentialsResultDescriptor = $convert.base64Decode(
'CiRSZW5ld1BhcnRuZXJBcHBVc2VyQ3JlZGVudGlhbHNSZXN1bHQSNgoLQ3JlZGVudGlhbHMYAS'
'ABKAsyFC5hcGkuTmF0c0NyZWRlbnRpYWxzUgtDcmVkZW50aWFscw==');
@$core.Deprecated('Use renewProjectAccountCredentialsRequestDescriptor instead')
const RenewProjectAccountCredentialsRequest$json = {
'1': 'RenewProjectAccountCredentialsRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
],
'7': {},
};
/// Descriptor for `RenewProjectAccountCredentialsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List renewProjectAccountCredentialsRequestDescriptor = $convert.base64Decode(
'CiVSZW5ld1Byb2plY3RBY2NvdW50Q3JlZGVudGlhbHNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCz'
'IZLmFwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlcjoOkkELCgnSAQZI'
'ZWFkZXI=');
@$core.Deprecated('Use renewProjectAccountCredentialsResultDescriptor instead')
const RenewProjectAccountCredentialsResult$json = {
'1': 'RenewProjectAccountCredentialsResult',
'2': [
{'1': 'Credentials', '3': 1, '4': 1, '5': 11, '6': '.api.NatsCredentials', '10': 'Credentials'},
],
};
/// Descriptor for `RenewProjectAccountCredentialsResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List renewProjectAccountCredentialsResultDescriptor = $convert.base64Decode(
'CiRSZW5ld1Byb2plY3RBY2NvdW50Q3JlZGVudGlhbHNSZXN1bHQSNgoLQ3JlZGVudGlhbHMYAS'
'ABKAsyFC5hcGkuTmF0c0NyZWRlbnRpYWxzUgtDcmVkZW50aWFscw==');
@$core.Deprecated('Use pushMessageRequestDescriptor instead')
const PushMessageRequest$json = {
'1': 'PushMessageRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestPartnerAppHeader', '8': {}, '10': 'Header'},
{'1': 'JWT', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'JWT'},
{'1': 'SubjectSuffix', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'SubjectSuffix'},
{'1': 'Payload', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `PushMessageRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pushMessageRequestDescriptor = $convert.base64Decode(
'ChJQdXNoTWVzc2FnZVJlcXVlc3QSPgoGSGVhZGVyGAEgASgLMhwuYXBpLlJlcXVlc3RQYXJ0bm'
'VyQXBwSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEu4CCgNKV1QYAiABKAlC2wKSQdACMs0CVGhl'
'IEpXVCBob2xkaW5nIHRoZSBQYXJ0bmVyQXBwIGlkZW50aXR5IHRvIHdoaWNoIHBhcmVudCBzdW'
'JqZWN0IHRoZSBtZXNzYWdlIHdpbGwgYmUgcHVzaGVkLiBJdCBpcyBhIHNpZ25lZCBKV1QgaXNz'
'dWVkIGJ5IEhBUkRJUyBTQyBORVRXT1JLIHVwb24gUGFydG5lckFwcCBjcmVhdGlvbi4gVGhlIF'
'BhcnRuZXJBcHAgZnJvbSB0aGUgSldUIG11c3QgYmUgdGhlIHNhbWUgYXMgdGhlIG9uZSBpbiB0'
'aGUgSGVhZGVyIGZpZWxkIG1lYW5pbmcgeW91IGNhbm5vdCBwdXNoIGEgbWVzc2FnZSBmb3IgYS'
'BQYXJ0bmVyQXBwIGRpZmZlcmVudCB0aGFuIHRoZSBvbmUgeW91J3JlIGFsbG93ZWQgdG8u+kIE'
'cgIQAVIDSldUEtEBCg1TdWJqZWN0U3VmZml4GAMgASgJQqoBkkGfATKcAVRoZSBzdWJqZWN0IH'
'N1ZmZpeCB0byB3aGljaCB0aGUgbWVzc2FnZSB3aWxsIGJlIHB1c2hlZC4gVGhlIHN1YmplY3Qg'
'd2lsbCBiZSBjb21wb3NlZCBvZiB0aGUgcGFyZW50IHN1YmplY3Qgb2YgdGhlIFBhcnRuZXJBcH'
'AgKGZyb20gdGhlIEpXVCkgYW5kIHRoaXMgc3VmZml4LvpCBHICEAFSDVN1YmplY3RTdWZmaXgS'
'OgoHUGF5bG9hZBgEIAEoCUIgkkEWMhRUaGUgbWVzc2FnZSBwYXlsb2FkLvpCBHICEAFSB1BheW'
'xvYWQ6HpJBGwoZ0gEGSGVhZGVy0gEDSldU0gEHU3ViamVjdA==');
@$core.Deprecated('Use pushMessageResultDescriptor instead')
const PushMessageResult$json = {
'1': 'PushMessageResult',
};
/// Descriptor for `PushMessageResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pushMessageResultDescriptor = $convert.base64Decode(
'ChFQdXNoTWVzc2FnZVJlc3VsdA==');