grid.pbjson.dart 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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. ],
  116. '3': const [RawRow_CellByFieldIdEntry$json],
  117. };
  118. @$core.Deprecated('Use rawRowDescriptor instead')
  119. const RawRow_CellByFieldIdEntry$json = const {
  120. '1': 'CellByFieldIdEntry',
  121. '2': const [
  122. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  123. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.RawCell', '10': 'value'},
  124. ],
  125. '7': const {'7': true},
  126. };
  127. /// Descriptor for `RawRow`. Decode as a `google.protobuf.DescriptorProto`.
  128. final $typed_data.Uint8List rawRowDescriptor = $convert.base64Decode('CgZSYXdSb3cSDgoCaWQYASABKAlSAmlkEhcKB2dyaWRfaWQYAiABKAlSBmdyaWRJZBJDChBjZWxsX2J5X2ZpZWxkX2lkGAMgAygLMhouUmF3Um93LkNlbGxCeUZpZWxkSWRFbnRyeVINY2VsbEJ5RmllbGRJZBpKChJDZWxsQnlGaWVsZElkRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSHgoFdmFsdWUYAiABKAsyCC5SYXdDZWxsUgV2YWx1ZToCOAE=');
  129. @$core.Deprecated('Use rawCellDescriptor instead')
  130. const RawCell$json = const {
  131. '1': 'RawCell',
  132. '2': const [
  133. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  134. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  135. const {'1': 'field_id', '3': 3, '4': 1, '5': 9, '10': 'fieldId'},
  136. const {'1': 'data', '3': 4, '4': 1, '5': 9, '10': 'data'},
  137. ],
  138. };
  139. /// Descriptor for `RawCell`. Decode as a `google.protobuf.DescriptorProto`.
  140. final $typed_data.Uint8List rawCellDescriptor = $convert.base64Decode('CgdSYXdDZWxsEg4KAmlkGAEgASgJUgJpZBIVCgZyb3dfaWQYAiABKAlSBXJvd0lkEhkKCGZpZWxkX2lkGAMgASgJUgdmaWVsZElkEhIKBGRhdGEYBCABKAlSBGRhdGE=');
  141. @$core.Deprecated('Use repeatedRowDescriptor instead')
  142. const RepeatedRow$json = const {
  143. '1': 'RepeatedRow',
  144. '2': const [
  145. const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Row', '10': 'items'},
  146. ],
  147. };
  148. /// Descriptor for `RepeatedRow`. Decode as a `google.protobuf.DescriptorProto`.
  149. final $typed_data.Uint8List repeatedRowDescriptor = $convert.base64Decode('CgtSZXBlYXRlZFJvdxIaCgVpdGVtcxgBIAMoCzIELlJvd1IFaXRlbXM=');
  150. @$core.Deprecated('Use rowDescriptor instead')
  151. const Row$json = const {
  152. '1': 'Row',
  153. '2': const [
  154. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  155. const {'1': 'cell_by_field_id', '3': 2, '4': 3, '5': 11, '6': '.Row.CellByFieldIdEntry', '10': 'cellByFieldId'},
  156. ],
  157. '3': const [Row_CellByFieldIdEntry$json],
  158. };
  159. @$core.Deprecated('Use rowDescriptor instead')
  160. const Row_CellByFieldIdEntry$json = const {
  161. '1': 'CellByFieldIdEntry',
  162. '2': const [
  163. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  164. const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.Cell', '10': 'value'},
  165. ],
  166. '7': const {'7': true},
  167. };
  168. /// Descriptor for `Row`. Decode as a `google.protobuf.DescriptorProto`.
  169. final $typed_data.Uint8List rowDescriptor = $convert.base64Decode('CgNSb3cSDgoCaWQYASABKAlSAmlkEkAKEGNlbGxfYnlfZmllbGRfaWQYAiADKAsyFy5Sb3cuQ2VsbEJ5RmllbGRJZEVudHJ5Ug1jZWxsQnlGaWVsZElkGkcKEkNlbGxCeUZpZWxkSWRFbnRyeRIQCgNrZXkYASABKAlSA2tleRIbCgV2YWx1ZRgCIAEoCzIFLkNlbGxSBXZhbHVlOgI4AQ==');
  170. @$core.Deprecated('Use cellDescriptor instead')
  171. const Cell$json = const {
  172. '1': 'Cell',
  173. '2': const [
  174. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  175. const {'1': 'field_id', '3': 2, '4': 1, '5': 9, '10': 'fieldId'},
  176. const {'1': 'content', '3': 3, '4': 1, '5': 9, '10': 'content'},
  177. ],
  178. };
  179. /// Descriptor for `Cell`. Decode as a `google.protobuf.DescriptorProto`.
  180. final $typed_data.Uint8List cellDescriptor = $convert.base64Decode('CgRDZWxsEg4KAmlkGAEgASgJUgJpZBIZCghmaWVsZF9pZBgCIAEoCVIHZmllbGRJZBIYCgdjb250ZW50GAMgASgJUgdjb250ZW50');
  181. @$core.Deprecated('Use cellChangesetDescriptor instead')
  182. const CellChangeset$json = const {
  183. '1': 'CellChangeset',
  184. '2': const [
  185. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  186. const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
  187. const {'1': 'field_id', '3': 3, '4': 1, '5': 9, '10': 'fieldId'},
  188. const {'1': 'data', '3': 4, '4': 1, '5': 9, '10': 'data'},
  189. ],
  190. };
  191. /// Descriptor for `CellChangeset`. Decode as a `google.protobuf.DescriptorProto`.
  192. final $typed_data.Uint8List cellChangesetDescriptor = $convert.base64Decode('Cg1DZWxsQ2hhbmdlc2V0Eg4KAmlkGAEgASgJUgJpZBIVCgZyb3dfaWQYAiABKAlSBXJvd0lkEhkKCGZpZWxkX2lkGAMgASgJUgdmaWVsZElkEhIKBGRhdGEYBCABKAlSBGRhdGE=');
  193. @$core.Deprecated('Use createGridPayloadDescriptor instead')
  194. const CreateGridPayload$json = const {
  195. '1': 'CreateGridPayload',
  196. '2': const [
  197. const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
  198. ],
  199. };
  200. /// Descriptor for `CreateGridPayload`. Decode as a `google.protobuf.DescriptorProto`.
  201. final $typed_data.Uint8List createGridPayloadDescriptor = $convert.base64Decode('ChFDcmVhdGVHcmlkUGF5bG9hZBISCgRuYW1lGAEgASgJUgRuYW1l');
  202. @$core.Deprecated('Use gridIdDescriptor instead')
  203. const GridId$json = const {
  204. '1': 'GridId',
  205. '2': const [
  206. const {'1': 'value', '3': 1, '4': 1, '5': 9, '10': 'value'},
  207. ],
  208. };
  209. /// Descriptor for `GridId`. Decode as a `google.protobuf.DescriptorProto`.
  210. final $typed_data.Uint8List gridIdDescriptor = $convert.base64Decode('CgZHcmlkSWQSFAoFdmFsdWUYASABKAlSBXZhbHVl');