Path: blob/main/components/content-service-api/go/content.pb.go
2496 views
// Copyright (c) 2020 TypeFox GmbH. All rights reserved.1// Licensed under the GNU Affero General Public License (AGPL).2// See License.AGPL.txt in the project root for license information.34// Code generated by protoc-gen-go. DO NOT EDIT.5// versions:6// protoc-gen-go v1.28.17// protoc (unknown)8// source: content.proto910package api1112import (13protoreflect "google.golang.org/protobuf/reflect/protoreflect"14protoimpl "google.golang.org/protobuf/runtime/protoimpl"15reflect "reflect"16sync "sync"17)1819const (20// Verify that this generated code is sufficiently up-to-date.21_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)22// Verify that runtime/protoimpl is sufficiently up-to-date.23_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)24)2526type DeleteUserContentRequest struct {27state protoimpl.MessageState28sizeCache protoimpl.SizeCache29unknownFields protoimpl.UnknownFields3031OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`32}3334func (x *DeleteUserContentRequest) Reset() {35*x = DeleteUserContentRequest{}36if protoimpl.UnsafeEnabled {37mi := &file_content_proto_msgTypes[0]38ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))39ms.StoreMessageInfo(mi)40}41}4243func (x *DeleteUserContentRequest) String() string {44return protoimpl.X.MessageStringOf(x)45}4647func (*DeleteUserContentRequest) ProtoMessage() {}4849func (x *DeleteUserContentRequest) ProtoReflect() protoreflect.Message {50mi := &file_content_proto_msgTypes[0]51if protoimpl.UnsafeEnabled && x != nil {52ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))53if ms.LoadMessageInfo() == nil {54ms.StoreMessageInfo(mi)55}56return ms57}58return mi.MessageOf(x)59}6061// Deprecated: Use DeleteUserContentRequest.ProtoReflect.Descriptor instead.62func (*DeleteUserContentRequest) Descriptor() ([]byte, []int) {63return file_content_proto_rawDescGZIP(), []int{0}64}6566func (x *DeleteUserContentRequest) GetOwnerId() string {67if x != nil {68return x.OwnerId69}70return ""71}7273type DeleteUserContentResponse struct {74state protoimpl.MessageState75sizeCache protoimpl.SizeCache76unknownFields protoimpl.UnknownFields77}7879func (x *DeleteUserContentResponse) Reset() {80*x = DeleteUserContentResponse{}81if protoimpl.UnsafeEnabled {82mi := &file_content_proto_msgTypes[1]83ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))84ms.StoreMessageInfo(mi)85}86}8788func (x *DeleteUserContentResponse) String() string {89return protoimpl.X.MessageStringOf(x)90}9192func (*DeleteUserContentResponse) ProtoMessage() {}9394func (x *DeleteUserContentResponse) ProtoReflect() protoreflect.Message {95mi := &file_content_proto_msgTypes[1]96if protoimpl.UnsafeEnabled && x != nil {97ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))98if ms.LoadMessageInfo() == nil {99ms.StoreMessageInfo(mi)100}101return ms102}103return mi.MessageOf(x)104}105106// Deprecated: Use DeleteUserContentResponse.ProtoReflect.Descriptor instead.107func (*DeleteUserContentResponse) Descriptor() ([]byte, []int) {108return file_content_proto_rawDescGZIP(), []int{1}109}110111var File_content_proto protoreflect.FileDescriptor112113var file_content_proto_rawDesc = []byte{1140x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,1150x0e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22,1160x35, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e,1170x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x6f,1180x77, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f,1190x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x22, 0x1b, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,1200x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,1210x6e, 0x73, 0x65, 0x32, 0x7c, 0x0a, 0x0e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x53, 0x65,1220x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6a, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55,1230x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x2e, 0x63, 0x6f, 0x6e,1240x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65,1250x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71,1260x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x73, 0x65,1270x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72,1280x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,1290x00, 0x42, 0x31, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,1300x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64,1310x2f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,1320x2f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,133}134135var (136file_content_proto_rawDescOnce sync.Once137file_content_proto_rawDescData = file_content_proto_rawDesc138)139140func file_content_proto_rawDescGZIP() []byte {141file_content_proto_rawDescOnce.Do(func() {142file_content_proto_rawDescData = protoimpl.X.CompressGZIP(file_content_proto_rawDescData)143})144return file_content_proto_rawDescData145}146147var file_content_proto_msgTypes = make([]protoimpl.MessageInfo, 2)148var file_content_proto_goTypes = []interface{}{149(*DeleteUserContentRequest)(nil), // 0: contentservice.DeleteUserContentRequest150(*DeleteUserContentResponse)(nil), // 1: contentservice.DeleteUserContentResponse151}152var file_content_proto_depIdxs = []int32{1530, // 0: contentservice.ContentService.DeleteUserContent:input_type -> contentservice.DeleteUserContentRequest1541, // 1: contentservice.ContentService.DeleteUserContent:output_type -> contentservice.DeleteUserContentResponse1551, // [1:2] is the sub-list for method output_type1560, // [0:1] is the sub-list for method input_type1570, // [0:0] is the sub-list for extension type_name1580, // [0:0] is the sub-list for extension extendee1590, // [0:0] is the sub-list for field type_name160}161162func init() { file_content_proto_init() }163func file_content_proto_init() {164if File_content_proto != nil {165return166}167if !protoimpl.UnsafeEnabled {168file_content_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {169switch v := v.(*DeleteUserContentRequest); i {170case 0:171return &v.state172case 1:173return &v.sizeCache174case 2:175return &v.unknownFields176default:177return nil178}179}180file_content_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {181switch v := v.(*DeleteUserContentResponse); i {182case 0:183return &v.state184case 1:185return &v.sizeCache186case 2:187return &v.unknownFields188default:189return nil190}191}192}193type x struct{}194out := protoimpl.TypeBuilder{195File: protoimpl.DescBuilder{196GoPackagePath: reflect.TypeOf(x{}).PkgPath(),197RawDescriptor: file_content_proto_rawDesc,198NumEnums: 0,199NumMessages: 2,200NumExtensions: 0,201NumServices: 1,202},203GoTypes: file_content_proto_goTypes,204DependencyIndexes: file_content_proto_depIdxs,205MessageInfos: file_content_proto_msgTypes,206}.Build()207File_content_proto = out.File208file_content_proto_rawDesc = nil209file_content_proto_goTypes = nil210file_content_proto_depIdxs = nil211}212213214