Files
dart-viz-sdk/lib/viz-user-settings.pbjson.dart
2025-07-28 14:34:22 +00:00

144 lines
5.7 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from viz-user-settings.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 userSettingDescriptor instead')
const UserSetting$json = {
'1': 'UserSetting',
'2': [
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '10': 'UserID'},
{'1': 'Key', '3': 2, '4': 1, '5': 9, '10': 'Key'},
{'1': 'Value', '3': 3, '4': 1, '5': 9, '10': 'Value'},
],
};
/// Descriptor for `UserSetting`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List userSettingDescriptor = $convert.base64Decode(
'CgtVc2VyU2V0dGluZxIWCgZVc2VySUQYASABKAlSBlVzZXJJRBIQCgNLZXkYAiABKAlSA0tleR'
'IUCgVWYWx1ZRgDIAEoCVIFVmFsdWU=');
@$core.Deprecated('Use putUserSettingRequestDescriptor instead')
const PutUserSettingRequest$json = {
'1': 'PutUserSettingRequest',
'2': [
{'1': 'Key', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Key'},
{'1': 'Value', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Value'},
],
'7': {},
};
/// Descriptor for `PutUserSettingRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List putUserSettingRequestDescriptor = $convert.base64Decode(
'ChVQdXRVc2VyU2V0dGluZ1JlcXVlc3QSTAoDS2V5GAEgASgJQjqSQTAyHEtleTogZWFjaCBrZX'
'kgbXVzdCBiZSB1bmlxdWVKECJwcmVmZXJyZWRUaGVtZSL6QgRyAhABUgNLZXkSKQoFVmFsdWUY'
'AiABKAlCE5JBCUoHImRhcmsgIvpCBHICEAFSBVZhbHVlOi2SQSoKKDIYS2V5LCBWYWx1ZSBwYW'
'lyIHRvIHN0b3Jl0gEDS2V50gEFVmFsdWU=');
@$core.Deprecated('Use putUserSettingResultDescriptor instead')
const PutUserSettingResult$json = {
'1': 'PutUserSettingResult',
'2': [
{'1': 'Key', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Key'},
{'1': 'Value', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Value'},
],
'7': {},
};
/// Descriptor for `PutUserSettingResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List putUserSettingResultDescriptor = $convert.base64Decode(
'ChRQdXRVc2VyU2V0dGluZ1Jlc3VsdBIuCgNLZXkYASABKAlCHJJBEkoQInByZWZlcnJlZFRoZW'
'1lIvpCBHICEAFSA0tleRIoCgVWYWx1ZRgCIAEoCUISkkEISgYiZGFyayL6QgRyAhABUgVWYWx1'
'ZTofkkEcChoyGEtleSwgVmFsdWUgcGFpciByZXNwb25zZQ==');
@$core.Deprecated('Use getUserSettingRequestDescriptor instead')
const GetUserSettingRequest$json = {
'1': 'GetUserSettingRequest',
'2': [
{'1': 'Key', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Key'},
],
'7': {},
};
/// Descriptor for `GetUserSettingRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getUserSettingRequestDescriptor = $convert.base64Decode(
'ChVHZXRVc2VyU2V0dGluZ1JlcXVlc3QSLgoDS2V5GAIgASgJQhySQRJKECJwcmVmZXJyZWRUaG'
'VtZSL6QgRyAhABUgNLZXk6LZJBKgooMiBLZXkgb2YgdGhlIHVzZXIncyBzZXR0aW5nIHRvIGdl'
'dNIBA0tleQ==');
@$core.Deprecated('Use getUserSettingResultDescriptor instead')
const GetUserSettingResult$json = {
'1': 'GetUserSettingResult',
'2': [
{'1': 'Key', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Key'},
{'1': 'Value', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Value'},
],
'7': {},
};
/// Descriptor for `GetUserSettingResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getUserSettingResultDescriptor = $convert.base64Decode(
'ChRHZXRVc2VyU2V0dGluZ1Jlc3VsdBIuCgNLZXkYASABKAlCHJJBEkoQInByZWZlcnJlZFRoZW'
'1lIvpCBHICEAFSA0tleRIoCgVWYWx1ZRgCIAEoCUISkkEISgYiZGFyayL6QgRyAhABUgVWYWx1'
'ZTofkkEcChoyGEtleSwgVmFsdWUgcGFpciByZXNwb25zZQ==');
@$core.Deprecated('Use deleteUserSettingRequestDescriptor instead')
const DeleteUserSettingRequest$json = {
'1': 'DeleteUserSettingRequest',
'2': [
{'1': 'Key', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Key'},
],
'7': {},
};
/// Descriptor for `DeleteUserSettingRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteUserSettingRequestDescriptor = $convert.base64Decode(
'ChhEZWxldGVVc2VyU2V0dGluZ1JlcXVlc3QSLgoDS2V5GAIgASgJQhySQRJKECJwcmVmZXJyZW'
'RUaGVtZSL6QgRyAhABUgNLZXk6MJJBLQorMiNLZXkgb2YgdGhlIHVzZXIncyBzZXR0aW5nIHRv'
'IGRlbGV0ZdIBA0tleQ==');
@$core.Deprecated('Use deleteUserSettingResultDescriptor instead')
const DeleteUserSettingResult$json = {
'1': 'DeleteUserSettingResult',
};
/// Descriptor for `DeleteUserSettingResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteUserSettingResultDescriptor = $convert.base64Decode(
'ChdEZWxldGVVc2VyU2V0dGluZ1Jlc3VsdA==');
@$core.Deprecated('Use listUserSettingsRequestDescriptor instead')
const ListUserSettingsRequest$json = {
'1': 'ListUserSettingsRequest',
};
/// Descriptor for `ListUserSettingsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listUserSettingsRequestDescriptor = $convert.base64Decode(
'ChdMaXN0VXNlclNldHRpbmdzUmVxdWVzdA==');
@$core.Deprecated('Use listUserSettingsResultDescriptor instead')
const ListUserSettingsResult$json = {
'1': 'ListUserSettingsResult',
'2': [
{'1': 'UserSettings', '3': 1, '4': 3, '5': 11, '6': '.vizapi.GetUserSettingResult', '10': 'UserSettings'},
],
'7': {},
};
/// Descriptor for `ListUserSettingsResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listUserSettingsResultDescriptor = $convert.base64Decode(
'ChZMaXN0VXNlclNldHRpbmdzUmVzdWx0EkAKDFVzZXJTZXR0aW5ncxgBIAMoCzIcLnZpemFwaS'
'5HZXRVc2VyU2V0dGluZ1Jlc3VsdFIMVXNlclNldHRpbmdzOiKSQR8KHTIbTGlzdCBvZiB0aGUg'
'dXNlcidzIHNldHRpbmdz');