meta.pbjson.dart 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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': '.FieldMeta', '10': 'fields'},
  30. const {'1': 'block_metas', '3': 3, '4': 3, '5': 11, '6': '.GridBlockMeta', '10': 'blockMetas'},
  31. ],
  32. };
  33. /// Descriptor for `GridMeta`. Decode as a `google.protobuf.DescriptorProto`.
  34. final $typed_data.Uint8List gridMetaDescriptor = $convert.base64Decode('CghHcmlkTWV0YRIXCgdncmlkX2lkGAEgASgJUgZncmlkSWQSIgoGZmllbGRzGAIgAygLMgouRmllbGRNZXRhUgZmaWVsZHMSLwoLYmxvY2tfbWV0YXMYAyADKAsyDi5HcmlkQmxvY2tNZXRhUgpibG9ja01ldGFz');
  35. @$core.Deprecated('Use gridBlockMetaDescriptor instead')
  36. const GridBlockMeta$json = const {
  37. '1': 'GridBlockMeta',
  38. '2': const [
  39. const {'1': 'block_id', '3': 1, '4': 1, '5': 9, '10': 'blockId'},
  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 `GridBlockMeta`. Decode as a `google.protobuf.DescriptorProto`.
  45. final $typed_data.Uint8List gridBlockMetaDescriptor = $convert.base64Decode('Cg1HcmlkQmxvY2tNZXRhEhkKCGJsb2NrX2lkGAEgASgJUgdibG9ja0lkEiYKD3N0YXJ0X3Jvd19pbmRleBgCIAEoBVINc3RhcnRSb3dJbmRleBIbCglyb3dfY291bnQYAyABKAVSCHJvd0NvdW50');
  46. @$core.Deprecated('Use gridBlockMetaSerdeDescriptor instead')
  47. const GridBlockMetaSerde$json = const {
  48. '1': 'GridBlockMetaSerde',
  49. '2': const [
  50. const {'1': 'block_id', '3': 1, '4': 1, '5': 9, '10': 'blockId'},
  51. const {'1': 'row_metas', '3': 2, '4': 3, '5': 11, '6': '.RowMeta', '10': 'rowMetas'},
  52. ],
  53. };
  54. /// Descriptor for `GridBlockMetaSerde`. Decode as a `google.protobuf.DescriptorProto`.
  55. final $typed_data.Uint8List gridBlockMetaSerdeDescriptor = $convert.base64Decode('ChJHcmlkQmxvY2tNZXRhU2VyZGUSGQoIYmxvY2tfaWQYASABKAlSB2Jsb2NrSWQSJQoJcm93X21ldGFzGAIgAygLMgguUm93TWV0YVIIcm93TWV0YXM=');
  56. @$core.Deprecated('Use fieldMetaDescriptor instead')
  57. const FieldMeta$json = const {
  58. '1': 'FieldMeta',
  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_option_json', '3': 8, '4': 1, '5': 9, '10': 'typeOptionJson'},
  68. ],
  69. };
  70. /// Descriptor for `FieldMeta`. Decode as a `google.protobuf.DescriptorProto`.
  71. final $typed_data.Uint8List fieldMetaDescriptor = $convert.base64Decode('CglGaWVsZE1ldGESDgoCaWQYASABKAlSAmlkEhIKBG5hbWUYAiABKAlSBG5hbWUSEgoEZGVzYxgDIAEoCVIEZGVzYxIpCgpmaWVsZF90eXBlGAQgASgOMgouRmllbGRUeXBlUglmaWVsZFR5cGUSFgoGZnJvemVuGAUgASgIUgZmcm96ZW4SHgoKdmlzaWJpbGl0eRgGIAEoCFIKdmlzaWJpbGl0eRIUCgV3aWR0aBgHIAEoBVIFd2lkdGgSKAoQdHlwZV9vcHRpb25fanNvbhgIIAEoCVIOdHlwZU9wdGlvbkpzb24=');
  72. @$core.Deprecated('Use fieldChangesetDescriptor instead')
  73. const FieldChangeset$json = const {
  74. '1': 'FieldChangeset',
  75. '2': const [
  76. const {'1': 'field_id', '3': 1, '4': 1, '5': 9, '10': 'fieldId'},
  77. const {'1': 'grid_id', '3': 2, '4': 1, '5': 9, '10': 'gridId'},
  78. const {'1': 'name', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'name'},
  79. const {'1': 'desc', '3': 4, '4': 1, '5': 9, '9': 1, '10': 'desc'},
  80. const {'1': 'field_type', '3': 5, '4': 1, '5': 14, '6': '.FieldType', '9': 2, '10': 'fieldType'},
  81. const {'1': 'frozen', '3': 6, '4': 1, '5': 8, '9': 3, '10': 'frozen'},
  82. const {'1': 'visibility', '3': 7, '4': 1, '5': 8, '9': 4, '10': 'visibility'},
  83. const {'1': 'width', '3': 8, '4': 1, '5': 5, '9': 5, '10': 'width'},
  84. const {'1': 'type_options', '3': 9, '4': 1, '5': 9, '9': 6, '10': 'typeOptions'},
  85. ],
  86. '8': const [
  87. const {'1': 'one_of_name'},
  88. const {'1': 'one_of_desc'},
  89. const {'1': 'one_of_field_type'},
  90. const {'1': 'one_of_frozen'},
  91. const {'1': 'one_of_visibility'},
  92. const {'1': 'one_of_width'},
  93. const {'1': 'one_of_type_options'},
  94. ],
  95. };
  96. /// Descriptor for `FieldChangeset`. Decode as a `google.protobuf.DescriptorProto`.
  97. final $typed_data.Uint8List fieldChangesetDescriptor = $convert.base64Decode('Cg5GaWVsZENoYW5nZXNldBIZCghmaWVsZF9pZBgBIAEoCVIHZmllbGRJZBIXCgdncmlkX2lkGAIgASgJUgZncmlkSWQSFAoEbmFtZRgDIAEoCUgAUgRuYW1lEhQKBGRlc2MYBCABKAlIAVIEZGVzYxIrCgpmaWVsZF90eXBlGAUgASgOMgouRmllbGRUeXBlSAJSCWZpZWxkVHlwZRIYCgZmcm96ZW4YBiABKAhIA1IGZnJvemVuEiAKCnZpc2liaWxpdHkYByABKAhIBFIKdmlzaWJpbGl0eRIWCgV3aWR0aBgIIAEoBUgFUgV3aWR0aBIjCgx0eXBlX29wdGlvbnMYCSABKAlIBlILdHlwZU9wdGlvbnNCDQoLb25lX29mX25hbWVCDQoLb25lX29mX2Rlc2NCEwoRb25lX29mX2ZpZWxkX3R5cGVCDwoNb25lX29mX2Zyb3plbkITChFvbmVfb2ZfdmlzaWJpbGl0eUIOCgxvbmVfb2Zfd2lkdGhCFQoTb25lX29mX3R5cGVfb3B0aW9ucw==');
  98. @$core.Deprecated('Use anyDataDescriptor instead')
  99. const AnyData$json = const {
  100. '1': 'AnyData',
  101. '2': const [
  102. const {'1': 'type_id', '3': 1, '4': 1, '5': 9, '10': 'typeId'},
  103. const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  104. ],
  105. };
  106. /// Descriptor for `AnyData`. Decode as a `google.protobuf.DescriptorProto`.
  107. final $typed_data.Uint8List anyDataDescriptor = $convert.base64Decode('CgdBbnlEYXRhEhcKB3R5cGVfaWQYASABKAlSBnR5cGVJZBIUCgV2YWx1ZRgCIAEoDFIFdmFsdWU=');
  108. @$core.Deprecated('Use rowMetaDescriptor instead')
  109. const RowMeta$json = const {
  110. '1': 'RowMeta',
  111. '2': const [
  112. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  113. const {'1': 'block_id', '3': 2, '4': 1, '5': 9, '10': 'blockId'},
  114. const {'1': 'cell_by_field_id', '3': 3, '4': 3, '5': 11, '6': '.RowMeta.CellByFieldIdEntry', '10': 'cellByFieldId'},
  115. const {'1': 'height', '3': 4, '4': 1, '5': 5, '10': 'height'},
  116. const {'1': 'visibility', '3': 5, '4': 1, '5': 8, '10': 'visibility'},
  117. ],
  118. '3': const [RowMeta_CellByFieldIdEntry$json],
  119. };
  120. @$core.Deprecated('Use rowMetaDescriptor instead')
  121. const RowMeta_CellByFieldIdEntry$json = const {
  122. '1': 'CellByFieldIdEntry',
  123. '2': const [
  124. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  125. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.CellMeta', '10': 'value'},
  126. ],
  127. '7': const {'7': true},
  128. };
  129. /// Descriptor for `RowMeta`. Decode as a `google.protobuf.DescriptorProto`.
  130. final $typed_data.Uint8List rowMetaDescriptor = $convert.base64Decode('CgdSb3dNZXRhEg4KAmlkGAEgASgJUgJpZBIZCghibG9ja19pZBgCIAEoCVIHYmxvY2tJZBJEChBjZWxsX2J5X2ZpZWxkX2lkGAMgAygLMhsuUm93TWV0YS5DZWxsQnlGaWVsZElkRW50cnlSDWNlbGxCeUZpZWxkSWQSFgoGaGVpZ2h0GAQgASgFUgZoZWlnaHQSHgoKdmlzaWJpbGl0eRgFIAEoCFIKdmlzaWJpbGl0eRpLChJDZWxsQnlGaWVsZElkRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSHwoFdmFsdWUYAiABKAsyCS5DZWxsTWV0YVIFdmFsdWU6AjgB');
  131. @$core.Deprecated('Use rowMetaChangesetDescriptor instead')
  132. const RowMetaChangeset$json = const {
  133. '1': 'RowMetaChangeset',
  134. '2': const [
  135. const {'1': 'row_id', '3': 1, '4': 1, '5': 9, '10': 'rowId'},
  136. const {'1': 'height', '3': 2, '4': 1, '5': 5, '9': 0, '10': 'height'},
  137. const {'1': 'visibility', '3': 3, '4': 1, '5': 8, '9': 1, '10': 'visibility'},
  138. const {'1': 'cell_by_field_id', '3': 4, '4': 3, '5': 11, '6': '.RowMetaChangeset.CellByFieldIdEntry', '10': 'cellByFieldId'},
  139. ],
  140. '3': const [RowMetaChangeset_CellByFieldIdEntry$json],
  141. '8': const [
  142. const {'1': 'one_of_height'},
  143. const {'1': 'one_of_visibility'},
  144. ],
  145. };
  146. @$core.Deprecated('Use rowMetaChangesetDescriptor instead')
  147. const RowMetaChangeset_CellByFieldIdEntry$json = const {
  148. '1': 'CellByFieldIdEntry',
  149. '2': const [
  150. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  151. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.CellMeta', '10': 'value'},
  152. ],
  153. '7': const {'7': true},
  154. };
  155. /// Descriptor for `RowMetaChangeset`. Decode as a `google.protobuf.DescriptorProto`.
  156. final $typed_data.Uint8List rowMetaChangesetDescriptor = $convert.base64Decode('ChBSb3dNZXRhQ2hhbmdlc2V0EhUKBnJvd19pZBgBIAEoCVIFcm93SWQSGAoGaGVpZ2h0GAIgASgFSABSBmhlaWdodBIgCgp2aXNpYmlsaXR5GAMgASgISAFSCnZpc2liaWxpdHkSTQoQY2VsbF9ieV9maWVsZF9pZBgEIAMoCzIkLlJvd01ldGFDaGFuZ2VzZXQuQ2VsbEJ5RmllbGRJZEVudHJ5Ug1jZWxsQnlGaWVsZElkGksKEkNlbGxCeUZpZWxkSWRFbnRyeRIQCgNrZXkYASABKAlSA2tleRIfCgV2YWx1ZRgCIAEoCzIJLkNlbGxNZXRhUgV2YWx1ZToCOAFCDwoNb25lX29mX2hlaWdodEITChFvbmVfb2ZfdmlzaWJpbGl0eQ==');
  157. @$core.Deprecated('Use cellMetaDescriptor instead')
  158. const CellMeta$json = const {
  159. '1': 'CellMeta',
  160. '2': const [
  161. const {'1': 'field_id', '3': 1, '4': 1, '5': 9, '10': 'fieldId'},
  162. const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  163. ],
  164. };
  165. /// Descriptor for `CellMeta`. Decode as a `google.protobuf.DescriptorProto`.
  166. final $typed_data.Uint8List cellMetaDescriptor = $convert.base64Decode('CghDZWxsTWV0YRIZCghmaWVsZF9pZBgBIAEoCVIHZmllbGRJZBISCgRkYXRhGAIgASgJUgRkYXRh');
  167. @$core.Deprecated('Use cellMetaChangesetDescriptor instead')
  168. const CellMetaChangeset$json = const {
  169. '1': 'CellMetaChangeset',
  170. '2': const [
  171. const {'1': 'grid_id', '3': 1, '4': 1, '5': 9, '10': 'gridId'},
  172. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  173. const {'1': 'field_id', '3': 3, '4': 1, '5': 9, '10': 'fieldId'},
  174. const {'1': 'data', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'data'},
  175. ],
  176. '8': const [
  177. const {'1': 'one_of_data'},
  178. ],
  179. };
  180. /// Descriptor for `CellMetaChangeset`. Decode as a `google.protobuf.DescriptorProto`.
  181. final $typed_data.Uint8List cellMetaChangesetDescriptor = $convert.base64Decode('ChFDZWxsTWV0YUNoYW5nZXNldBIXCgdncmlkX2lkGAEgASgJUgZncmlkSWQSFQoGcm93X2lkGAIgASgJUgVyb3dJZBIZCghmaWVsZF9pZBgDIAEoCVIHZmllbGRJZBIUCgRkYXRhGAQgASgJSABSBGRhdGFCDQoLb25lX29mX2RhdGE=');
  182. @$core.Deprecated('Use buildGridContextDescriptor instead')
  183. const BuildGridContext$json = const {
  184. '1': 'BuildGridContext',
  185. '2': const [
  186. const {'1': 'field_metas', '3': 1, '4': 3, '5': 11, '6': '.FieldMeta', '10': 'fieldMetas'},
  187. const {'1': 'block_metas', '3': 2, '4': 1, '5': 11, '6': '.GridBlockMeta', '10': 'blockMetas'},
  188. const {'1': 'block_meta_data', '3': 3, '4': 1, '5': 11, '6': '.GridBlockMetaSerde', '10': 'blockMetaData'},
  189. ],
  190. };
  191. /// Descriptor for `BuildGridContext`. Decode as a `google.protobuf.DescriptorProto`.
  192. final $typed_data.Uint8List buildGridContextDescriptor = $convert.base64Decode('ChBCdWlsZEdyaWRDb250ZXh0EisKC2ZpZWxkX21ldGFzGAEgAygLMgouRmllbGRNZXRhUgpmaWVsZE1ldGFzEi8KC2Jsb2NrX21ldGFzGAIgASgLMg4uR3JpZEJsb2NrTWV0YVIKYmxvY2tNZXRhcxI7Cg9ibG9ja19tZXRhX2RhdGEYAyABKAsyEy5HcmlkQmxvY2tNZXRhU2VyZGVSDWJsb2NrTWV0YURhdGE=');