Files
dart-viz-sdk/lib/viz-user-settings.pbjson.dart
2026-05-25 13:08:12 +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(
'ChVQdXRVc2VyU2V0dGluZ1JlcXVlc3QSTQoDS2V5GAEgASgJQjuSQTAyHEtleTogZWFjaCBrZX'
'kgbXVzdCBiZSB1bmlxdWVKECJwcmVmZXJyZWRUaGVtZSK6gQEEcgIQAVIDS2V5EioKBVZhbHVl'
'GAIgASgJQhSSQQlKByJkYXJrICK6gQEEcgIQAVIFVmFsdWU6LZJBKgooMhhLZXksIFZhbHVlIH'
'BhaXIgdG8gc3RvcmXSAQNLZXnSAQVWYWx1ZQ==');
@$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(
'ChRQdXRVc2VyU2V0dGluZ1Jlc3VsdBIvCgNLZXkYASABKAlCHZJBEkoQInByZWZlcnJlZFRoZW'
'1lIrqBAQRyAhABUgNLZXkSKQoFVmFsdWUYAiABKAlCE5JBCEoGImRhcmsiuoEBBHICEAFSBVZh'
'bHVlOh+SQRwKGjIYS2V5LCBWYWx1ZSBwYWlyIHJlc3BvbnNl');
@$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(
'ChVHZXRVc2VyU2V0dGluZ1JlcXVlc3QSLwoDS2V5GAIgASgJQh2SQRJKECJwcmVmZXJyZWRUaG'
'VtZSK6gQEEcgIQAVIDS2V5Oi2SQSoKKDIgS2V5IG9mIHRoZSB1c2VyJ3Mgc2V0dGluZyB0byBn'
'ZXTSAQNLZXk=');
@$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(
'ChRHZXRVc2VyU2V0dGluZ1Jlc3VsdBIvCgNLZXkYASABKAlCHZJBEkoQInByZWZlcnJlZFRoZW'
'1lIrqBAQRyAhABUgNLZXkSKQoFVmFsdWUYAiABKAlCE5JBCEoGImRhcmsiuoEBBHICEAFSBVZh'
'bHVlOh+SQRwKGjIYS2V5LCBWYWx1ZSBwYWlyIHJlc3BvbnNl');
@$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(
'ChhEZWxldGVVc2VyU2V0dGluZ1JlcXVlc3QSLwoDS2V5GAIgASgJQh2SQRJKECJwcmVmZXJyZW'
'RUaGVtZSK6gQEEcgIQAVIDS2V5OjCSQS0KKzIjS2V5IG9mIHRoZSB1c2VyJ3Mgc2V0dGluZyB0'
'byBkZWxldGXSAQNLZXk=');
@$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');