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

83 lines
3.6 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from viz-default-view.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 updatePlatformDefaultViewRequestDescriptor instead')
const UpdatePlatformDefaultViewRequest$json = {
'1': 'UpdatePlatformDefaultViewRequest',
'2': [
{'1': 'ViewID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ViewID'},
{'1': 'Payload', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
{'1': 'IsPrivate', '3': 5, '4': 1, '5': 8, '8': {}, '10': 'IsPrivate'},
],
'7': {},
};
/// Descriptor for `UpdatePlatformDefaultViewRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List updatePlatformDefaultViewRequestDescriptor = $convert.base64Decode(
'CiBVcGRhdGVQbGF0Zm9ybURlZmF1bHRWaWV3UmVxdWVzdBI6CgZWaWV3SUQYASABKAlCIpJBGD'
'IWSWRlbnRpZmllciBvZiB0aGUgVmlld/pCBHICEAFSBlZpZXdJRBI5CgdQYXlsb2FkGAQgASgJ'
'Qh+SQRUyE0NvbnRlbnQgb2YgdGhlIFZpZXf6QgRyAhABUgdQYXlsb2FkEjkKCUlzUHJpdmF0ZR'
'gFIAEoCEIbkkEYMhZWaXNpYmlsaXR5IG9mIHRoZSBWaWV3UglJc1ByaXZhdGU6GJJBFQoT0gEG'
'Vmlld0lE0gEHUGF5bG9hZA==');
@$core.Deprecated('Use createPlatformDefaultViewRequestDescriptor instead')
const CreatePlatformDefaultViewRequest$json = {
'1': 'CreatePlatformDefaultViewRequest',
'2': [
{'1': 'ScreenID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ScreenID'},
{'1': 'Payload', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
{'1': 'IsPrivate', '3': 5, '4': 1, '5': 8, '8': {}, '10': 'IsPrivate'},
],
'7': {},
};
/// Descriptor for `CreatePlatformDefaultViewRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createPlatformDefaultViewRequestDescriptor = $convert.base64Decode(
'CiBDcmVhdGVQbGF0Zm9ybURlZmF1bHRWaWV3UmVxdWVzdBJACghTY3JlZW5JRBgBIAEoCUIkkk'
'EaMhhJZGVudGlmaWVyIG9mIHRoZSBTY3JlZW76QgRyAhABUghTY3JlZW5JRBI5CgdQYXlsb2Fk'
'GAQgASgJQh+SQRUyE0NvbnRlbnQgb2YgdGhlIFZpZXf6QgRyAhABUgdQYXlsb2FkEjkKCUlzUH'
'JpdmF0ZRgFIAEoCEIbkkEYMhZWaXNpYmlsaXR5IG9mIHRoZSBWaWV3UglJc1ByaXZhdGU6GpJB'
'FwoV0gEIU2NyZWVuSUTSAQdQYXlsb2Fk');
@$core.Deprecated('Use createPlatformDefaultViewResultDescriptor instead')
const CreatePlatformDefaultViewResult$json = {
'1': 'CreatePlatformDefaultViewResult',
'2': [
{'1': 'ViewID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ViewID'},
],
'7': {},
};
/// Descriptor for `CreatePlatformDefaultViewResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createPlatformDefaultViewResultDescriptor = $convert.base64Decode(
'Ch9DcmVhdGVQbGF0Zm9ybURlZmF1bHRWaWV3UmVzdWx0EjMKBlZpZXdJRBgBIAEoCUIbkkEYMh'
'ZJZGVudGlmaWVyIG9mIHRoZSBWaWV3UgZWaWV3SUQ6HZJBGgoYMhZJRCBvZiB0aGUgY3JlYXRl'
'ZCBWaWV3');
@$core.Deprecated('Use updatePlatformDefaultViewResultDescriptor instead')
const UpdatePlatformDefaultViewResult$json = {
'1': 'UpdatePlatformDefaultViewResult',
'2': [
{'1': 'ViewID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ViewID'},
],
};
/// Descriptor for `UpdatePlatformDefaultViewResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List updatePlatformDefaultViewResultDescriptor = $convert.base64Decode(
'Ch9VcGRhdGVQbGF0Zm9ybURlZmF1bHRWaWV3UmVzdWx0EjMKBlZpZXdJRBgBIAEoCUIbkkEYMh'
'ZJZGVudGlmaWVyIG9mIHRoZSBWaWV3UgZWaWV3SUQ=');