| // |
| // Generated code. Do not modify. |
| // source: google/protobuf/timestamp.proto |
| // |
| // @dart = 2.12 |
| |
| // ignore_for_file: annotate_overrides, camel_case_types |
| // ignore_for_file: constant_identifier_names, library_prefixes |
| // ignore_for_file: non_constant_identifier_names, prefer_final_fields |
| // ignore_for_file: unnecessary_import, unnecessary_this, unused_import |
| |
| import 'dart:convert' as $convert; |
| import 'dart:core' as $core; |
| import 'dart:typed_data' as $typed_data; |
| |
| @$core.Deprecated('Use timestampDescriptor instead') |
| const Timestamp$json = { |
| '1': 'Timestamp', |
| '2': [ |
| {'1': 'seconds', '3': 1, '4': 1, '5': 3, '10': 'seconds'}, |
| {'1': 'nanos', '3': 2, '4': 1, '5': 5, '10': 'nanos'}, |
| ], |
| }; |
| |
| /// Descriptor for `Timestamp`. Decode as a `google.protobuf.DescriptorProto`. |
| final $typed_data.Uint8List timestampDescriptor = |
| $convert.base64Decode('CglUaW1lc3RhbXASGAoHc2Vjb25kcxgBIAEoA1IHc2Vjb25kcxIUCgVuYW5vcxgCIAEoBVIFbm' |
| 'Fub3M='); |