1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- ///
- // Generated code. Do not modify.
- // source: doc.proto
- //
- // @dart = 2.12
- // 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
- import 'dart:core' as $core;
- import 'dart:convert' as $convert;
- import 'dart:typed_data' as $typed_data;
- @$core.Deprecated('Use createDocParamsDescriptor instead')
- const CreateDocParams$json = const {
- '1': 'CreateDocParams',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
- ],
- };
- /// Descriptor for `CreateDocParams`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List createDocParamsDescriptor = $convert.base64Decode('Cg9DcmVhdGVEb2NQYXJhbXMSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAlSBGRhdGE=');
- @$core.Deprecated('Use docDescriptor instead')
- const Doc$json = const {
- '1': 'Doc',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
- ],
- };
- /// Descriptor for `Doc`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List docDescriptor = $convert.base64Decode('CgNEb2MSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAlSBGRhdGE=');
- @$core.Deprecated('Use updateDocParamsDescriptor instead')
- const UpdateDocParams$json = const {
- '1': 'UpdateDocParams',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'data', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'data'},
- ],
- '8': const [
- const {'1': 'one_of_data'},
- ],
- };
- /// Descriptor for `UpdateDocParams`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List updateDocParamsDescriptor = $convert.base64Decode('Cg9VcGRhdGVEb2NQYXJhbXMSDgoCaWQYASABKAlSAmlkEhQKBGRhdGEYAiABKAlIAFIEZGF0YUINCgtvbmVfb2ZfZGF0YQ==');
- @$core.Deprecated('Use queryDocParamsDescriptor instead')
- const QueryDocParams$json = const {
- '1': 'QueryDocParams',
- '2': const [
- const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
- ],
- };
- /// Descriptor for `QueryDocParams`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List queryDocParamsDescriptor = $convert.base64Decode('Cg5RdWVyeURvY1BhcmFtcxIVCgZkb2NfaWQYASABKAlSBWRvY0lk');
|