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

156 lines
5.7 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from idp.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 iDPDescriptor instead')
const IDP$json = {
'1': 'IDP',
'2': [
{'1': 'ID', '3': 1, '4': 1, '5': 9, '10': 'ID'},
{'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'},
{'1': 'KCID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'KCID'},
{'1': 'OrganisationID', '3': 4, '4': 1, '5': 9, '10': 'OrganisationID'},
],
};
/// Descriptor for `IDP`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List iDPDescriptor = $convert.base64Decode(
'CgNJRFASDgoCSUQYASABKAlSAklEEh8KBkRvbWFpbhgCIAEoCUIH+kIEcgIQAVIGRG9tYWluEh'
'sKBEtDSUQYAyABKAlCB/pCBHICEAFSBEtDSUQSJgoOT3JnYW5pc2F0aW9uSUQYBCABKAlSDk9y'
'Z2FuaXNhdGlvbklE');
@$core.Deprecated('Use deleteIDPRequestDescriptor instead')
const DeleteIDPRequest$json = {
'1': 'DeleteIDPRequest',
'2': [
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
],
};
/// Descriptor for `DeleteIDPRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteIDPRequestDescriptor = $convert.base64Decode(
'ChBEZWxldGVJRFBSZXF1ZXN0EhcKAklEGAEgASgJQgf6QgRyAhABUgJJRA==');
@$core.Deprecated('Use getIDPRequestDescriptor instead')
const GetIDPRequest$json = {
'1': 'GetIDPRequest',
'2': [
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
],
};
/// Descriptor for `GetIDPRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getIDPRequestDescriptor = $convert.base64Decode(
'Cg1HZXRJRFBSZXF1ZXN0EhcKAklEGAEgASgJQgf6QgRyAhABUgJJRA==');
@$core.Deprecated('Use createIDPRequestDescriptor instead')
const CreateIDPRequest$json = {
'1': 'CreateIDPRequest',
'2': [
{'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'},
{'1': 'KCID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'KCID'},
{'1': 'OrganisationID', '3': 4, '4': 1, '5': 9, '10': 'OrganisationID'},
],
};
/// Descriptor for `CreateIDPRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createIDPRequestDescriptor = $convert.base64Decode(
'ChBDcmVhdGVJRFBSZXF1ZXN0Eh8KBkRvbWFpbhgCIAEoCUIH+kIEcgIQAVIGRG9tYWluEhsKBE'
'tDSUQYAyABKAlCB/pCBHICEAFSBEtDSUQSJgoOT3JnYW5pc2F0aW9uSUQYBCABKAlSDk9yZ2Fu'
'aXNhdGlvbklE');
@$core.Deprecated('Use updateIDPRequestDescriptor instead')
const UpdateIDPRequest$json = {
'1': 'UpdateIDPRequest',
'2': [
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
{'1': 'KCID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'KCID'},
{'1': 'OrganisationID', '3': 3, '4': 1, '5': 9, '10': 'OrganisationID'},
],
};
/// Descriptor for `UpdateIDPRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List updateIDPRequestDescriptor = $convert.base64Decode(
'ChBVcGRhdGVJRFBSZXF1ZXN0EhcKAklEGAEgASgJQgf6QgRyAhABUgJJRBIbCgRLQ0lEGAIgAS'
'gJQgf6QgRyAhABUgRLQ0lEEiYKDk9yZ2FuaXNhdGlvbklEGAMgASgJUg5PcmdhbmlzYXRpb25J'
'RA==');
@$core.Deprecated('Use listIDPRequestDescriptor instead')
const ListIDPRequest$json = {
'1': 'ListIDPRequest',
};
/// Descriptor for `ListIDPRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listIDPRequestDescriptor = $convert.base64Decode(
'Cg5MaXN0SURQUmVxdWVzdA==');
@$core.Deprecated('Use createIDPResultDescriptor instead')
const CreateIDPResult$json = {
'1': 'CreateIDPResult',
'2': [
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.api.IDP', '10': 'Result'},
],
};
/// Descriptor for `CreateIDPResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createIDPResultDescriptor = $convert.base64Decode(
'Cg9DcmVhdGVJRFBSZXN1bHQSIAoGUmVzdWx0GAEgASgLMgguYXBpLklEUFIGUmVzdWx0');
@$core.Deprecated('Use updateIDPResultDescriptor instead')
const UpdateIDPResult$json = {
'1': 'UpdateIDPResult',
'2': [
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.api.IDP', '10': 'Result'},
],
};
/// Descriptor for `UpdateIDPResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List updateIDPResultDescriptor = $convert.base64Decode(
'Cg9VcGRhdGVJRFBSZXN1bHQSIAoGUmVzdWx0GAEgASgLMgguYXBpLklEUFIGUmVzdWx0');
@$core.Deprecated('Use getIDPResultDescriptor instead')
const GetIDPResult$json = {
'1': 'GetIDPResult',
'2': [
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.api.IDP', '10': 'Result'},
],
};
/// Descriptor for `GetIDPResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getIDPResultDescriptor = $convert.base64Decode(
'CgxHZXRJRFBSZXN1bHQSIAoGUmVzdWx0GAEgASgLMgguYXBpLklEUFIGUmVzdWx0');
@$core.Deprecated('Use listIDPResultDescriptor instead')
const ListIDPResult$json = {
'1': 'ListIDPResult',
'2': [
{'1': 'IDPs', '3': 1, '4': 3, '5': 11, '6': '.api.IDP', '10': 'IDPs'},
],
};
/// Descriptor for `ListIDPResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listIDPResultDescriptor = $convert.base64Decode(
'Cg1MaXN0SURQUmVzdWx0EhwKBElEUHMYASADKAsyCC5hcGkuSURQUgRJRFBz');
@$core.Deprecated('Use deleteIDPResultDescriptor instead')
const DeleteIDPResult$json = {
'1': 'DeleteIDPResult',
};
/// Descriptor for `DeleteIDPResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteIDPResultDescriptor = $convert.base64Decode(
'Cg9EZWxldGVJRFBSZXN1bHQ=');