any.pbjson.dart 931 B

12345678910111213141516171819202122232425262728
  1. //
  2. // Generated code. Do not modify.
  3. // source: google/protobuf/any.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides, camel_case_types, comment_references
  7. // ignore_for_file: constant_identifier_names, library_prefixes
  8. // ignore_for_file: non_constant_identifier_names, prefer_final_fields
  9. // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
  10. import 'dart:convert' as $convert;
  11. import 'dart:core' as $core;
  12. import 'dart:typed_data' as $typed_data;
  13. @$core.Deprecated('Use anyDescriptor instead')
  14. const Any$json = {
  15. '1': 'Any',
  16. '2': [
  17. {'1': 'type_url', '3': 1, '4': 1, '5': 9, '10': 'typeUrl'},
  18. {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  19. ],
  20. };
  21. /// Descriptor for `Any`. Decode as a `google.protobuf.DescriptorProto`.
  22. final $typed_data.Uint8List anyDescriptor = $convert.base64Decode(
  23. 'CgNBbnkSGQoIdHlwZV91cmwYASABKAlSB3R5cGVVcmwSFAoFdmFsdWUYAiABKAxSBXZhbHVl');