42 lines
1.4 KiB
Dart
42 lines
1.4 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from tag.proto.
|
|
|
|
// @dart = 3.3
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names
|
|
// ignore_for_file: curly_braces_in_flow_control_structures
|
|
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use addTagRequestDescriptor instead')
|
|
const AddTagRequest$json = {
|
|
'1': 'AddTagRequest',
|
|
'2': [
|
|
{'1': 'tags', '3': 1, '4': 3, '5': 9, '10': 'tags'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `AddTagRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List addTagRequestDescriptor =
|
|
$convert.base64Decode('Cg1BZGRUYWdSZXF1ZXN0EhIKBHRhZ3MYASADKAlSBHRhZ3M=');
|
|
|
|
@$core.Deprecated('Use tagListReplyDescriptor instead')
|
|
const TagListReply$json = {
|
|
'1': 'TagListReply',
|
|
'2': [
|
|
{'1': 'tags', '3': 1, '4': 3, '5': 11, '6': '.feed.TagItem', '10': 'tags'},
|
|
{'1': 'total', '3': 2, '4': 1, '5': 3, '10': 'total'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TagListReply`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List tagListReplyDescriptor = $convert.base64Decode(
|
|
'CgxUYWdMaXN0UmVwbHkSIQoEdGFncxgBIAMoCzINLmZlZWQuVGFnSXRlbVIEdGFncxIUCgV0b3'
|
|
'RhbBgCIAEoA1IFdG90YWw=');
|