295 lines
12 KiB
Dart
295 lines
12 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from post.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 deleteCommentRequestDescriptor instead')
|
|
const DeleteCommentRequest$json = {
|
|
'1': 'DeleteCommentRequest',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
{'1': 'post_identity', '3': 2, '4': 1, '5': 9, '10': 'post_identity'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `DeleteCommentRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deleteCommentRequestDescriptor = $convert.base64Decode(
|
|
'ChREZWxldGVDb21tZW50UmVxdWVzdBIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSJAoNcG'
|
|
'9zdF9pZGVudGl0eRgCIAEoCVINcG9zdF9pZGVudGl0eQ==');
|
|
|
|
@$core.Deprecated('Use getPostByKeyRequestDescriptor instead')
|
|
const GetPostByKeyRequest$json = {
|
|
'1': 'GetPostByKeyRequest',
|
|
'2': [
|
|
{'1': 'key', '3': 3, '4': 1, '5': 9, '10': 'key'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GetPostByKeyRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getPostByKeyRequestDescriptor = $convert
|
|
.base64Decode('ChNHZXRQb3N0QnlLZXlSZXF1ZXN0EhAKA2tleRgDIAEoCVIDa2V5');
|
|
|
|
@$core.Deprecated('Use postItemDescriptor instead')
|
|
const PostItem$json = {
|
|
'1': 'PostItem',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
{'1': 'owner_id', '3': 2, '4': 1, '5': 3, '10': 'owner_id'},
|
|
{'1': 'owner_identity', '3': 3, '4': 1, '5': 9, '10': 'owner_identity'},
|
|
{
|
|
'1': 'category_identity_array',
|
|
'3': 4,
|
|
'4': 3,
|
|
'5': 9,
|
|
'10': 'category_identity_array'
|
|
},
|
|
{
|
|
'1': 'tags_identity_array',
|
|
'3': 5,
|
|
'4': 3,
|
|
'5': 9,
|
|
'10': 'tags_identity_array'
|
|
},
|
|
{'1': 'title', '3': 6, '4': 1, '5': 9, '10': 'title'},
|
|
{'1': 'cover_path', '3': 7, '4': 1, '5': 9, '10': 'cover_path'},
|
|
{'1': 'author', '3': 8, '4': 1, '5': 9, '10': 'author'},
|
|
{'1': 'author_identity', '3': 9, '4': 1, '5': 9, '10': 'author_identity'},
|
|
{'1': 'Cms', '3': 10, '4': 1, '5': 9, '10': 'Cms'},
|
|
{'1': 'target_url', '3': 11, '4': 1, '5': 9, '10': 'target_url'},
|
|
{'1': 'source_url', '3': 12, '4': 1, '5': 9, '10': 'source_url'},
|
|
{'1': 'hits', '3': 13, '4': 1, '5': 3, '10': 'hits'},
|
|
{
|
|
'1': 'accessory_identity_array',
|
|
'3': 14,
|
|
'4': 3,
|
|
'5': 9,
|
|
'10': 'accessory_identity_array'
|
|
},
|
|
{'1': 'has_accessory', '3': 15, '4': 1, '5': 8, '10': 'has_accessory'},
|
|
{'1': 'created_at', '3': 16, '4': 1, '5': 9, '10': 'created_at'},
|
|
{'1': 'updated_at', '3': 17, '4': 1, '5': 9, '10': 'updated_at'},
|
|
{'1': 'description', '3': 18, '4': 1, '5': 9, '10': 'description'},
|
|
{'1': 'like_hits', '3': 19, '4': 1, '5': 3, '10': 'like_hits'},
|
|
{'1': 'unlike_hits', '3': 20, '4': 1, '5': 3, '10': 'unlike_hits'},
|
|
{'1': 'comment_hits', '3': 21, '4': 1, '5': 3, '10': 'comment_hits'},
|
|
{'1': 'post_type', '3': 22, '4': 1, '5': 5, '10': 'post_type'},
|
|
{'1': 'rights', '3': 23, '4': 1, '5': 9, '10': 'rights'},
|
|
{'1': 'key', '3': 24, '4': 1, '5': 9, '10': 'key'},
|
|
{
|
|
'1': 'category_data',
|
|
'3': 25,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.CategoryItem',
|
|
'10': 'category_data'
|
|
},
|
|
{
|
|
'1': 'tags_data',
|
|
'3': 26,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.TagsItem',
|
|
'10': 'tags_data'
|
|
},
|
|
{
|
|
'1': 'accessory_data',
|
|
'3': 27,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.AccessoryItem',
|
|
'10': 'accessory_data'
|
|
},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `PostItem`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List postItemDescriptor = $convert.base64Decode(
|
|
'CghQb3N0SXRlbRIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSGgoIb3duZXJfaWQYAiABKA'
|
|
'NSCG93bmVyX2lkEiYKDm93bmVyX2lkZW50aXR5GAMgASgJUg5vd25lcl9pZGVudGl0eRI4Chdj'
|
|
'YXRlZ29yeV9pZGVudGl0eV9hcnJheRgEIAMoCVIXY2F0ZWdvcnlfaWRlbnRpdHlfYXJyYXkSMA'
|
|
'oTdGFnc19pZGVudGl0eV9hcnJheRgFIAMoCVITdGFnc19pZGVudGl0eV9hcnJheRIUCgV0aXRs'
|
|
'ZRgGIAEoCVIFdGl0bGUSHgoKY292ZXJfcGF0aBgHIAEoCVIKY292ZXJfcGF0aBIWCgZhdXRob3'
|
|
'IYCCABKAlSBmF1dGhvchIoCg9hdXRob3JfaWRlbnRpdHkYCSABKAlSD2F1dGhvcl9pZGVudGl0'
|
|
'eRIQCgNDbXMYCiABKAlSA0NtcxIeCgp0YXJnZXRfdXJsGAsgASgJUgp0YXJnZXRfdXJsEh4KCn'
|
|
'NvdXJjZV91cmwYDCABKAlSCnNvdXJjZV91cmwSEgoEaGl0cxgNIAEoA1IEaGl0cxI6ChhhY2Nl'
|
|
'c3NvcnlfaWRlbnRpdHlfYXJyYXkYDiADKAlSGGFjY2Vzc29yeV9pZGVudGl0eV9hcnJheRIkCg'
|
|
'1oYXNfYWNjZXNzb3J5GA8gASgIUg1oYXNfYWNjZXNzb3J5Eh4KCmNyZWF0ZWRfYXQYECABKAlS'
|
|
'CmNyZWF0ZWRfYXQSHgoKdXBkYXRlZF9hdBgRIAEoCVIKdXBkYXRlZF9hdBIgCgtkZXNjcmlwdG'
|
|
'lvbhgSIAEoCVILZGVzY3JpcHRpb24SHAoJbGlrZV9oaXRzGBMgASgDUglsaWtlX2hpdHMSIAoL'
|
|
'dW5saWtlX2hpdHMYFCABKANSC3VubGlrZV9oaXRzEiIKDGNvbW1lbnRfaGl0cxgVIAEoA1IMY2'
|
|
'9tbWVudF9oaXRzEhwKCXBvc3RfdHlwZRgWIAEoBVIJcG9zdF90eXBlEhYKBnJpZ2h0cxgXIAEo'
|
|
'CVIGcmlnaHRzEhAKA2tleRgYIAEoCVIDa2V5EjcKDWNhdGVnb3J5X2RhdGEYGSADKAsyES5jbX'
|
|
'MuQ2F0ZWdvcnlJdGVtUg1jYXRlZ29yeV9kYXRhEisKCXRhZ3NfZGF0YRgaIAMoCzINLmNtcy5U'
|
|
'YWdzSXRlbVIJdGFnc19kYXRhEjoKDmFjY2Vzc29yeV9kYXRhGBsgAygLMhIuY21zLkFjY2Vzc2'
|
|
'9yeUl0ZW1SDmFjY2Vzc29yeV9kYXRh');
|
|
|
|
@$core.Deprecated('Use postListRequestDescriptor instead')
|
|
const PostListRequest$json = {
|
|
'1': 'PostListRequest',
|
|
'2': [
|
|
{'1': 'page', '3': 1, '4': 1, '5': 3, '10': 'page'},
|
|
{'1': 'size', '3': 2, '4': 1, '5': 3, '10': 'size'},
|
|
{'1': 'author_identity', '3': 3, '4': 1, '5': 9, '10': 'author_identity'},
|
|
{
|
|
'1': 'category_identity',
|
|
'3': 4,
|
|
'4': 1,
|
|
'5': 9,
|
|
'10': 'category_identity'
|
|
},
|
|
{'1': 'keyword', '3': 5, '4': 1, '5': 9, '10': 'keyword'},
|
|
{'1': 'type', '3': 6, '4': 1, '5': 5, '10': 'type'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `PostListRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List postListRequestDescriptor = $convert.base64Decode(
|
|
'Cg9Qb3N0TGlzdFJlcXVlc3QSEgoEcGFnZRgBIAEoA1IEcGFnZRISCgRzaXplGAIgASgDUgRzaX'
|
|
'plEigKD2F1dGhvcl9pZGVudGl0eRgDIAEoCVIPYXV0aG9yX2lkZW50aXR5EiwKEWNhdGVnb3J5'
|
|
'X2lkZW50aXR5GAQgASgJUhFjYXRlZ29yeV9pZGVudGl0eRIYCgdrZXl3b3JkGAUgASgJUgdrZX'
|
|
'l3b3JkEhIKBHR5cGUYBiABKAVSBHR5cGU=');
|
|
|
|
@$core.Deprecated('Use postListReplyDescriptor instead')
|
|
const PostListReply$json = {
|
|
'1': 'PostListReply',
|
|
'2': [
|
|
{'1': 'data', '3': 1, '4': 3, '5': 11, '6': '.cms.PostItem', '10': 'data'},
|
|
{'1': 'count', '3': 2, '4': 1, '5': 3, '10': 'count'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `PostListReply`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List postListReplyDescriptor = $convert.base64Decode(
|
|
'Cg1Qb3N0TGlzdFJlcGx5EiEKBGRhdGEYASADKAsyDS5jbXMuUG9zdEl0ZW1SBGRhdGESFAoFY2'
|
|
'91bnQYAiABKANSBWNvdW50');
|
|
|
|
@$core.Deprecated('Use getPostRequestDescriptor instead')
|
|
const GetPostRequest$json = {
|
|
'1': 'GetPostRequest',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
{'1': 'author_identity', '3': 2, '4': 1, '5': 9, '10': 'author_identity'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GetPostRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getPostRequestDescriptor = $convert.base64Decode(
|
|
'Cg5HZXRQb3N0UmVxdWVzdBIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSKAoPYXV0aG9yX2'
|
|
'lkZW50aXR5GAIgASgJUg9hdXRob3JfaWRlbnRpdHk=');
|
|
|
|
@$core.Deprecated('Use commentItemDescriptor instead')
|
|
const CommentItem$json = {
|
|
'1': 'CommentItem',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
{'1': 'post_identity', '3': 2, '4': 1, '5': 9, '10': 'post_identity'},
|
|
{'1': 'parent_id', '3': 3, '4': 1, '5': 3, '10': 'parent_id'},
|
|
{'1': 'Cms', '3': 4, '4': 1, '5': 9, '10': 'Cms'},
|
|
{'1': 'reply_identity', '3': 5, '4': 1, '5': 9, '10': 'reply_identity'},
|
|
{'1': 'created_at', '3': 6, '4': 1, '5': 9, '10': 'created_at'},
|
|
{'1': 'updated_at', '3': 7, '4': 1, '5': 9, '10': 'updated_at'},
|
|
{
|
|
'1': 'list',
|
|
'3': 8,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.CommentItem',
|
|
'10': 'list'
|
|
},
|
|
{'1': 'like_hits', '3': 9, '4': 1, '5': 3, '10': 'like_hits'},
|
|
{'1': 'unlike_hits', '3': 10, '4': 1, '5': 3, '10': 'unlike_hits'},
|
|
{'1': 'comment_hits', '3': 11, '4': 1, '5': 3, '10': 'comment_hits'},
|
|
{'1': 'owner_name', '3': 12, '4': 1, '5': 9, '10': 'owner_name'},
|
|
{'1': 'owner_identity', '3': 13, '4': 1, '5': 9, '10': 'owner_identity'},
|
|
{'1': 'role', '3': 14, '4': 1, '5': 9, '10': 'role'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CommentItem`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List commentItemDescriptor = $convert.base64Decode(
|
|
'CgtDb21tZW50SXRlbRIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSJAoNcG9zdF9pZGVudG'
|
|
'l0eRgCIAEoCVINcG9zdF9pZGVudGl0eRIcCglwYXJlbnRfaWQYAyABKANSCXBhcmVudF9pZBIQ'
|
|
'CgNDbXMYBCABKAlSA0NtcxImCg5yZXBseV9pZGVudGl0eRgFIAEoCVIOcmVwbHlfaWRlbnRpdH'
|
|
'kSHgoKY3JlYXRlZF9hdBgGIAEoCVIKY3JlYXRlZF9hdBIeCgp1cGRhdGVkX2F0GAcgASgJUgp1'
|
|
'cGRhdGVkX2F0EiQKBGxpc3QYCCADKAsyEC5jbXMuQ29tbWVudEl0ZW1SBGxpc3QSHAoJbGlrZV'
|
|
'9oaXRzGAkgASgDUglsaWtlX2hpdHMSIAoLdW5saWtlX2hpdHMYCiABKANSC3VubGlrZV9oaXRz'
|
|
'EiIKDGNvbW1lbnRfaGl0cxgLIAEoA1IMY29tbWVudF9oaXRzEh4KCm93bmVyX25hbWUYDCABKA'
|
|
'lSCm93bmVyX25hbWUSJgoOb3duZXJfaWRlbnRpdHkYDSABKAlSDm93bmVyX2lkZW50aXR5EhIK'
|
|
'BHJvbGUYDiABKAlSBHJvbGU=');
|
|
|
|
@$core.Deprecated('Use commentListRequestDescriptor instead')
|
|
const CommentListRequest$json = {
|
|
'1': 'CommentListRequest',
|
|
'2': [
|
|
{'1': 'post_identity', '3': 1, '4': 1, '5': 9, '10': 'post_identity'},
|
|
{'1': 'page', '3': 2, '4': 1, '5': 3, '10': 'page'},
|
|
{'1': 'size', '3': 3, '4': 1, '5': 3, '10': 'size'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CommentListRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List commentListRequestDescriptor = $convert.base64Decode(
|
|
'ChJDb21tZW50TGlzdFJlcXVlc3QSJAoNcG9zdF9pZGVudGl0eRgBIAEoCVINcG9zdF9pZGVudG'
|
|
'l0eRISCgRwYWdlGAIgASgDUgRwYWdlEhIKBHNpemUYAyABKANSBHNpemU=');
|
|
|
|
@$core.Deprecated('Use commentListResponseDescriptor instead')
|
|
const CommentListResponse$json = {
|
|
'1': 'CommentListResponse',
|
|
'2': [
|
|
{
|
|
'1': 'list',
|
|
'3': 1,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.CommentItem',
|
|
'10': 'list'
|
|
},
|
|
{'1': 'count', '3': 2, '4': 1, '5': 3, '10': 'count'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CommentListResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List commentListResponseDescriptor = $convert.base64Decode(
|
|
'ChNDb21tZW50TGlzdFJlc3BvbnNlEiQKBGxpc3QYASADKAsyEC5jbXMuQ29tbWVudEl0ZW1SBG'
|
|
'xpc3QSFAoFY291bnQYAiABKANSBWNvdW50');
|
|
|
|
@$core.Deprecated('Use postOpIdentityRequestDescriptor instead')
|
|
const PostOpIdentityRequest$json = {
|
|
'1': 'PostOpIdentityRequest',
|
|
'2': [
|
|
{'1': 'post_identity', '3': 1, '4': 1, '5': 9, '10': 'post_identity'},
|
|
{'1': 'op_identity', '3': 2, '4': 1, '5': 9, '10': 'op_identity'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `PostOpIdentityRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List postOpIdentityRequestDescriptor = $convert.base64Decode(
|
|
'ChVQb3N0T3BJZGVudGl0eVJlcXVlc3QSJAoNcG9zdF9pZGVudGl0eRgBIAEoCVINcG9zdF9pZG'
|
|
'VudGl0eRIgCgtvcF9pZGVudGl0eRgCIAEoCVILb3BfaWRlbnRpdHk=');
|
|
|
|
@$core.Deprecated('Use commentOpIdentityRequestDescriptor instead')
|
|
const CommentOpIdentityRequest$json = {
|
|
'1': 'CommentOpIdentityRequest',
|
|
'2': [
|
|
{'1': 'comment_identity', '3': 1, '4': 1, '5': 9, '10': 'comment_identity'},
|
|
{'1': 'op_identity', '3': 2, '4': 1, '5': 9, '10': 'op_identity'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CommentOpIdentityRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List commentOpIdentityRequestDescriptor =
|
|
$convert.base64Decode(
|
|
'ChhDb21tZW50T3BJZGVudGl0eVJlcXVlc3QSKgoQY29tbWVudF9pZGVudGl0eRgBIAEoCVIQY2'
|
|
'9tbWVudF9pZGVudGl0eRIgCgtvcF9pZGVudGl0eRgCIAEoCVILb3BfaWRlbnRpdHk=');
|