Files
dart-core-sdk/lib/nats-api.pbjson.dart
2026-05-22 08:22:35 +00:00

216 lines
10 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(
'ChtDcmVhdGVQcm9qZWN0QWNjb3VudFJlcXVlc3QSJgoJUHJvamVjdElEGAEgASgJQgi6gQEEcg'
'IQAVIJUHJvamVjdElEEjAKDk9yZ2FuaXNhdGlvbklEGAIgASgJQgi6gQEEcgIQAVIOT3JnYW5p'
'c2F0aW9uSUQ=');
@$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(
'ChtDcmVhdGVQYXJ0bmVyQXBwVXNlclJlcXVlc3QSJgoJUHJvamVjdElEGAEgASgJQgi6gQEEcg'
'IQAVIJUHJvamVjdElEEiwKDFBhcnRuZXJBcHBJRBgCIAEoCUIIuoEBBHICEAFSDFBhcnRuZXJB'
'cHBJRA==');
@$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(
'ChtEZWxldGVQcm9qZWN0QWNjb3VudFJlcXVlc3QSJgoJUHJvamVjdElEGAEgASgJQgi6gQEEcg'
'IQAVIJUHJvamVjdElE');
@$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(
'ChtEZWxldGVQYXJ0bmVyQXBwVXNlclJlcXVlc3QSJgoJUHJvamVjdElEGAEgASgJQgi6gQEEcg'
'IQAVIJUHJvamVjdElEEiwKDFBhcnRuZXJBcHBJRBgCIAEoCUIIuoEBBHICEAFSDFBhcnRuZXJB'
'cHBJRA==');
@$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(
'CiVSZW5ld1BhcnRuZXJBcHBVc2VyQ3JlZGVudGlhbHNSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCz'
'IZLmFwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISLAoMUGFydG5l'
'ckFwcElEGAIgASgJQgi6gQEEcgIQAVIMUGFydG5lckFwcElEOg6SQQsKCdIBBkhlYWRlcg==');
@$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(
'CiVSZW5ld1Byb2plY3RBY2NvdW50Q3JlZGVudGlhbHNSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCz'
'IZLmFwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXI6DpJBCwoJ0gEG'
'SGVhZGVy');
@$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(
'ChJQdXNoTWVzc2FnZVJlcXVlc3QSPwoGSGVhZGVyGAEgASgLMhwuYXBpLlJlcXVlc3RQYXJ0bm'
'VyQXBwSGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchLvAgoDSldUGAIgASgJQtwCkkHQAjLNAlRo'
'ZSBKV1QgaG9sZGluZyB0aGUgUGFydG5lckFwcCBpZGVudGl0eSB0byB3aGljaCBwYXJlbnQgc3'
'ViamVjdCB0aGUgbWVzc2FnZSB3aWxsIGJlIHB1c2hlZC4gSXQgaXMgYSBzaWduZWQgSldUIGlz'
'c3VlZCBieSBIQVJESVMgU0MgTkVUV09SSyB1cG9uIFBhcnRuZXJBcHAgY3JlYXRpb24uIFRoZS'
'BQYXJ0bmVyQXBwIGZyb20gdGhlIEpXVCBtdXN0IGJlIHRoZSBzYW1lIGFzIHRoZSBvbmUgaW4g'
'dGhlIEhlYWRlciBmaWVsZCBtZWFuaW5nIHlvdSBjYW5ub3QgcHVzaCBhIG1lc3NhZ2UgZm9yIG'
'EgUGFydG5lckFwcCBkaWZmZXJlbnQgdGhhbiB0aGUgb25lIHlvdSdyZSBhbGxvd2VkIHRvLrqB'
'AQRyAhABUgNKV1QS0gEKDVN1YmplY3RTdWZmaXgYAyABKAlCqwGSQZ8BMpwBVGhlIHN1YmplY3'
'Qgc3VmZml4IHRvIHdoaWNoIHRoZSBtZXNzYWdlIHdpbGwgYmUgcHVzaGVkLiBUaGUgc3ViamVj'
'dCB3aWxsIGJlIGNvbXBvc2VkIG9mIHRoZSBwYXJlbnQgc3ViamVjdCBvZiB0aGUgUGFydG5lck'
'FwcCAoZnJvbSB0aGUgSldUKSBhbmQgdGhpcyBzdWZmaXguuoEBBHICEAFSDVN1YmplY3RTdWZm'
'aXgSOwoHUGF5bG9hZBgEIAEoCUIhkkEWMhRUaGUgbWVzc2FnZSBwYXlsb2FkLrqBAQRyAhABUg'
'dQYXlsb2FkOh6SQRsKGdIBBkhlYWRlctIBA0pXVNIBB1N1YmplY3Q=');
@$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==');