137 lines
5.1 KiB
Dart
137 lines
5.1 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from category.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 categoryListReplyDescriptor instead')
|
|
const CategoryListReply$json = {
|
|
'1': 'CategoryListReply',
|
|
'2': [
|
|
{
|
|
'1': 'data',
|
|
'3': 1,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.CategoryItem',
|
|
'10': 'data'
|
|
},
|
|
{'1': 'count', '3': 2, '4': 1, '5': 3, '10': 'count'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CategoryListReply`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List categoryListReplyDescriptor = $convert.base64Decode(
|
|
'ChFDYXRlZ29yeUxpc3RSZXBseRIlCgRkYXRhGAEgAygLMhEuY21zLkNhdGVnb3J5SXRlbVIEZG'
|
|
'F0YRIUCgVjb3VudBgCIAEoA1IFY291bnQ=');
|
|
|
|
@$core.Deprecated('Use addCategoryResponseDescriptor instead')
|
|
const AddCategoryResponse$json = {
|
|
'1': 'AddCategoryResponse',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `AddCategoryResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List addCategoryResponseDescriptor =
|
|
$convert.base64Decode(
|
|
'ChNBZGRDYXRlZ29yeVJlc3BvbnNlEhoKCGlkZW50aXR5GAEgASgJUghpZGVudGl0eQ==');
|
|
|
|
@$core.Deprecated('Use addCategoryRequestDescriptor instead')
|
|
const AddCategoryRequest$json = {
|
|
'1': 'AddCategoryRequest',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
{'1': 'parent_id', '3': 2, '4': 1, '5': 3, '10': 'parent_id'},
|
|
{'1': 'title', '3': 3, '4': 1, '5': 9, '10': 'title'},
|
|
{'1': 'cover_path', '3': 4, '4': 1, '5': 9, '10': 'cover_path'},
|
|
{'1': 'intro', '3': 5, '4': 1, '5': 9, '10': 'intro'},
|
|
{'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': 'data',
|
|
'3': 8,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.CategoryItem',
|
|
'10': 'data'
|
|
},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `AddCategoryRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List addCategoryRequestDescriptor = $convert.base64Decode(
|
|
'ChJBZGRDYXRlZ29yeVJlcXVlc3QSGgoIaWRlbnRpdHkYASABKAlSCGlkZW50aXR5EhwKCXBhcm'
|
|
'VudF9pZBgCIAEoA1IJcGFyZW50X2lkEhQKBXRpdGxlGAMgASgJUgV0aXRsZRIeCgpjb3Zlcl9w'
|
|
'YXRoGAQgASgJUgpjb3Zlcl9wYXRoEhQKBWludHJvGAUgASgJUgVpbnRybxIeCgpjcmVhdGVkX2'
|
|
'F0GAYgASgJUgpjcmVhdGVkX2F0Eh4KCnVwZGF0ZWRfYXQYByABKAlSCnVwZGF0ZWRfYXQSJQoE'
|
|
'ZGF0YRgIIAMoCzIRLmNtcy5DYXRlZ29yeUl0ZW1SBGRhdGE=');
|
|
|
|
@$core.Deprecated('Use modifyCategoryRequestDescriptor instead')
|
|
const ModifyCategoryRequest$json = {
|
|
'1': 'ModifyCategoryRequest',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
{'1': 'parent_id', '3': 2, '4': 1, '5': 3, '10': 'parent_id'},
|
|
{'1': 'title', '3': 3, '4': 1, '5': 9, '10': 'title'},
|
|
{'1': 'cover_path', '3': 4, '4': 1, '5': 9, '10': 'cover_path'},
|
|
{'1': 'intro', '3': 5, '4': 1, '5': 9, '10': 'intro'},
|
|
{'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': 'data',
|
|
'3': 8,
|
|
'4': 3,
|
|
'5': 11,
|
|
'6': '.cms.CategoryItem',
|
|
'10': 'data'
|
|
},
|
|
{'1': 'category_key', '3': 9, '4': 1, '5': 9, '10': 'category_key'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ModifyCategoryRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List modifyCategoryRequestDescriptor = $convert.base64Decode(
|
|
'ChVNb2RpZnlDYXRlZ29yeVJlcXVlc3QSGgoIaWRlbnRpdHkYASABKAlSCGlkZW50aXR5EhwKCX'
|
|
'BhcmVudF9pZBgCIAEoA1IJcGFyZW50X2lkEhQKBXRpdGxlGAMgASgJUgV0aXRsZRIeCgpjb3Zl'
|
|
'cl9wYXRoGAQgASgJUgpjb3Zlcl9wYXRoEhQKBWludHJvGAUgASgJUgVpbnRybxIeCgpjcmVhdG'
|
|
'VkX2F0GAYgASgJUgpjcmVhdGVkX2F0Eh4KCnVwZGF0ZWRfYXQYByABKAlSCnVwZGF0ZWRfYXQS'
|
|
'JQoEZGF0YRgIIAMoCzIRLmNtcy5DYXRlZ29yeUl0ZW1SBGRhdGESIgoMY2F0ZWdvcnlfa2V5GA'
|
|
'kgASgJUgxjYXRlZ29yeV9rZXk=');
|
|
|
|
@$core.Deprecated('Use deleteCategoryRequestDescriptor instead')
|
|
const DeleteCategoryRequest$json = {
|
|
'1': 'DeleteCategoryRequest',
|
|
'2': [
|
|
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `DeleteCategoryRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deleteCategoryRequestDescriptor =
|
|
$convert.base64Decode(
|
|
'ChVEZWxldGVDYXRlZ29yeVJlcXVlc3QSGgoIaWRlbnRpdHkYASABKAlSCGlkZW50aXR5');
|
|
|
|
@$core.Deprecated('Use keywordRequestDescriptor instead')
|
|
const KeywordRequest$json = {
|
|
'1': 'KeywordRequest',
|
|
'2': [
|
|
{'1': 'keyword', '3': 1, '4': 1, '5': 9, '10': 'keyword'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `KeywordRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List keywordRequestDescriptor = $convert
|
|
.base64Decode('Cg5LZXl3b3JkUmVxdWVzdBIYCgdrZXl3b3JkGAEgASgJUgdrZXl3b3Jk');
|