grid.pbjson.dart 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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': 'filters', '3': 2, '4': 1, '5': 11, '6': '.RepeatedFilter', '10': 'filters'},
  30. const {'1': 'field_orders', '3': 3, '4': 1, '5': 11, '6': '.RepeatedFieldOrder', '10': 'fieldOrders'},
  31. const {'1': 'row_orders', '3': 4, '4': 1, '5': 11, '6': '.RepeatedRowOrder', '10': 'rowOrders'},
  32. ],
  33. };
  34. /// Descriptor for `Grid`. Decode as a `google.protobuf.DescriptorProto`.
  35. final $typed_data.Uint8List gridDescriptor = $convert.base64Decode('CgRHcmlkEg4KAmlkGAEgASgJUgJpZBIpCgdmaWx0ZXJzGAIgASgLMg8uUmVwZWF0ZWRGaWx0ZXJSB2ZpbHRlcnMSNgoMZmllbGRfb3JkZXJzGAMgASgLMhMuUmVwZWF0ZWRGaWVsZE9yZGVyUgtmaWVsZE9yZGVycxIwCgpyb3dfb3JkZXJzGAQgASgLMhEuUmVwZWF0ZWRSb3dPcmRlclIJcm93T3JkZXJz');
  36. @$core.Deprecated('Use fieldOrderDescriptor instead')
  37. const FieldOrder$json = const {
  38. '1': 'FieldOrder',
  39. '2': const [
  40. const {'1': 'field_id', '3': 1, '4': 1, '5': 9, '10': 'fieldId'},
  41. const {'1': 'visibility', '3': 2, '4': 1, '5': 8, '10': 'visibility'},
  42. ],
  43. };
  44. /// Descriptor for `FieldOrder`. Decode as a `google.protobuf.DescriptorProto`.
  45. final $typed_data.Uint8List fieldOrderDescriptor = $convert.base64Decode('CgpGaWVsZE9yZGVyEhkKCGZpZWxkX2lkGAEgASgJUgdmaWVsZElkEh4KCnZpc2liaWxpdHkYAiABKAhSCnZpc2liaWxpdHk=');
  46. @$core.Deprecated('Use repeatedFieldOrderDescriptor instead')
  47. const RepeatedFieldOrder$json = const {
  48. '1': 'RepeatedFieldOrder',
  49. '2': const [
  50. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.FieldOrder', '10': 'items'},
  51. ],
  52. };
  53. /// Descriptor for `RepeatedFieldOrder`. Decode as a `google.protobuf.DescriptorProto`.
  54. final $typed_data.Uint8List repeatedFieldOrderDescriptor = $convert.base64Decode('ChJSZXBlYXRlZEZpZWxkT3JkZXISIQoFaXRlbXMYASADKAsyCy5GaWVsZE9yZGVyUgVpdGVtcw==');
  55. @$core.Deprecated('Use fieldDescriptor instead')
  56. const Field$json = const {
  57. '1': 'Field',
  58. '2': const [
  59. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  60. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  61. const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
  62. const {'1': 'field_type', '3': 4, '4': 1, '5': 14, '6': '.FieldType', '10': 'fieldType'},
  63. const {'1': 'frozen', '3': 5, '4': 1, '5': 8, '10': 'frozen'},
  64. const {'1': 'width', '3': 6, '4': 1, '5': 5, '10': 'width'},
  65. const {'1': 'type_options', '3': 7, '4': 1, '5': 11, '6': '.AnyData', '10': 'typeOptions'},
  66. ],
  67. };
  68. /// Descriptor for `Field`. Decode as a `google.protobuf.DescriptorProto`.
  69. final $typed_data.Uint8List fieldDescriptor = $convert.base64Decode('CgVGaWVsZBIOCgJpZBgBIAEoCVICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZRISCgRkZXNjGAMgASgJUgRkZXNjEikKCmZpZWxkX3R5cGUYBCABKA4yCi5GaWVsZFR5cGVSCWZpZWxkVHlwZRIWCgZmcm96ZW4YBSABKAhSBmZyb3plbhIUCgV3aWR0aBgGIAEoBVIFd2lkdGgSKwoMdHlwZV9vcHRpb25zGAcgASgLMgguQW55RGF0YVILdHlwZU9wdGlvbnM=');
  70. @$core.Deprecated('Use repeatedFieldDescriptor instead')
  71. const RepeatedField$json = const {
  72. '1': 'RepeatedField',
  73. '2': const [
  74. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Field', '10': 'items'},
  75. ],
  76. };
  77. /// Descriptor for `RepeatedField`. Decode as a `google.protobuf.DescriptorProto`.
  78. final $typed_data.Uint8List repeatedFieldDescriptor = $convert.base64Decode('Cg1SZXBlYXRlZEZpZWxkEhwKBWl0ZW1zGAEgAygLMgYuRmllbGRSBWl0ZW1z');
  79. @$core.Deprecated('Use anyDataDescriptor instead')
  80. const AnyData$json = const {
  81. '1': 'AnyData',
  82. '2': const [
  83. const {'1': 'type_id', '3': 1, '4': 1, '5': 9, '10': 'typeId'},
  84. const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  85. ],
  86. };
  87. /// Descriptor for `AnyData`. Decode as a `google.protobuf.DescriptorProto`.
  88. final $typed_data.Uint8List anyDataDescriptor = $convert.base64Decode('CgdBbnlEYXRhEhcKB3R5cGVfaWQYASABKAlSBnR5cGVJZBIUCgV2YWx1ZRgCIAEoDFIFdmFsdWU=');
  89. @$core.Deprecated('Use rowOrderDescriptor instead')
  90. const RowOrder$json = const {
  91. '1': 'RowOrder',
  92. '2': const [
  93. const {'1': 'grid_id', '3': 1, '4': 1, '5': 9, '10': 'gridId'},
  94. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  95. const {'1': 'visibility', '3': 3, '4': 1, '5': 8, '10': 'visibility'},
  96. ],
  97. };
  98. /// Descriptor for `RowOrder`. Decode as a `google.protobuf.DescriptorProto`.
  99. final $typed_data.Uint8List rowOrderDescriptor = $convert.base64Decode('CghSb3dPcmRlchIXCgdncmlkX2lkGAEgASgJUgZncmlkSWQSFQoGcm93X2lkGAIgASgJUgVyb3dJZBIeCgp2aXNpYmlsaXR5GAMgASgIUgp2aXNpYmlsaXR5');
  100. @$core.Deprecated('Use repeatedRowOrderDescriptor instead')
  101. const RepeatedRowOrder$json = const {
  102. '1': 'RepeatedRowOrder',
  103. '2': const [
  104. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.RowOrder', '10': 'items'},
  105. ],
  106. };
  107. /// Descriptor for `RepeatedRowOrder`. Decode as a `google.protobuf.DescriptorProto`.
  108. final $typed_data.Uint8List repeatedRowOrderDescriptor = $convert.base64Decode('ChBSZXBlYXRlZFJvd09yZGVyEh8KBWl0ZW1zGAEgAygLMgkuUm93T3JkZXJSBWl0ZW1z');
  109. @$core.Deprecated('Use rawRowDescriptor instead')
  110. const RawRow$json = const {
  111. '1': 'RawRow',
  112. '2': const [
  113. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  114. const {'1': 'grid_id', '3': 2, '4': 1, '5': 9, '10': 'gridId'},
  115. const {'1': 'cell_by_field_id', '3': 3, '4': 3, '5': 11, '6': '.RawRow.CellByFieldIdEntry', '10': 'cellByFieldId'},
  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('CgZSYXdSb3cSDgoCaWQYASABKAlSAmlkEhcKB2dyaWRfaWQYAiABKAlSBmdyaWRJZBJDChBjZWxsX2J5X2ZpZWxkX2lkGAMgAygLMhouUmF3Um93LkNlbGxCeUZpZWxkSWRFbnRyeVINY2VsbEJ5RmllbGRJZBpKChJDZWxsQnlGaWVsZElkRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSHgoFdmFsdWUYAiABKAsyCC5SYXdDZWxsUgV2YWx1ZToCOAE=');
  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': 9, '10': 'data'},
  138. ],
  139. };
  140. /// Descriptor for `RawCell`. Decode as a `google.protobuf.DescriptorProto`.
  141. final $typed_data.Uint8List rawCellDescriptor = $convert.base64Decode('CgdSYXdDZWxsEg4KAmlkGAEgASgJUgJpZBIVCgZyb3dfaWQYAiABKAlSBXJvd0lkEhkKCGZpZWxkX2lkGAMgASgJUgdmaWVsZElkEhIKBGRhdGEYBCABKAlSBGRhdGE=');
  142. @$core.Deprecated('Use repeatedRowDescriptor instead')
  143. const RepeatedRow$json = const {
  144. '1': 'RepeatedRow',
  145. '2': const [
  146. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Row', '10': 'items'},
  147. ],
  148. };
  149. /// Descriptor for `RepeatedRow`. Decode as a `google.protobuf.DescriptorProto`.
  150. final $typed_data.Uint8List repeatedRowDescriptor = $convert.base64Decode('CgtSZXBlYXRlZFJvdxIaCgVpdGVtcxgBIAMoCzIELlJvd1IFaXRlbXM=');
  151. @$core.Deprecated('Use rowDescriptor instead')
  152. const Row$json = const {
  153. '1': 'Row',
  154. '2': const [
  155. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  156. const {'1': 'cell_by_field_id', '3': 2, '4': 3, '5': 11, '6': '.Row.CellByFieldIdEntry', '10': 'cellByFieldId'},
  157. ],
  158. '3': const [Row_CellByFieldIdEntry$json],
  159. };
  160. @$core.Deprecated('Use rowDescriptor instead')
  161. const Row_CellByFieldIdEntry$json = const {
  162. '1': 'CellByFieldIdEntry',
  163. '2': const [
  164. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  165. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.Cell', '10': 'value'},
  166. ],
  167. '7': const {'7': true},
  168. };
  169. /// Descriptor for `Row`. Decode as a `google.protobuf.DescriptorProto`.
  170. final $typed_data.Uint8List rowDescriptor = $convert.base64Decode('CgNSb3cSDgoCaWQYASABKAlSAmlkEkAKEGNlbGxfYnlfZmllbGRfaWQYAiADKAsyFy5Sb3cuQ2VsbEJ5RmllbGRJZEVudHJ5Ug1jZWxsQnlGaWVsZElkGkcKEkNlbGxCeUZpZWxkSWRFbnRyeRIQCgNrZXkYASABKAlSA2tleRIbCgV2YWx1ZRgCIAEoCzIFLkNlbGxSBXZhbHVlOgI4AQ==');
  171. @$core.Deprecated('Use cellDescriptor instead')
  172. const Cell$json = const {
  173. '1': 'Cell',
  174. '2': const [
  175. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  176. const {'1': 'field_id', '3': 2, '4': 1, '5': 9, '10': 'fieldId'},
  177. const {'1': 'content', '3': 3, '4': 1, '5': 9, '10': 'content'},
  178. ],
  179. };
  180. /// Descriptor for `Cell`. Decode as a `google.protobuf.DescriptorProto`.
  181. final $typed_data.Uint8List cellDescriptor = $convert.base64Decode('CgRDZWxsEg4KAmlkGAEgASgJUgJpZBIZCghmaWVsZF9pZBgCIAEoCVIHZmllbGRJZBIYCgdjb250ZW50GAMgASgJUgdjb250ZW50');
  182. @$core.Deprecated('Use createGridPayloadDescriptor instead')
  183. const CreateGridPayload$json = const {
  184. '1': 'CreateGridPayload',
  185. '2': const [
  186. const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
  187. ],
  188. };
  189. /// Descriptor for `CreateGridPayload`. Decode as a `google.protobuf.DescriptorProto`.
  190. final $typed_data.Uint8List createGridPayloadDescriptor = $convert.base64Decode('ChFDcmVhdGVHcmlkUGF5bG9hZBISCgRuYW1lGAEgASgJUgRuYW1l');
  191. @$core.Deprecated('Use gridIdDescriptor instead')
  192. const GridId$json = const {
  193. '1': 'GridId',
  194. '2': const [
  195. const {'1': 'value', '3': 1, '4': 1, '5': 9, '10': 'value'},
  196. ],
  197. };
  198. /// Descriptor for `GridId`. Decode as a `google.protobuf.DescriptorProto`.
  199. final $typed_data.Uint8List gridIdDescriptor = $convert.base64Decode('CgZHcmlkSWQSFAoFdmFsdWUYASABKAlSBXZhbHVl');
  200. @$core.Deprecated('Use filterDescriptor instead')
  201. const Filter$json = const {
  202. '1': 'Filter',
  203. '2': const [
  204. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  205. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  206. const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
  207. ],
  208. };
  209. /// Descriptor for `Filter`. Decode as a `google.protobuf.DescriptorProto`.
  210. final $typed_data.Uint8List filterDescriptor = $convert.base64Decode('CgZGaWx0ZXISDgoCaWQYASABKAlSAmlkEhIKBG5hbWUYAiABKAlSBG5hbWUSEgoEZGVzYxgDIAEoCVIEZGVzYw==');
  211. @$core.Deprecated('Use repeatedFilterDescriptor instead')
  212. const RepeatedFilter$json = const {
  213. '1': 'RepeatedFilter',
  214. '2': const [
  215. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Filter', '10': 'items'},
  216. ],
  217. };
  218. /// Descriptor for `RepeatedFilter`. Decode as a `google.protobuf.DescriptorProto`.
  219. final $typed_data.Uint8List repeatedFilterDescriptor = $convert.base64Decode('Cg5SZXBlYXRlZEZpbHRlchIdCgVpdGVtcxgBIAMoCzIHLkZpbHRlclIFaXRlbXM=');