grid.pbjson.dart 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. ///
  2. // Generated code. Do not modify.
  3. // source: grid.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 gridDescriptor instead')
  25. const Grid$json = const {
  26. '1': 'Grid',
  27. '2': const [
  28. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  29. const {'1': 'field_orders', '3': 2, '4': 1, '5': 11, '6': '.RepeatedFieldOrder', '10': 'fieldOrders'},
  30. const {'1': 'row_orders', '3': 3, '4': 1, '5': 11, '6': '.RepeatedRowOrder', '10': 'rowOrders'},
  31. ],
  32. };
  33. /// Descriptor for `Grid`. Decode as a `google.protobuf.DescriptorProto`.
  34. final $typed_data.Uint8List gridDescriptor = $convert.base64Decode('CgRHcmlkEg4KAmlkGAEgASgJUgJpZBI2CgxmaWVsZF9vcmRlcnMYAiABKAsyEy5SZXBlYXRlZEZpZWxkT3JkZXJSC2ZpZWxkT3JkZXJzEjAKCnJvd19vcmRlcnMYAyABKAsyES5SZXBlYXRlZFJvd09yZGVyUglyb3dPcmRlcnM=');
  35. @$core.Deprecated('Use fieldOrderDescriptor instead')
  36. const FieldOrder$json = const {
  37. '1': 'FieldOrder',
  38. '2': const [
  39. const {'1': 'field_id', '3': 1, '4': 1, '5': 9, '10': 'fieldId'},
  40. const {'1': 'visibility', '3': 2, '4': 1, '5': 8, '10': 'visibility'},
  41. ],
  42. };
  43. /// Descriptor for `FieldOrder`. Decode as a `google.protobuf.DescriptorProto`.
  44. final $typed_data.Uint8List fieldOrderDescriptor = $convert.base64Decode('CgpGaWVsZE9yZGVyEhkKCGZpZWxkX2lkGAEgASgJUgdmaWVsZElkEh4KCnZpc2liaWxpdHkYAiABKAhSCnZpc2liaWxpdHk=');
  45. @$core.Deprecated('Use repeatedFieldOrderDescriptor instead')
  46. const RepeatedFieldOrder$json = const {
  47. '1': 'RepeatedFieldOrder',
  48. '2': const [
  49. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.FieldOrder', '10': 'items'},
  50. ],
  51. };
  52. /// Descriptor for `RepeatedFieldOrder`. Decode as a `google.protobuf.DescriptorProto`.
  53. final $typed_data.Uint8List repeatedFieldOrderDescriptor = $convert.base64Decode('ChJSZXBlYXRlZEZpZWxkT3JkZXISIQoFaXRlbXMYASADKAsyCy5GaWVsZE9yZGVyUgVpdGVtcw==');
  54. @$core.Deprecated('Use fieldDescriptor instead')
  55. const Field$json = const {
  56. '1': 'Field',
  57. '2': const [
  58. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  59. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  60. const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
  61. const {'1': 'field_type', '3': 4, '4': 1, '5': 14, '6': '.FieldType', '10': 'fieldType'},
  62. const {'1': 'frozen', '3': 5, '4': 1, '5': 8, '10': 'frozen'},
  63. const {'1': 'width', '3': 6, '4': 1, '5': 5, '10': 'width'},
  64. const {'1': 'type_options', '3': 7, '4': 1, '5': 11, '6': '.AnyData', '10': 'typeOptions'},
  65. ],
  66. };
  67. /// Descriptor for `Field`. Decode as a `google.protobuf.DescriptorProto`.
  68. final $typed_data.Uint8List fieldDescriptor = $convert.base64Decode('CgVGaWVsZBIOCgJpZBgBIAEoCVICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZRISCgRkZXNjGAMgASgJUgRkZXNjEikKCmZpZWxkX3R5cGUYBCABKA4yCi5GaWVsZFR5cGVSCWZpZWxkVHlwZRIWCgZmcm96ZW4YBSABKAhSBmZyb3plbhIUCgV3aWR0aBgGIAEoBVIFd2lkdGgSKwoMdHlwZV9vcHRpb25zGAcgASgLMgguQW55RGF0YVILdHlwZU9wdGlvbnM=');
  69. @$core.Deprecated('Use repeatedFieldDescriptor instead')
  70. const RepeatedField$json = const {
  71. '1': 'RepeatedField',
  72. '2': const [
  73. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Field', '10': 'items'},
  74. ],
  75. };
  76. /// Descriptor for `RepeatedField`. Decode as a `google.protobuf.DescriptorProto`.
  77. final $typed_data.Uint8List repeatedFieldDescriptor = $convert.base64Decode('Cg1SZXBlYXRlZEZpZWxkEhwKBWl0ZW1zGAEgAygLMgYuRmllbGRSBWl0ZW1z');
  78. @$core.Deprecated('Use anyDataDescriptor instead')
  79. const AnyData$json = const {
  80. '1': 'AnyData',
  81. '2': const [
  82. const {'1': 'type_id', '3': 1, '4': 1, '5': 9, '10': 'typeId'},
  83. const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  84. ],
  85. };
  86. /// Descriptor for `AnyData`. Decode as a `google.protobuf.DescriptorProto`.
  87. final $typed_data.Uint8List anyDataDescriptor = $convert.base64Decode('CgdBbnlEYXRhEhcKB3R5cGVfaWQYASABKAlSBnR5cGVJZBIUCgV2YWx1ZRgCIAEoDFIFdmFsdWU=');
  88. @$core.Deprecated('Use rowOrderDescriptor instead')
  89. const RowOrder$json = const {
  90. '1': 'RowOrder',
  91. '2': const [
  92. const {'1': 'grid_id', '3': 1, '4': 1, '5': 9, '10': 'gridId'},
  93. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  94. const {'1': 'visibility', '3': 3, '4': 1, '5': 8, '10': 'visibility'},
  95. ],
  96. };
  97. /// Descriptor for `RowOrder`. Decode as a `google.protobuf.DescriptorProto`.
  98. final $typed_data.Uint8List rowOrderDescriptor = $convert.base64Decode('CghSb3dPcmRlchIXCgdncmlkX2lkGAEgASgJUgZncmlkSWQSFQoGcm93X2lkGAIgASgJUgVyb3dJZBIeCgp2aXNpYmlsaXR5GAMgASgIUgp2aXNpYmlsaXR5');
  99. @$core.Deprecated('Use repeatedRowOrderDescriptor instead')
  100. const RepeatedRowOrder$json = const {
  101. '1': 'RepeatedRowOrder',
  102. '2': const [
  103. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.RowOrder', '10': 'items'},
  104. ],
  105. };
  106. /// Descriptor for `RepeatedRowOrder`. Decode as a `google.protobuf.DescriptorProto`.
  107. final $typed_data.Uint8List repeatedRowOrderDescriptor = $convert.base64Decode('ChBSZXBlYXRlZFJvd09yZGVyEh8KBWl0ZW1zGAEgAygLMgkuUm93T3JkZXJSBWl0ZW1z');
  108. @$core.Deprecated('Use rawRowDescriptor instead')
  109. const RawRow$json = const {
  110. '1': 'RawRow',
  111. '2': const [
  112. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  113. const {'1': 'grid_id', '3': 2, '4': 1, '5': 9, '10': 'gridId'},
  114. const {'1': 'cell_by_field_id', '3': 3, '4': 3, '5': 11, '6': '.RawRow.CellByFieldIdEntry', '10': 'cellByFieldId'},
  115. const {'1': 'height', '3': 4, '4': 1, '5': 5, '10': 'height'},
  116. ],
  117. '3': const [RawRow_CellByFieldIdEntry$json],
  118. };
  119. @$core.Deprecated('Use rawRowDescriptor instead')
  120. const RawRow_CellByFieldIdEntry$json = const {
  121. '1': 'CellByFieldIdEntry',
  122. '2': const [
  123. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  124. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.RawCell', '10': 'value'},
  125. ],
  126. '7': const {'7': true},
  127. };
  128. /// Descriptor for `RawRow`. Decode as a `google.protobuf.DescriptorProto`.
  129. final $typed_data.Uint8List rawRowDescriptor = $convert.base64Decode('CgZSYXdSb3cSDgoCaWQYASABKAlSAmlkEhcKB2dyaWRfaWQYAiABKAlSBmdyaWRJZBJDChBjZWxsX2J5X2ZpZWxkX2lkGAMgAygLMhouUmF3Um93LkNlbGxCeUZpZWxkSWRFbnRyeVINY2VsbEJ5RmllbGRJZBIWCgZoZWlnaHQYBCABKAVSBmhlaWdodBpKChJDZWxsQnlGaWVsZElkRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSHgoFdmFsdWUYAiABKAsyCC5SYXdDZWxsUgV2YWx1ZToCOAE=');
  130. @$core.Deprecated('Use rawCellDescriptor instead')
  131. const RawCell$json = const {
  132. '1': 'RawCell',
  133. '2': const [
  134. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  135. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  136. const {'1': 'field_id', '3': 3, '4': 1, '5': 9, '10': 'fieldId'},
  137. const {'1': 'data', '3': 4, '4': 1, '5': 11, '6': '.AnyData', '10': 'data'},
  138. const {'1': 'height', '3': 5, '4': 1, '5': 5, '10': 'height'},
  139. ],
  140. };
  141. /// Descriptor for `RawCell`. Decode as a `google.protobuf.DescriptorProto`.
  142. final $typed_data.Uint8List rawCellDescriptor = $convert.base64Decode('CgdSYXdDZWxsEg4KAmlkGAEgASgJUgJpZBIVCgZyb3dfaWQYAiABKAlSBXJvd0lkEhkKCGZpZWxkX2lkGAMgASgJUgdmaWVsZElkEhwKBGRhdGEYBCABKAsyCC5BbnlEYXRhUgRkYXRhEhYKBmhlaWdodBgFIAEoBVIGaGVpZ2h0');
  143. @$core.Deprecated('Use repeatedRowDescriptor instead')
  144. const RepeatedRow$json = const {
  145. '1': 'RepeatedRow',
  146. '2': const [
  147. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Row', '10': 'items'},
  148. ],
  149. };
  150. /// Descriptor for `RepeatedRow`. Decode as a `google.protobuf.DescriptorProto`.
  151. final $typed_data.Uint8List repeatedRowDescriptor = $convert.base64Decode('CgtSZXBlYXRlZFJvdxIaCgVpdGVtcxgBIAMoCzIELlJvd1IFaXRlbXM=');
  152. @$core.Deprecated('Use rowDescriptor instead')
  153. const Row$json = const {
  154. '1': 'Row',
  155. '2': const [
  156. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  157. const {'1': 'cell_by_field_id', '3': 2, '4': 3, '5': 11, '6': '.Row.CellByFieldIdEntry', '10': 'cellByFieldId'},
  158. const {'1': 'height', '3': 3, '4': 1, '5': 5, '10': 'height'},
  159. ],
  160. '3': const [Row_CellByFieldIdEntry$json],
  161. };
  162. @$core.Deprecated('Use rowDescriptor instead')
  163. const Row_CellByFieldIdEntry$json = const {
  164. '1': 'CellByFieldIdEntry',
  165. '2': const [
  166. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  167. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.Cell', '10': 'value'},
  168. ],
  169. '7': const {'7': true},
  170. };
  171. /// Descriptor for `Row`. Decode as a `google.protobuf.DescriptorProto`.
  172. final $typed_data.Uint8List rowDescriptor = $convert.base64Decode('CgNSb3cSDgoCaWQYASABKAlSAmlkEkAKEGNlbGxfYnlfZmllbGRfaWQYAiADKAsyFy5Sb3cuQ2VsbEJ5RmllbGRJZEVudHJ5Ug1jZWxsQnlGaWVsZElkEhYKBmhlaWdodBgDIAEoBVIGaGVpZ2h0GkcKEkNlbGxCeUZpZWxkSWRFbnRyeRIQCgNrZXkYASABKAlSA2tleRIbCgV2YWx1ZRgCIAEoCzIFLkNlbGxSBXZhbHVlOgI4AQ==');
  173. @$core.Deprecated('Use cellDescriptor instead')
  174. const Cell$json = const {
  175. '1': 'Cell',
  176. '2': const [
  177. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  178. const {'1': 'field_id', '3': 2, '4': 1, '5': 9, '10': 'fieldId'},
  179. const {'1': 'content', '3': 3, '4': 1, '5': 9, '10': 'content'},
  180. ],
  181. };
  182. /// Descriptor for `Cell`. Decode as a `google.protobuf.DescriptorProto`.
  183. final $typed_data.Uint8List cellDescriptor = $convert.base64Decode('CgRDZWxsEg4KAmlkGAEgASgJUgJpZBIZCghmaWVsZF9pZBgCIAEoCVIHZmllbGRJZBIYCgdjb250ZW50GAMgASgJUgdjb250ZW50');
  184. @$core.Deprecated('Use cellChangesetDescriptor instead')
  185. const CellChangeset$json = const {
  186. '1': 'CellChangeset',
  187. '2': const [
  188. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  189. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  190. const {'1': 'field_id', '3': 3, '4': 1, '5': 9, '10': 'fieldId'},
  191. const {'1': 'data', '3': 4, '4': 1, '5': 9, '10': 'data'},
  192. ],
  193. };
  194. /// Descriptor for `CellChangeset`. Decode as a `google.protobuf.DescriptorProto`.
  195. final $typed_data.Uint8List cellChangesetDescriptor = $convert.base64Decode('Cg1DZWxsQ2hhbmdlc2V0Eg4KAmlkGAEgASgJUgJpZBIVCgZyb3dfaWQYAiABKAlSBXJvd0lkEhkKCGZpZWxkX2lkGAMgASgJUgdmaWVsZElkEhIKBGRhdGEYBCABKAlSBGRhdGE=');
  196. @$core.Deprecated('Use createGridPayloadDescriptor instead')
  197. const CreateGridPayload$json = const {
  198. '1': 'CreateGridPayload',
  199. '2': const [
  200. const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
  201. ],
  202. };
  203. /// Descriptor for `CreateGridPayload`. Decode as a `google.protobuf.DescriptorProto`.
  204. final $typed_data.Uint8List createGridPayloadDescriptor = $convert.base64Decode('ChFDcmVhdGVHcmlkUGF5bG9hZBISCgRuYW1lGAEgASgJUgRuYW1l');
  205. @$core.Deprecated('Use gridIdDescriptor instead')
  206. const GridId$json = const {
  207. '1': 'GridId',
  208. '2': const [
  209. const {'1': 'value', '3': 1, '4': 1, '5': 9, '10': 'value'},
  210. ],
  211. };
  212. /// Descriptor for `GridId`. Decode as a `google.protobuf.DescriptorProto`.
  213. final $typed_data.Uint8List gridIdDescriptor = $convert.base64Decode('CgZHcmlkSWQSFAoFdmFsdWUYASABKAlSBXZhbHVl');
  214. @$core.Deprecated('Use queryFieldPayloadDescriptor instead')
  215. const QueryFieldPayload$json = const {
  216. '1': 'QueryFieldPayload',
  217. '2': const [
  218. const {'1': 'grid_id', '3': 1, '4': 1, '5': 9, '10': 'gridId'},
  219. const {'1': 'field_orders', '3': 2, '4': 1, '5': 11, '6': '.RepeatedFieldOrder', '10': 'fieldOrders'},
  220. ],
  221. };
  222. /// Descriptor for `QueryFieldPayload`. Decode as a `google.protobuf.DescriptorProto`.
  223. final $typed_data.Uint8List queryFieldPayloadDescriptor = $convert.base64Decode('ChFRdWVyeUZpZWxkUGF5bG9hZBIXCgdncmlkX2lkGAEgASgJUgZncmlkSWQSNgoMZmllbGRfb3JkZXJzGAIgASgLMhMuUmVwZWF0ZWRGaWVsZE9yZGVyUgtmaWVsZE9yZGVycw==');
  224. @$core.Deprecated('Use queryRowPayloadDescriptor instead')
  225. const QueryRowPayload$json = const {
  226. '1': 'QueryRowPayload',
  227. '2': const [
  228. const {'1': 'grid_id', '3': 1, '4': 1, '5': 9, '10': 'gridId'},
  229. const {'1': 'row_orders', '3': 2, '4': 1, '5': 11, '6': '.RepeatedRowOrder', '10': 'rowOrders'},
  230. ],
  231. };
  232. /// Descriptor for `QueryRowPayload`. Decode as a `google.protobuf.DescriptorProto`.
  233. final $typed_data.Uint8List queryRowPayloadDescriptor = $convert.base64Decode('Cg9RdWVyeVJvd1BheWxvYWQSFwoHZ3JpZF9pZBgBIAEoCVIGZ3JpZElkEjAKCnJvd19vcmRlcnMYAiABKAsyES5SZXBlYXRlZFJvd09yZGVyUglyb3dPcmRlcnM=');