|
@@ -27,9 +27,7 @@
|
|
pub struct CreateTrashParams {
|
|
pub struct CreateTrashParams {
|
|
// message fields
|
|
// message fields
|
|
pub id: ::std::string::String,
|
|
pub id: ::std::string::String,
|
|
- pub name: ::std::string::String,
|
|
|
|
- pub modified_time: i64,
|
|
|
|
- pub create_time: i64,
|
|
|
|
|
|
+ pub ty: TrashType,
|
|
// special fields
|
|
// special fields
|
|
pub unknown_fields: ::protobuf::UnknownFields,
|
|
pub unknown_fields: ::protobuf::UnknownFields,
|
|
pub cached_size: ::protobuf::CachedSize,
|
|
pub cached_size: ::protobuf::CachedSize,
|
|
@@ -72,60 +70,19 @@ impl CreateTrashParams {
|
|
::std::mem::replace(&mut self.id, ::std::string::String::new())
|
|
::std::mem::replace(&mut self.id, ::std::string::String::new())
|
|
}
|
|
}
|
|
|
|
|
|
- // string name = 2;
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- pub fn get_name(&self) -> &str {
|
|
|
|
- &self.name
|
|
|
|
- }
|
|
|
|
- pub fn clear_name(&mut self) {
|
|
|
|
- self.name.clear();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Param is passed by value, moved
|
|
|
|
- pub fn set_name(&mut self, v: ::std::string::String) {
|
|
|
|
- self.name = v;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Mutable pointer to the field.
|
|
|
|
- // If field is not initialized, it is initialized with default value first.
|
|
|
|
- pub fn mut_name(&mut self) -> &mut ::std::string::String {
|
|
|
|
- &mut self.name
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Take field
|
|
|
|
- pub fn take_name(&mut self) -> ::std::string::String {
|
|
|
|
- ::std::mem::replace(&mut self.name, ::std::string::String::new())
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // int64 modified_time = 3;
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- pub fn get_modified_time(&self) -> i64 {
|
|
|
|
- self.modified_time
|
|
|
|
- }
|
|
|
|
- pub fn clear_modified_time(&mut self) {
|
|
|
|
- self.modified_time = 0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Param is passed by value, moved
|
|
|
|
- pub fn set_modified_time(&mut self, v: i64) {
|
|
|
|
- self.modified_time = v;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // int64 create_time = 4;
|
|
|
|
|
|
+ // .TrashType ty = 2;
|
|
|
|
|
|
|
|
|
|
- pub fn get_create_time(&self) -> i64 {
|
|
|
|
- self.create_time
|
|
|
|
|
|
+ pub fn get_ty(&self) -> TrashType {
|
|
|
|
+ self.ty
|
|
}
|
|
}
|
|
- pub fn clear_create_time(&mut self) {
|
|
|
|
- self.create_time = 0;
|
|
|
|
|
|
+ pub fn clear_ty(&mut self) {
|
|
|
|
+ self.ty = TrashType::Unknown;
|
|
}
|
|
}
|
|
|
|
|
|
// Param is passed by value, moved
|
|
// Param is passed by value, moved
|
|
- pub fn set_create_time(&mut self, v: i64) {
|
|
|
|
- self.create_time = v;
|
|
|
|
|
|
+ pub fn set_ty(&mut self, v: TrashType) {
|
|
|
|
+ self.ty = v;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -142,21 +99,7 @@ impl ::protobuf::Message for CreateTrashParams {
|
|
::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.id)?;
|
|
::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.id)?;
|
|
},
|
|
},
|
|
2 => {
|
|
2 => {
|
|
- ::protobuf::rt::read_singular_proto3_string_into(wire_type, is, &mut self.name)?;
|
|
|
|
- },
|
|
|
|
- 3 => {
|
|
|
|
- if wire_type != ::protobuf::wire_format::WireTypeVarint {
|
|
|
|
- return ::std::result::Result::Err(::protobuf::rt::unexpected_wire_type(wire_type));
|
|
|
|
- }
|
|
|
|
- let tmp = is.read_int64()?;
|
|
|
|
- self.modified_time = tmp;
|
|
|
|
- },
|
|
|
|
- 4 => {
|
|
|
|
- if wire_type != ::protobuf::wire_format::WireTypeVarint {
|
|
|
|
- return ::std::result::Result::Err(::protobuf::rt::unexpected_wire_type(wire_type));
|
|
|
|
- }
|
|
|
|
- let tmp = is.read_int64()?;
|
|
|
|
- self.create_time = tmp;
|
|
|
|
|
|
+ ::protobuf::rt::read_proto3_enum_with_unknown_fields_into(wire_type, is, &mut self.ty, 2, &mut self.unknown_fields)?
|
|
},
|
|
},
|
|
_ => {
|
|
_ => {
|
|
::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())?;
|
|
::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())?;
|
|
@@ -173,14 +116,8 @@ impl ::protobuf::Message for CreateTrashParams {
|
|
if !self.id.is_empty() {
|
|
if !self.id.is_empty() {
|
|
my_size += ::protobuf::rt::string_size(1, &self.id);
|
|
my_size += ::protobuf::rt::string_size(1, &self.id);
|
|
}
|
|
}
|
|
- if !self.name.is_empty() {
|
|
|
|
- my_size += ::protobuf::rt::string_size(2, &self.name);
|
|
|
|
- }
|
|
|
|
- if self.modified_time != 0 {
|
|
|
|
- my_size += ::protobuf::rt::value_size(3, self.modified_time, ::protobuf::wire_format::WireTypeVarint);
|
|
|
|
- }
|
|
|
|
- if self.create_time != 0 {
|
|
|
|
- my_size += ::protobuf::rt::value_size(4, self.create_time, ::protobuf::wire_format::WireTypeVarint);
|
|
|
|
|
|
+ if self.ty != TrashType::Unknown {
|
|
|
|
+ my_size += ::protobuf::rt::enum_size(2, self.ty);
|
|
}
|
|
}
|
|
my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields());
|
|
my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields());
|
|
self.cached_size.set(my_size);
|
|
self.cached_size.set(my_size);
|
|
@@ -191,14 +128,8 @@ impl ::protobuf::Message for CreateTrashParams {
|
|
if !self.id.is_empty() {
|
|
if !self.id.is_empty() {
|
|
os.write_string(1, &self.id)?;
|
|
os.write_string(1, &self.id)?;
|
|
}
|
|
}
|
|
- if !self.name.is_empty() {
|
|
|
|
- os.write_string(2, &self.name)?;
|
|
|
|
- }
|
|
|
|
- if self.modified_time != 0 {
|
|
|
|
- os.write_int64(3, self.modified_time)?;
|
|
|
|
- }
|
|
|
|
- if self.create_time != 0 {
|
|
|
|
- os.write_int64(4, self.create_time)?;
|
|
|
|
|
|
+ if self.ty != TrashType::Unknown {
|
|
|
|
+ os.write_enum(2, ::protobuf::ProtobufEnum::value(&self.ty))?;
|
|
}
|
|
}
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
::std::result::Result::Ok(())
|
|
::std::result::Result::Ok(())
|
|
@@ -243,20 +174,10 @@ impl ::protobuf::Message for CreateTrashParams {
|
|
|m: &CreateTrashParams| { &m.id },
|
|
|m: &CreateTrashParams| { &m.id },
|
|
|m: &mut CreateTrashParams| { &mut m.id },
|
|
|m: &mut CreateTrashParams| { &mut m.id },
|
|
));
|
|
));
|
|
- fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
|
|
|
|
- "name",
|
|
|
|
- |m: &CreateTrashParams| { &m.name },
|
|
|
|
- |m: &mut CreateTrashParams| { &mut m.name },
|
|
|
|
- ));
|
|
|
|
- fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeInt64>(
|
|
|
|
- "modified_time",
|
|
|
|
- |m: &CreateTrashParams| { &m.modified_time },
|
|
|
|
- |m: &mut CreateTrashParams| { &mut m.modified_time },
|
|
|
|
- ));
|
|
|
|
- fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeInt64>(
|
|
|
|
- "create_time",
|
|
|
|
- |m: &CreateTrashParams| { &m.create_time },
|
|
|
|
- |m: &mut CreateTrashParams| { &mut m.create_time },
|
|
|
|
|
|
+ fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeEnum<TrashType>>(
|
|
|
|
+ "ty",
|
|
|
|
+ |m: &CreateTrashParams| { &m.ty },
|
|
|
|
+ |m: &mut CreateTrashParams| { &mut m.ty },
|
|
));
|
|
));
|
|
::protobuf::reflect::MessageDescriptor::new_pb_name::<CreateTrashParams>(
|
|
::protobuf::reflect::MessageDescriptor::new_pb_name::<CreateTrashParams>(
|
|
"CreateTrashParams",
|
|
"CreateTrashParams",
|
|
@@ -275,9 +196,7 @@ impl ::protobuf::Message for CreateTrashParams {
|
|
impl ::protobuf::Clear for CreateTrashParams {
|
|
impl ::protobuf::Clear for CreateTrashParams {
|
|
fn clear(&mut self) {
|
|
fn clear(&mut self) {
|
|
self.id.clear();
|
|
self.id.clear();
|
|
- self.name.clear();
|
|
|
|
- self.modified_time = 0;
|
|
|
|
- self.create_time = 0;
|
|
|
|
|
|
+ self.ty = TrashType::Unknown;
|
|
self.unknown_fields.clear();
|
|
self.unknown_fields.clear();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -301,6 +220,7 @@ pub struct Trash {
|
|
pub name: ::std::string::String,
|
|
pub name: ::std::string::String,
|
|
pub modified_time: i64,
|
|
pub modified_time: i64,
|
|
pub create_time: i64,
|
|
pub create_time: i64,
|
|
|
|
+ pub ty: TrashType,
|
|
// special fields
|
|
// special fields
|
|
pub unknown_fields: ::protobuf::UnknownFields,
|
|
pub unknown_fields: ::protobuf::UnknownFields,
|
|
pub cached_size: ::protobuf::CachedSize,
|
|
pub cached_size: ::protobuf::CachedSize,
|
|
@@ -398,6 +318,21 @@ impl Trash {
|
|
pub fn set_create_time(&mut self, v: i64) {
|
|
pub fn set_create_time(&mut self, v: i64) {
|
|
self.create_time = v;
|
|
self.create_time = v;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ // .TrashType ty = 5;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ pub fn get_ty(&self) -> TrashType {
|
|
|
|
+ self.ty
|
|
|
|
+ }
|
|
|
|
+ pub fn clear_ty(&mut self) {
|
|
|
|
+ self.ty = TrashType::Unknown;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // Param is passed by value, moved
|
|
|
|
+ pub fn set_ty(&mut self, v: TrashType) {
|
|
|
|
+ self.ty = v;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
impl ::protobuf::Message for Trash {
|
|
impl ::protobuf::Message for Trash {
|
|
@@ -429,6 +364,9 @@ impl ::protobuf::Message for Trash {
|
|
let tmp = is.read_int64()?;
|
|
let tmp = is.read_int64()?;
|
|
self.create_time = tmp;
|
|
self.create_time = tmp;
|
|
},
|
|
},
|
|
|
|
+ 5 => {
|
|
|
|
+ ::protobuf::rt::read_proto3_enum_with_unknown_fields_into(wire_type, is, &mut self.ty, 5, &mut self.unknown_fields)?
|
|
|
|
+ },
|
|
_ => {
|
|
_ => {
|
|
::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())?;
|
|
::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())?;
|
|
},
|
|
},
|
|
@@ -453,6 +391,9 @@ impl ::protobuf::Message for Trash {
|
|
if self.create_time != 0 {
|
|
if self.create_time != 0 {
|
|
my_size += ::protobuf::rt::value_size(4, self.create_time, ::protobuf::wire_format::WireTypeVarint);
|
|
my_size += ::protobuf::rt::value_size(4, self.create_time, ::protobuf::wire_format::WireTypeVarint);
|
|
}
|
|
}
|
|
|
|
+ if self.ty != TrashType::Unknown {
|
|
|
|
+ my_size += ::protobuf::rt::enum_size(5, self.ty);
|
|
|
|
+ }
|
|
my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields());
|
|
my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields());
|
|
self.cached_size.set(my_size);
|
|
self.cached_size.set(my_size);
|
|
my_size
|
|
my_size
|
|
@@ -471,6 +412,9 @@ impl ::protobuf::Message for Trash {
|
|
if self.create_time != 0 {
|
|
if self.create_time != 0 {
|
|
os.write_int64(4, self.create_time)?;
|
|
os.write_int64(4, self.create_time)?;
|
|
}
|
|
}
|
|
|
|
+ if self.ty != TrashType::Unknown {
|
|
|
|
+ os.write_enum(5, ::protobuf::ProtobufEnum::value(&self.ty))?;
|
|
|
|
+ }
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
os.write_unknown_fields(self.get_unknown_fields())?;
|
|
::std::result::Result::Ok(())
|
|
::std::result::Result::Ok(())
|
|
}
|
|
}
|
|
@@ -529,6 +473,11 @@ impl ::protobuf::Message for Trash {
|
|
|m: &Trash| { &m.create_time },
|
|
|m: &Trash| { &m.create_time },
|
|
|m: &mut Trash| { &mut m.create_time },
|
|
|m: &mut Trash| { &mut m.create_time },
|
|
));
|
|
));
|
|
|
|
+ fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeEnum<TrashType>>(
|
|
|
|
+ "ty",
|
|
|
|
+ |m: &Trash| { &m.ty },
|
|
|
|
+ |m: &mut Trash| { &mut m.ty },
|
|
|
|
+ ));
|
|
::protobuf::reflect::MessageDescriptor::new_pb_name::<Trash>(
|
|
::protobuf::reflect::MessageDescriptor::new_pb_name::<Trash>(
|
|
"Trash",
|
|
"Trash",
|
|
fields,
|
|
fields,
|
|
@@ -549,6 +498,7 @@ impl ::protobuf::Clear for Trash {
|
|
self.name.clear();
|
|
self.name.clear();
|
|
self.modified_time = 0;
|
|
self.modified_time = 0;
|
|
self.create_time = 0;
|
|
self.create_time = 0;
|
|
|
|
+ self.ty = TrashType::Unknown;
|
|
self.unknown_fields.clear();
|
|
self.unknown_fields.clear();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -731,45 +681,98 @@ impl ::protobuf::reflect::ProtobufValue for RepeatedTrash {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#[derive(Clone,PartialEq,Eq,Debug,Hash)]
|
|
|
|
+pub enum TrashType {
|
|
|
|
+ Unknown = 0,
|
|
|
|
+ View = 1,
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::protobuf::ProtobufEnum for TrashType {
|
|
|
|
+ fn value(&self) -> i32 {
|
|
|
|
+ *self as i32
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn from_i32(value: i32) -> ::std::option::Option<TrashType> {
|
|
|
|
+ match value {
|
|
|
|
+ 0 => ::std::option::Option::Some(TrashType::Unknown),
|
|
|
|
+ 1 => ::std::option::Option::Some(TrashType::View),
|
|
|
|
+ _ => ::std::option::Option::None
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn values() -> &'static [Self] {
|
|
|
|
+ static values: &'static [TrashType] = &[
|
|
|
|
+ TrashType::Unknown,
|
|
|
|
+ TrashType::View,
|
|
|
|
+ ];
|
|
|
|
+ values
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
|
|
|
|
+ static descriptor: ::protobuf::rt::LazyV2<::protobuf::reflect::EnumDescriptor> = ::protobuf::rt::LazyV2::INIT;
|
|
|
|
+ descriptor.get(|| {
|
|
|
|
+ ::protobuf::reflect::EnumDescriptor::new_pb_name::<TrashType>("TrashType", file_descriptor_proto())
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::std::marker::Copy for TrashType {
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::std::default::Default for TrashType {
|
|
|
|
+ fn default() -> Self {
|
|
|
|
+ TrashType::Unknown
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+impl ::protobuf::reflect::ProtobufValue for TrashType {
|
|
|
|
+ fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
|
|
|
|
+ ::protobuf::reflect::ReflectValueRef::Enum(::protobuf::ProtobufEnum::descriptor(self))
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
static file_descriptor_proto_data: &'static [u8] = b"\
|
|
- \n\x12trash_create.proto\"}\n\x11CreateTrashParams\x12\x0e\n\x02id\x18\
|
|
|
|
- \x01\x20\x01(\tR\x02id\x12\x12\n\x04name\x18\x02\x20\x01(\tR\x04name\x12\
|
|
|
|
- #\n\rmodified_time\x18\x03\x20\x01(\x03R\x0cmodifiedTime\x12\x1f\n\x0bcr\
|
|
|
|
- eate_time\x18\x04\x20\x01(\x03R\ncreateTime\"q\n\x05Trash\x12\x0e\n\x02i\
|
|
|
|
- d\x18\x01\x20\x01(\tR\x02id\x12\x12\n\x04name\x18\x02\x20\x01(\tR\x04nam\
|
|
|
|
- e\x12#\n\rmodified_time\x18\x03\x20\x01(\x03R\x0cmodifiedTime\x12\x1f\n\
|
|
|
|
- \x0bcreate_time\x18\x04\x20\x01(\x03R\ncreateTime\"-\n\rRepeatedTrash\
|
|
|
|
- \x12\x1c\n\x05items\x18\x01\x20\x03(\x0b2\x06.TrashR\x05itemsJ\xd7\x04\n\
|
|
|
|
- \x06\x12\x04\0\0\x10\x01\n\x08\n\x01\x0c\x12\x03\0\0\x12\n\n\n\x02\x04\0\
|
|
|
|
- \x12\x04\x02\0\x07\x01\n\n\n\x03\x04\0\x01\x12\x03\x02\x08\x19\n\x0b\n\
|
|
|
|
- \x04\x04\0\x02\0\x12\x03\x03\x04\x12\n\x0c\n\x05\x04\0\x02\0\x05\x12\x03\
|
|
|
|
- \x03\x04\n\n\x0c\n\x05\x04\0\x02\0\x01\x12\x03\x03\x0b\r\n\x0c\n\x05\x04\
|
|
|
|
- \0\x02\0\x03\x12\x03\x03\x10\x11\n\x0b\n\x04\x04\0\x02\x01\x12\x03\x04\
|
|
|
|
- \x04\x14\n\x0c\n\x05\x04\0\x02\x01\x05\x12\x03\x04\x04\n\n\x0c\n\x05\x04\
|
|
|
|
- \0\x02\x01\x01\x12\x03\x04\x0b\x0f\n\x0c\n\x05\x04\0\x02\x01\x03\x12\x03\
|
|
|
|
- \x04\x12\x13\n\x0b\n\x04\x04\0\x02\x02\x12\x03\x05\x04\x1c\n\x0c\n\x05\
|
|
|
|
- \x04\0\x02\x02\x05\x12\x03\x05\x04\t\n\x0c\n\x05\x04\0\x02\x02\x01\x12\
|
|
|
|
- \x03\x05\n\x17\n\x0c\n\x05\x04\0\x02\x02\x03\x12\x03\x05\x1a\x1b\n\x0b\n\
|
|
|
|
- \x04\x04\0\x02\x03\x12\x03\x06\x04\x1a\n\x0c\n\x05\x04\0\x02\x03\x05\x12\
|
|
|
|
- \x03\x06\x04\t\n\x0c\n\x05\x04\0\x02\x03\x01\x12\x03\x06\n\x15\n\x0c\n\
|
|
|
|
- \x05\x04\0\x02\x03\x03\x12\x03\x06\x18\x19\n\n\n\x02\x04\x01\x12\x04\x08\
|
|
|
|
- \0\r\x01\n\n\n\x03\x04\x01\x01\x12\x03\x08\x08\r\n\x0b\n\x04\x04\x01\x02\
|
|
|
|
- \0\x12\x03\t\x04\x12\n\x0c\n\x05\x04\x01\x02\0\x05\x12\x03\t\x04\n\n\x0c\
|
|
|
|
- \n\x05\x04\x01\x02\0\x01\x12\x03\t\x0b\r\n\x0c\n\x05\x04\x01\x02\0\x03\
|
|
|
|
- \x12\x03\t\x10\x11\n\x0b\n\x04\x04\x01\x02\x01\x12\x03\n\x04\x14\n\x0c\n\
|
|
|
|
- \x05\x04\x01\x02\x01\x05\x12\x03\n\x04\n\n\x0c\n\x05\x04\x01\x02\x01\x01\
|
|
|
|
- \x12\x03\n\x0b\x0f\n\x0c\n\x05\x04\x01\x02\x01\x03\x12\x03\n\x12\x13\n\
|
|
|
|
- \x0b\n\x04\x04\x01\x02\x02\x12\x03\x0b\x04\x1c\n\x0c\n\x05\x04\x01\x02\
|
|
|
|
- \x02\x05\x12\x03\x0b\x04\t\n\x0c\n\x05\x04\x01\x02\x02\x01\x12\x03\x0b\n\
|
|
|
|
- \x17\n\x0c\n\x05\x04\x01\x02\x02\x03\x12\x03\x0b\x1a\x1b\n\x0b\n\x04\x04\
|
|
|
|
- \x01\x02\x03\x12\x03\x0c\x04\x1a\n\x0c\n\x05\x04\x01\x02\x03\x05\x12\x03\
|
|
|
|
- \x0c\x04\t\n\x0c\n\x05\x04\x01\x02\x03\x01\x12\x03\x0c\n\x15\n\x0c\n\x05\
|
|
|
|
- \x04\x01\x02\x03\x03\x12\x03\x0c\x18\x19\n\n\n\x02\x04\x02\x12\x04\x0e\0\
|
|
|
|
- \x10\x01\n\n\n\x03\x04\x02\x01\x12\x03\x0e\x08\x15\n\x0b\n\x04\x04\x02\
|
|
|
|
- \x02\0\x12\x03\x0f\x04\x1d\n\x0c\n\x05\x04\x02\x02\0\x04\x12\x03\x0f\x04\
|
|
|
|
- \x0c\n\x0c\n\x05\x04\x02\x02\0\x06\x12\x03\x0f\r\x12\n\x0c\n\x05\x04\x02\
|
|
|
|
- \x02\0\x01\x12\x03\x0f\x13\x18\n\x0c\n\x05\x04\x02\x02\0\x03\x12\x03\x0f\
|
|
|
|
- \x1b\x1cb\x06proto3\
|
|
|
|
|
|
+ \n\x12trash_create.proto\"?\n\x11CreateTrashParams\x12\x0e\n\x02id\x18\
|
|
|
|
+ \x01\x20\x01(\tR\x02id\x12\x1a\n\x02ty\x18\x02\x20\x01(\x0e2\n.TrashType\
|
|
|
|
+ R\x02ty\"\x8d\x01\n\x05Trash\x12\x0e\n\x02id\x18\x01\x20\x01(\tR\x02id\
|
|
|
|
+ \x12\x12\n\x04name\x18\x02\x20\x01(\tR\x04name\x12#\n\rmodified_time\x18\
|
|
|
|
+ \x03\x20\x01(\x03R\x0cmodifiedTime\x12\x1f\n\x0bcreate_time\x18\x04\x20\
|
|
|
|
+ \x01(\x03R\ncreateTime\x12\x1a\n\x02ty\x18\x05\x20\x01(\x0e2\n.TrashType\
|
|
|
|
+ R\x02ty\"-\n\rRepeatedTrash\x12\x1c\n\x05items\x18\x01\x20\x03(\x0b2\x06\
|
|
|
|
+ .TrashR\x05items*\"\n\tTrashType\x12\x0b\n\x07Unknown\x10\0\x12\x08\n\
|
|
|
|
+ \x04View\x10\x01J\x8a\x05\n\x06\x12\x04\0\0\x13\x01\n\x08\n\x01\x0c\x12\
|
|
|
|
+ \x03\0\0\x12\n\n\n\x02\x04\0\x12\x04\x02\0\x05\x01\n\n\n\x03\x04\0\x01\
|
|
|
|
+ \x12\x03\x02\x08\x19\n\x0b\n\x04\x04\0\x02\0\x12\x03\x03\x04\x12\n\x0c\n\
|
|
|
|
+ \x05\x04\0\x02\0\x05\x12\x03\x03\x04\n\n\x0c\n\x05\x04\0\x02\0\x01\x12\
|
|
|
|
+ \x03\x03\x0b\r\n\x0c\n\x05\x04\0\x02\0\x03\x12\x03\x03\x10\x11\n\x0b\n\
|
|
|
|
+ \x04\x04\0\x02\x01\x12\x03\x04\x04\x15\n\x0c\n\x05\x04\0\x02\x01\x06\x12\
|
|
|
|
+ \x03\x04\x04\r\n\x0c\n\x05\x04\0\x02\x01\x01\x12\x03\x04\x0e\x10\n\x0c\n\
|
|
|
|
+ \x05\x04\0\x02\x01\x03\x12\x03\x04\x13\x14\n\n\n\x02\x04\x01\x12\x04\x06\
|
|
|
|
+ \0\x0c\x01\n\n\n\x03\x04\x01\x01\x12\x03\x06\x08\r\n\x0b\n\x04\x04\x01\
|
|
|
|
+ \x02\0\x12\x03\x07\x04\x12\n\x0c\n\x05\x04\x01\x02\0\x05\x12\x03\x07\x04\
|
|
|
|
+ \n\n\x0c\n\x05\x04\x01\x02\0\x01\x12\x03\x07\x0b\r\n\x0c\n\x05\x04\x01\
|
|
|
|
+ \x02\0\x03\x12\x03\x07\x10\x11\n\x0b\n\x04\x04\x01\x02\x01\x12\x03\x08\
|
|
|
|
+ \x04\x14\n\x0c\n\x05\x04\x01\x02\x01\x05\x12\x03\x08\x04\n\n\x0c\n\x05\
|
|
|
|
+ \x04\x01\x02\x01\x01\x12\x03\x08\x0b\x0f\n\x0c\n\x05\x04\x01\x02\x01\x03\
|
|
|
|
+ \x12\x03\x08\x12\x13\n\x0b\n\x04\x04\x01\x02\x02\x12\x03\t\x04\x1c\n\x0c\
|
|
|
|
+ \n\x05\x04\x01\x02\x02\x05\x12\x03\t\x04\t\n\x0c\n\x05\x04\x01\x02\x02\
|
|
|
|
+ \x01\x12\x03\t\n\x17\n\x0c\n\x05\x04\x01\x02\x02\x03\x12\x03\t\x1a\x1b\n\
|
|
|
|
+ \x0b\n\x04\x04\x01\x02\x03\x12\x03\n\x04\x1a\n\x0c\n\x05\x04\x01\x02\x03\
|
|
|
|
+ \x05\x12\x03\n\x04\t\n\x0c\n\x05\x04\x01\x02\x03\x01\x12\x03\n\n\x15\n\
|
|
|
|
+ \x0c\n\x05\x04\x01\x02\x03\x03\x12\x03\n\x18\x19\n\x0b\n\x04\x04\x01\x02\
|
|
|
|
+ \x04\x12\x03\x0b\x04\x15\n\x0c\n\x05\x04\x01\x02\x04\x06\x12\x03\x0b\x04\
|
|
|
|
+ \r\n\x0c\n\x05\x04\x01\x02\x04\x01\x12\x03\x0b\x0e\x10\n\x0c\n\x05\x04\
|
|
|
|
+ \x01\x02\x04\x03\x12\x03\x0b\x13\x14\n\n\n\x02\x04\x02\x12\x04\r\0\x0f\
|
|
|
|
+ \x01\n\n\n\x03\x04\x02\x01\x12\x03\r\x08\x15\n\x0b\n\x04\x04\x02\x02\0\
|
|
|
|
+ \x12\x03\x0e\x04\x1d\n\x0c\n\x05\x04\x02\x02\0\x04\x12\x03\x0e\x04\x0c\n\
|
|
|
|
+ \x0c\n\x05\x04\x02\x02\0\x06\x12\x03\x0e\r\x12\n\x0c\n\x05\x04\x02\x02\0\
|
|
|
|
+ \x01\x12\x03\x0e\x13\x18\n\x0c\n\x05\x04\x02\x02\0\x03\x12\x03\x0e\x1b\
|
|
|
|
+ \x1c\n\n\n\x02\x05\0\x12\x04\x10\0\x13\x01\n\n\n\x03\x05\0\x01\x12\x03\
|
|
|
|
+ \x10\x05\x0e\n\x0b\n\x04\x05\0\x02\0\x12\x03\x11\x04\x10\n\x0c\n\x05\x05\
|
|
|
|
+ \0\x02\0\x01\x12\x03\x11\x04\x0b\n\x0c\n\x05\x05\0\x02\0\x02\x12\x03\x11\
|
|
|
|
+ \x0e\x0f\n\x0b\n\x04\x05\0\x02\x01\x12\x03\x12\x04\r\n\x0c\n\x05\x05\0\
|
|
|
|
+ \x02\x01\x01\x12\x03\x12\x04\x08\n\x0c\n\x05\x05\0\x02\x01\x02\x12\x03\
|
|
|
|
+ \x12\x0b\x0cb\x06proto3\
|
|
";
|
|
";
|
|
|
|
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|
|
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
|