// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.7 // protoc (unknown) // source: store/collection.proto package store import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" unsafe "unsafe" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type Collection struct { state protoimpl.MessageState `protogen:"open.v1"` Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreatorId int32 `protobuf:"varint,2,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"` CreatedTs int64 `protobuf:"varint,3,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"` UpdatedTs int64 `protobuf:"varint,4,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"` Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` Title string `protobuf:"bytes,7,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"` ShortcutIds []int32 `protobuf:"varint,9,rep,packed,name=shortcut_ids,json=shortcutIds,proto3" json:"shortcut_ids,omitempty"` Visibility Visibility `protobuf:"varint,10,opt,name=visibility,proto3,enum=slash.store.Visibility" json:"visibility,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *Collection) Reset() { *x = Collection{} mi := &file_store_collection_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *Collection) String() string { return protoimpl.X.MessageStringOf(x) } func (*Collection) ProtoMessage() {} func (x *Collection) ProtoReflect() protoreflect.Message { mi := &file_store_collection_proto_msgTypes[0] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Collection.ProtoReflect.Descriptor instead. func (*Collection) Descriptor() ([]byte, []int) { return file_store_collection_proto_rawDescGZIP(), []int{0} } func (x *Collection) GetId() int32 { if x != nil { return x.Id } return 0 } func (x *Collection) GetCreatorId() int32 { if x != nil { return x.CreatorId } return 0 } func (x *Collection) GetCreatedTs() int64 { if x != nil { return x.CreatedTs } return 0 } func (x *Collection) GetUpdatedTs() int64 { if x != nil { return x.UpdatedTs } return 0 } func (x *Collection) GetName() string { if x != nil { return x.Name } return "" } func (x *Collection) GetTitle() string { if x != nil { return x.Title } return "" } func (x *Collection) GetDescription() string { if x != nil { return x.Description } return "" } func (x *Collection) GetShortcutIds() []int32 { if x != nil { return x.ShortcutIds } return nil } func (x *Collection) GetVisibility() Visibility { if x != nil { return x.Visibility } return Visibility_VISIBILITY_UNSPECIFIED } var File_store_collection_proto protoreflect.FileDescriptor const file_store_collection_proto_rawDesc = "" + "\n" + "\x16store/collection.proto\x12\vslash.store\x1a\x12store/common.proto\"\xa1\x02\n" + "\n" + "Collection\x12\x0e\n" + "\x02id\x18\x01 \x01(\x05R\x02id\x12\x1d\n" + "\n" + "creator_id\x18\x02 \x01(\x05R\tcreatorId\x12\x1d\n" + "\n" + "created_ts\x18\x03 \x01(\x03R\tcreatedTs\x12\x1d\n" + "\n" + "updated_ts\x18\x04 \x01(\x03R\tupdatedTs\x12\x12\n" + "\x04name\x18\x06 \x01(\tR\x04name\x12\x14\n" + "\x05title\x18\a \x01(\tR\x05title\x12 \n" + "\vdescription\x18\b \x01(\tR\vdescription\x12!\n" + "\fshortcut_ids\x18\t \x03(\x05R\vshortcutIds\x127\n" + "\n" + "visibility\x18\n" + " \x01(\x0e2\x17.slash.store.VisibilityR\n" + "visibilityB\xa0\x01\n" + "\x0fcom.slash.storeB\x0fCollectionProtoP\x01Z/github.com/yourselfhosted/slash/proto/gen/store\xa2\x02\x03SSX\xaa\x02\vSlash.Store\xca\x02\vSlash\\Store\xe2\x02\x17Slash\\Store\\GPBMetadata\xea\x02\fSlash::Storeb\x06proto3" var ( file_store_collection_proto_rawDescOnce sync.Once file_store_collection_proto_rawDescData []byte ) func file_store_collection_proto_rawDescGZIP() []byte { file_store_collection_proto_rawDescOnce.Do(func() { file_store_collection_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_store_collection_proto_rawDesc), len(file_store_collection_proto_rawDesc))) }) return file_store_collection_proto_rawDescData } var file_store_collection_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_store_collection_proto_goTypes = []any{ (*Collection)(nil), // 0: slash.store.Collection (Visibility)(0), // 1: slash.store.Visibility } var file_store_collection_proto_depIdxs = []int32{ 1, // 0: slash.store.Collection.visibility:type_name -> slash.store.Visibility 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name 1, // [1:1] is the sub-list for extension extendee 0, // [0:1] is the sub-list for field type_name } func init() { file_store_collection_proto_init() } func file_store_collection_proto_init() { if File_store_collection_proto != nil { return } file_store_common_proto_init() type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_store_collection_proto_rawDesc), len(file_store_collection_proto_rawDesc)), NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, GoTypes: file_store_collection_proto_goTypes, DependencyIndexes: file_store_collection_proto_depIdxs, MessageInfos: file_store_collection_proto_msgTypes, }.Build() File_store_collection_proto = out.File file_store_collection_proto_goTypes = nil file_store_collection_proto_depIdxs = nil }