doc_modify.pbjson.dart 1.3 KB

12345678910111213141516171819202122232425262728
  1. ///
  2. // Generated code. Do not modify.
  3. // source: doc_modify.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 updateDocRequestDescriptor instead')
  11. const UpdateDocRequest$json = const {
  12. '1': 'UpdateDocRequest',
  13. '2': const [
  14. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  15. const {'1': 'name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'name'},
  16. const {'1': 'desc', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'desc'},
  17. const {'1': 'text', '3': 4, '4': 1, '5': 9, '9': 2, '10': 'text'},
  18. ],
  19. '8': const [
  20. const {'1': 'one_of_name'},
  21. const {'1': 'one_of_desc'},
  22. const {'1': 'one_of_text'},
  23. ],
  24. };
  25. /// Descriptor for `UpdateDocRequest`. Decode as a `google.protobuf.DescriptorProto`.
  26. final $typed_data.Uint8List updateDocRequestDescriptor = $convert.base64Decode('ChBVcGRhdGVEb2NSZXF1ZXN0Eg4KAmlkGAEgASgJUgJpZBIUCgRuYW1lGAIgASgJSABSBG5hbWUSFAoEZGVzYxgDIAEoCUgBUgRkZXNjEhQKBHRleHQYBCABKAlIAlIEdGV4dEINCgtvbmVfb2ZfbmFtZUINCgtvbmVfb2ZfZGVzY0INCgtvbmVfb2ZfdGV4dA==');