Files
dart-viz-sdk/lib/viz-default-view.pbjson.dart
2026-05-25 13:08:12 +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(
'CiBVcGRhdGVQbGF0Zm9ybURlZmF1bHRWaWV3UmVxdWVzdBI7CgZWaWV3SUQYASABKAlCI5JBGD'
'IWSWRlbnRpZmllciBvZiB0aGUgVmlld7qBAQRyAhABUgZWaWV3SUQSOgoHUGF5bG9hZBgEIAEo'
'CUIgkkEVMhNDb250ZW50IG9mIHRoZSBWaWV3uoEBBHICEAFSB1BheWxvYWQSOQoJSXNQcml2YX'
'RlGAUgASgIQhuSQRgyFlZpc2liaWxpdHkgb2YgdGhlIFZpZXdSCUlzUHJpdmF0ZToYkkEVChPS'
'AQZWaWV3SUTSAQdQYXlsb2Fk');
@$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(
'CiBDcmVhdGVQbGF0Zm9ybURlZmF1bHRWaWV3UmVxdWVzdBJBCghTY3JlZW5JRBgBIAEoCUIlkk'
'EaMhhJZGVudGlmaWVyIG9mIHRoZSBTY3JlZW66gQEEcgIQAVIIU2NyZWVuSUQSOgoHUGF5bG9h'
'ZBgEIAEoCUIgkkEVMhNDb250ZW50IG9mIHRoZSBWaWV3uoEBBHICEAFSB1BheWxvYWQSOQoJSX'
'NQcml2YXRlGAUgASgIQhuSQRgyFlZpc2liaWxpdHkgb2YgdGhlIFZpZXdSCUlzUHJpdmF0ZToa'
'kkEXChXSAQhTY3JlZW5JRNIBB1BheWxvYWQ=');
@$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=');