meta.pbjson.dart 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. ///
  2. // Generated code. Do not modify.
  3. // source: meta.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
  7. import 'dart:core' as $core;
  8. import 'dart:convert' as $convert;
  9. import 'dart:typed_data' as $typed_data;
  10. @$core.Deprecated('Use fieldTypeDescriptor instead')
  11. const FieldType$json = const {
  12. '1': 'FieldType',
  13. '2': const [
  14. const {'1': 'RichText', '2': 0},
  15. const {'1': 'Number', '2': 1},
  16. const {'1': 'DateTime', '2': 2},
  17. const {'1': 'SingleSelect', '2': 3},
  18. const {'1': 'MultiSelect', '2': 4},
  19. const {'1': 'Checkbox', '2': 5},
  20. ],
  21. };
  22. /// Descriptor for `FieldType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  23. final $typed_data.Uint8List fieldTypeDescriptor = $convert.base64Decode('CglGaWVsZFR5cGUSDAoIUmljaFRleHQQABIKCgZOdW1iZXIQARIMCghEYXRlVGltZRACEhAKDFNpbmdsZVNlbGVjdBADEg8KC011bHRpU2VsZWN0EAQSDAoIQ2hlY2tib3gQBQ==');
  24. @$core.Deprecated('Use gridMetaDescriptor instead')
  25. const GridMeta$json = const {
  26. '1': 'GridMeta',
  27. '2': const [
  28. const {'1': 'grid_id', '3': 1, '4': 1, '5': 9, '10': 'gridId'},
  29. const {'1': 'fields', '3': 2, '4': 3, '5': 11, '6': '.Field', '10': 'fields'},
  30. const {'1': 'blocks', '3': 3, '4': 3, '5': 11, '6': '.Block', '10': 'blocks'},
  31. ],
  32. };
  33. /// Descriptor for `GridMeta`. Decode as a `google.protobuf.DescriptorProto`.
  34. final $typed_data.Uint8List gridMetaDescriptor = $convert.base64Decode('CghHcmlkTWV0YRIXCgdncmlkX2lkGAEgASgJUgZncmlkSWQSHgoGZmllbGRzGAIgAygLMgYuRmllbGRSBmZpZWxkcxIeCgZibG9ja3MYAyADKAsyBi5CbG9ja1IGYmxvY2tz');
  35. @$core.Deprecated('Use blockDescriptor instead')
  36. const Block$json = const {
  37. '1': 'Block',
  38. '2': const [
  39. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  40. const {'1': 'start_row_index', '3': 2, '4': 1, '5': 5, '10': 'startRowIndex'},
  41. const {'1': 'row_count', '3': 3, '4': 1, '5': 5, '10': 'rowCount'},
  42. ],
  43. };
  44. /// Descriptor for `Block`. Decode as a `google.protobuf.DescriptorProto`.
  45. final $typed_data.Uint8List blockDescriptor = $convert.base64Decode('CgVCbG9jaxIOCgJpZBgBIAEoCVICaWQSJgoPc3RhcnRfcm93X2luZGV4GAIgASgFUg1zdGFydFJvd0luZGV4EhsKCXJvd19jb3VudBgDIAEoBVIIcm93Q291bnQ=');
  46. @$core.Deprecated('Use blockMetaDescriptor instead')
  47. const BlockMeta$json = const {
  48. '1': 'BlockMeta',
  49. '2': const [
  50. const {'1': 'block_id', '3': 1, '4': 1, '5': 9, '10': 'blockId'},
  51. const {'1': 'rows', '3': 2, '4': 3, '5': 11, '6': '.RowMeta', '10': 'rows'},
  52. ],
  53. };
  54. /// Descriptor for `BlockMeta`. Decode as a `google.protobuf.DescriptorProto`.
  55. final $typed_data.Uint8List blockMetaDescriptor = $convert.base64Decode('CglCbG9ja01ldGESGQoIYmxvY2tfaWQYASABKAlSB2Jsb2NrSWQSHAoEcm93cxgCIAMoCzIILlJvd01ldGFSBHJvd3M=');
  56. @$core.Deprecated('Use fieldDescriptor instead')
  57. const Field$json = const {
  58. '1': 'Field',
  59. '2': const [
  60. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  61. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  62. const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
  63. const {'1': 'field_type', '3': 4, '4': 1, '5': 14, '6': '.FieldType', '10': 'fieldType'},
  64. const {'1': 'frozen', '3': 5, '4': 1, '5': 8, '10': 'frozen'},
  65. const {'1': 'visibility', '3': 6, '4': 1, '5': 8, '10': 'visibility'},
  66. const {'1': 'width', '3': 7, '4': 1, '5': 5, '10': 'width'},
  67. const {'1': 'type_options', '3': 8, '4': 1, '5': 11, '6': '.AnyData', '10': 'typeOptions'},
  68. ],
  69. };
  70. /// Descriptor for `Field`. Decode as a `google.protobuf.DescriptorProto`.
  71. final $typed_data.Uint8List fieldDescriptor = $convert.base64Decode('CgVGaWVsZBIOCgJpZBgBIAEoCVICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZRISCgRkZXNjGAMgASgJUgRkZXNjEikKCmZpZWxkX3R5cGUYBCABKA4yCi5GaWVsZFR5cGVSCWZpZWxkVHlwZRIWCgZmcm96ZW4YBSABKAhSBmZyb3plbhIeCgp2aXNpYmlsaXR5GAYgASgIUgp2aXNpYmlsaXR5EhQKBXdpZHRoGAcgASgFUgV3aWR0aBIrCgx0eXBlX29wdGlvbnMYCCABKAsyCC5BbnlEYXRhUgt0eXBlT3B0aW9ucw==');
  72. @$core.Deprecated('Use repeatedFieldDescriptor instead')
  73. const RepeatedField$json = const {
  74. '1': 'RepeatedField',
  75. '2': const [
  76. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Field', '10': 'items'},
  77. ],
  78. };
  79. /// Descriptor for `RepeatedField`. Decode as a `google.protobuf.DescriptorProto`.
  80. final $typed_data.Uint8List repeatedFieldDescriptor = $convert.base64Decode('Cg1SZXBlYXRlZEZpZWxkEhwKBWl0ZW1zGAEgAygLMgYuRmllbGRSBWl0ZW1z');
  81. @$core.Deprecated('Use anyDataDescriptor instead')
  82. const AnyData$json = const {
  83. '1': 'AnyData',
  84. '2': const [
  85. const {'1': 'type_id', '3': 1, '4': 1, '5': 9, '10': 'typeId'},
  86. const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  87. ],
  88. };
  89. /// Descriptor for `AnyData`. Decode as a `google.protobuf.DescriptorProto`.
  90. final $typed_data.Uint8List anyDataDescriptor = $convert.base64Decode('CgdBbnlEYXRhEhcKB3R5cGVfaWQYASABKAlSBnR5cGVJZBIUCgV2YWx1ZRgCIAEoDFIFdmFsdWU=');
  91. @$core.Deprecated('Use rowMetaDescriptor instead')
  92. const RowMeta$json = const {
  93. '1': 'RowMeta',
  94. '2': const [
  95. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  96. const {'1': 'block_id', '3': 2, '4': 1, '5': 9, '10': 'blockId'},
  97. const {'1': 'cell_by_field_id', '3': 3, '4': 3, '5': 11, '6': '.RowMeta.CellByFieldIdEntry', '10': 'cellByFieldId'},
  98. const {'1': 'height', '3': 4, '4': 1, '5': 5, '10': 'height'},
  99. const {'1': 'visibility', '3': 5, '4': 1, '5': 8, '10': 'visibility'},
  100. ],
  101. '3': const [RowMeta_CellByFieldIdEntry$json],
  102. };
  103. @$core.Deprecated('Use rowMetaDescriptor instead')
  104. const RowMeta_CellByFieldIdEntry$json = const {
  105. '1': 'CellByFieldIdEntry',
  106. '2': const [
  107. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  108. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.CellMeta', '10': 'value'},
  109. ],
  110. '7': const {'7': true},
  111. };
  112. /// Descriptor for `RowMeta`. Decode as a `google.protobuf.DescriptorProto`.
  113. final $typed_data.Uint8List rowMetaDescriptor = $convert.base64Decode('CgdSb3dNZXRhEg4KAmlkGAEgASgJUgJpZBIZCghibG9ja19pZBgCIAEoCVIHYmxvY2tJZBJEChBjZWxsX2J5X2ZpZWxkX2lkGAMgAygLMhsuUm93TWV0YS5DZWxsQnlGaWVsZElkRW50cnlSDWNlbGxCeUZpZWxkSWQSFgoGaGVpZ2h0GAQgASgFUgZoZWlnaHQSHgoKdmlzaWJpbGl0eRgFIAEoCFIKdmlzaWJpbGl0eRpLChJDZWxsQnlGaWVsZElkRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSHwoFdmFsdWUYAiABKAsyCS5DZWxsTWV0YVIFdmFsdWU6AjgB');
  114. @$core.Deprecated('Use rowMetaChangesetDescriptor instead')
  115. const RowMetaChangeset$json = const {
  116. '1': 'RowMetaChangeset',
  117. '2': const [
  118. const {'1': 'row_id', '3': 1, '4': 1, '5': 9, '10': 'rowId'},
  119. const {'1': 'height', '3': 2, '4': 1, '5': 5, '9': 0, '10': 'height'},
  120. const {'1': 'visibility', '3': 3, '4': 1, '5': 8, '9': 1, '10': 'visibility'},
  121. const {'1': 'cell_by_field_id', '3': 4, '4': 3, '5': 11, '6': '.RowMetaChangeset.CellByFieldIdEntry', '10': 'cellByFieldId'},
  122. ],
  123. '3': const [RowMetaChangeset_CellByFieldIdEntry$json],
  124. '8': const [
  125. const {'1': 'one_of_height'},
  126. const {'1': 'one_of_visibility'},
  127. ],
  128. };
  129. @$core.Deprecated('Use rowMetaChangesetDescriptor instead')
  130. const RowMetaChangeset_CellByFieldIdEntry$json = const {
  131. '1': 'CellByFieldIdEntry',
  132. '2': const [
  133. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  134. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.CellMeta', '10': 'value'},
  135. ],
  136. '7': const {'7': true},
  137. };
  138. /// Descriptor for `RowMetaChangeset`. Decode as a `google.protobuf.DescriptorProto`.
  139. final $typed_data.Uint8List rowMetaChangesetDescriptor = $convert.base64Decode('ChBSb3dNZXRhQ2hhbmdlc2V0EhUKBnJvd19pZBgBIAEoCVIFcm93SWQSGAoGaGVpZ2h0GAIgASgFSABSBmhlaWdodBIgCgp2aXNpYmlsaXR5GAMgASgISAFSCnZpc2liaWxpdHkSTQoQY2VsbF9ieV9maWVsZF9pZBgEIAMoCzIkLlJvd01ldGFDaGFuZ2VzZXQuQ2VsbEJ5RmllbGRJZEVudHJ5Ug1jZWxsQnlGaWVsZElkGksKEkNlbGxCeUZpZWxkSWRFbnRyeRIQCgNrZXkYASABKAlSA2tleRIfCgV2YWx1ZRgCIAEoCzIJLkNlbGxNZXRhUgV2YWx1ZToCOAFCDwoNb25lX29mX2hlaWdodEITChFvbmVfb2ZfdmlzaWJpbGl0eQ==');
  140. @$core.Deprecated('Use cellMetaDescriptor instead')
  141. const CellMeta$json = const {
  142. '1': 'CellMeta',
  143. '2': const [
  144. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  145. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  146. const {'1': 'field_id', '3': 3, '4': 1, '5': 9, '10': 'fieldId'},
  147. const {'1': 'data', '3': 4, '4': 1, '5': 11, '6': '.AnyData', '10': 'data'},
  148. const {'1': 'height', '3': 5, '4': 1, '5': 5, '10': 'height'},
  149. ],
  150. };
  151. /// Descriptor for `CellMeta`. Decode as a `google.protobuf.DescriptorProto`.
  152. final $typed_data.Uint8List cellMetaDescriptor = $convert.base64Decode('CghDZWxsTWV0YRIOCgJpZBgBIAEoCVICaWQSFQoGcm93X2lkGAIgASgJUgVyb3dJZBIZCghmaWVsZF9pZBgDIAEoCVIHZmllbGRJZBIcCgRkYXRhGAQgASgLMgguQW55RGF0YVIEZGF0YRIWCgZoZWlnaHQYBSABKAVSBmhlaWdodA==');