Path: blob/main/components/content-service-api/go/blobs.pb.go
2498 views
// Copyright (c) 2020 Gitpod 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: blobs.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 UploadUrlRequest struct {27state protoimpl.MessageState28sizeCache protoimpl.SizeCache29unknownFields protoimpl.UnknownFields3031OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`32Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`33ContentType string `protobuf:"bytes,3,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`34}3536func (x *UploadUrlRequest) Reset() {37*x = UploadUrlRequest{}38if protoimpl.UnsafeEnabled {39mi := &file_blobs_proto_msgTypes[0]40ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))41ms.StoreMessageInfo(mi)42}43}4445func (x *UploadUrlRequest) String() string {46return protoimpl.X.MessageStringOf(x)47}4849func (*UploadUrlRequest) ProtoMessage() {}5051func (x *UploadUrlRequest) ProtoReflect() protoreflect.Message {52mi := &file_blobs_proto_msgTypes[0]53if protoimpl.UnsafeEnabled && x != nil {54ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))55if ms.LoadMessageInfo() == nil {56ms.StoreMessageInfo(mi)57}58return ms59}60return mi.MessageOf(x)61}6263// Deprecated: Use UploadUrlRequest.ProtoReflect.Descriptor instead.64func (*UploadUrlRequest) Descriptor() ([]byte, []int) {65return file_blobs_proto_rawDescGZIP(), []int{0}66}6768func (x *UploadUrlRequest) GetOwnerId() string {69if x != nil {70return x.OwnerId71}72return ""73}7475func (x *UploadUrlRequest) GetName() string {76if x != nil {77return x.Name78}79return ""80}8182func (x *UploadUrlRequest) GetContentType() string {83if x != nil {84return x.ContentType85}86return ""87}8889type UploadUrlResponse struct {90state protoimpl.MessageState91sizeCache protoimpl.SizeCache92unknownFields protoimpl.UnknownFields9394Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`95}9697func (x *UploadUrlResponse) Reset() {98*x = UploadUrlResponse{}99if protoimpl.UnsafeEnabled {100mi := &file_blobs_proto_msgTypes[1]101ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))102ms.StoreMessageInfo(mi)103}104}105106func (x *UploadUrlResponse) String() string {107return protoimpl.X.MessageStringOf(x)108}109110func (*UploadUrlResponse) ProtoMessage() {}111112func (x *UploadUrlResponse) ProtoReflect() protoreflect.Message {113mi := &file_blobs_proto_msgTypes[1]114if protoimpl.UnsafeEnabled && x != nil {115ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))116if ms.LoadMessageInfo() == nil {117ms.StoreMessageInfo(mi)118}119return ms120}121return mi.MessageOf(x)122}123124// Deprecated: Use UploadUrlResponse.ProtoReflect.Descriptor instead.125func (*UploadUrlResponse) Descriptor() ([]byte, []int) {126return file_blobs_proto_rawDescGZIP(), []int{1}127}128129func (x *UploadUrlResponse) GetUrl() string {130if x != nil {131return x.Url132}133return ""134}135136type DownloadUrlRequest struct {137state protoimpl.MessageState138sizeCache protoimpl.SizeCache139unknownFields protoimpl.UnknownFields140141OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`142Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`143ContentType string `protobuf:"bytes,3,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`144}145146func (x *DownloadUrlRequest) Reset() {147*x = DownloadUrlRequest{}148if protoimpl.UnsafeEnabled {149mi := &file_blobs_proto_msgTypes[2]150ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))151ms.StoreMessageInfo(mi)152}153}154155func (x *DownloadUrlRequest) String() string {156return protoimpl.X.MessageStringOf(x)157}158159func (*DownloadUrlRequest) ProtoMessage() {}160161func (x *DownloadUrlRequest) ProtoReflect() protoreflect.Message {162mi := &file_blobs_proto_msgTypes[2]163if protoimpl.UnsafeEnabled && x != nil {164ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))165if ms.LoadMessageInfo() == nil {166ms.StoreMessageInfo(mi)167}168return ms169}170return mi.MessageOf(x)171}172173// Deprecated: Use DownloadUrlRequest.ProtoReflect.Descriptor instead.174func (*DownloadUrlRequest) Descriptor() ([]byte, []int) {175return file_blobs_proto_rawDescGZIP(), []int{2}176}177178func (x *DownloadUrlRequest) GetOwnerId() string {179if x != nil {180return x.OwnerId181}182return ""183}184185func (x *DownloadUrlRequest) GetName() string {186if x != nil {187return x.Name188}189return ""190}191192func (x *DownloadUrlRequest) GetContentType() string {193if x != nil {194return x.ContentType195}196return ""197}198199type DownloadUrlResponse struct {200state protoimpl.MessageState201sizeCache protoimpl.SizeCache202unknownFields protoimpl.UnknownFields203204Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`205}206207func (x *DownloadUrlResponse) Reset() {208*x = DownloadUrlResponse{}209if protoimpl.UnsafeEnabled {210mi := &file_blobs_proto_msgTypes[3]211ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))212ms.StoreMessageInfo(mi)213}214}215216func (x *DownloadUrlResponse) String() string {217return protoimpl.X.MessageStringOf(x)218}219220func (*DownloadUrlResponse) ProtoMessage() {}221222func (x *DownloadUrlResponse) ProtoReflect() protoreflect.Message {223mi := &file_blobs_proto_msgTypes[3]224if protoimpl.UnsafeEnabled && x != nil {225ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))226if ms.LoadMessageInfo() == nil {227ms.StoreMessageInfo(mi)228}229return ms230}231return mi.MessageOf(x)232}233234// Deprecated: Use DownloadUrlResponse.ProtoReflect.Descriptor instead.235func (*DownloadUrlResponse) Descriptor() ([]byte, []int) {236return file_blobs_proto_rawDescGZIP(), []int{3}237}238239func (x *DownloadUrlResponse) GetUrl() string {240if x != nil {241return x.Url242}243return ""244}245246type DeleteRequest struct {247state protoimpl.MessageState248sizeCache protoimpl.SizeCache249unknownFields protoimpl.UnknownFields250251OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`252// Types that are assignable to Name:253//254// *DeleteRequest_Exact255// *DeleteRequest_Prefix256Name isDeleteRequest_Name `protobuf_oneof:"name"`257}258259func (x *DeleteRequest) Reset() {260*x = DeleteRequest{}261if protoimpl.UnsafeEnabled {262mi := &file_blobs_proto_msgTypes[4]263ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))264ms.StoreMessageInfo(mi)265}266}267268func (x *DeleteRequest) String() string {269return protoimpl.X.MessageStringOf(x)270}271272func (*DeleteRequest) ProtoMessage() {}273274func (x *DeleteRequest) ProtoReflect() protoreflect.Message {275mi := &file_blobs_proto_msgTypes[4]276if protoimpl.UnsafeEnabled && x != nil {277ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))278if ms.LoadMessageInfo() == nil {279ms.StoreMessageInfo(mi)280}281return ms282}283return mi.MessageOf(x)284}285286// Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.287func (*DeleteRequest) Descriptor() ([]byte, []int) {288return file_blobs_proto_rawDescGZIP(), []int{4}289}290291func (x *DeleteRequest) GetOwnerId() string {292if x != nil {293return x.OwnerId294}295return ""296}297298func (m *DeleteRequest) GetName() isDeleteRequest_Name {299if m != nil {300return m.Name301}302return nil303}304305func (x *DeleteRequest) GetExact() string {306if x, ok := x.GetName().(*DeleteRequest_Exact); ok {307return x.Exact308}309return ""310}311312func (x *DeleteRequest) GetPrefix() string {313if x, ok := x.GetName().(*DeleteRequest_Prefix); ok {314return x.Prefix315}316return ""317}318319type isDeleteRequest_Name interface {320isDeleteRequest_Name()321}322323type DeleteRequest_Exact struct {324Exact string `protobuf:"bytes,2,opt,name=exact,proto3,oneof"`325}326327type DeleteRequest_Prefix struct {328Prefix string `protobuf:"bytes,3,opt,name=prefix,proto3,oneof"`329}330331func (*DeleteRequest_Exact) isDeleteRequest_Name() {}332333func (*DeleteRequest_Prefix) isDeleteRequest_Name() {}334335type DeleteResponse struct {336state protoimpl.MessageState337sizeCache protoimpl.SizeCache338unknownFields protoimpl.UnknownFields339}340341func (x *DeleteResponse) Reset() {342*x = DeleteResponse{}343if protoimpl.UnsafeEnabled {344mi := &file_blobs_proto_msgTypes[5]345ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))346ms.StoreMessageInfo(mi)347}348}349350func (x *DeleteResponse) String() string {351return protoimpl.X.MessageStringOf(x)352}353354func (*DeleteResponse) ProtoMessage() {}355356func (x *DeleteResponse) ProtoReflect() protoreflect.Message {357mi := &file_blobs_proto_msgTypes[5]358if protoimpl.UnsafeEnabled && x != nil {359ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))360if ms.LoadMessageInfo() == nil {361ms.StoreMessageInfo(mi)362}363return ms364}365return mi.MessageOf(x)366}367368// Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.369func (*DeleteResponse) Descriptor() ([]byte, []int) {370return file_blobs_proto_rawDescGZIP(), []int{5}371}372373var File_blobs_proto protoreflect.FileDescriptor374375var file_blobs_proto_rawDesc = []byte{3760x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x62, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x63,3770x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x64, 0x0a,3780x10, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,3790x74, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,3800x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,3810x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,3820x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65,3830x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54,3840x79, 0x70, 0x65, 0x22, 0x25, 0x0a, 0x11, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c,3850x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18,3860x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x66, 0x0a, 0x12, 0x44, 0x6f,3870x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,3880x12, 0x19, 0x0a, 0x08, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,3890x28, 0x09, 0x52, 0x07, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e,3900x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,3910x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,3920x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79,3930x70, 0x65, 0x22, 0x27, 0x0a, 0x13, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72,3940x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c,3950x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x64, 0x0a, 0x0d, 0x44,3960x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08,3970x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,3980x6f, 0x77, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x05, 0x65, 0x78, 0x61, 0x63, 0x74,3990x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x65, 0x78, 0x61, 0x63, 0x74, 0x12,4000x18, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48,4010x00, 0x52, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x42, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d,4020x65, 0x22, 0x10, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,4030x6e, 0x73, 0x65, 0x32, 0x86, 0x02, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x62, 0x53, 0x65, 0x72, 0x76,4040x69, 0x63, 0x65, 0x12, 0x52, 0x0a, 0x09, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c,4050x12, 0x20, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,4060x65, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65,4070x73, 0x74, 0x1a, 0x21, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76,4080x69, 0x63, 0x65, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73,4090x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0b, 0x44, 0x6f, 0x77, 0x6e, 0x6c,4100x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,4110x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64,4120x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6e,4130x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x6f, 0x77, 0x6e,4140x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,4150x00, 0x12, 0x49, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1d, 0x2e, 0x63, 0x6f,4160x6e, 0x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c,4170x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x63, 0x6f, 0x6e,4180x74, 0x65, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65,4190x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x31, 0x5a, 0x2f,4200x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f,4210x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x74,4220x65, 0x6e, 0x74, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x62,4230x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,424}425426var (427file_blobs_proto_rawDescOnce sync.Once428file_blobs_proto_rawDescData = file_blobs_proto_rawDesc429)430431func file_blobs_proto_rawDescGZIP() []byte {432file_blobs_proto_rawDescOnce.Do(func() {433file_blobs_proto_rawDescData = protoimpl.X.CompressGZIP(file_blobs_proto_rawDescData)434})435return file_blobs_proto_rawDescData436}437438var file_blobs_proto_msgTypes = make([]protoimpl.MessageInfo, 6)439var file_blobs_proto_goTypes = []interface{}{440(*UploadUrlRequest)(nil), // 0: contentservice.UploadUrlRequest441(*UploadUrlResponse)(nil), // 1: contentservice.UploadUrlResponse442(*DownloadUrlRequest)(nil), // 2: contentservice.DownloadUrlRequest443(*DownloadUrlResponse)(nil), // 3: contentservice.DownloadUrlResponse444(*DeleteRequest)(nil), // 4: contentservice.DeleteRequest445(*DeleteResponse)(nil), // 5: contentservice.DeleteResponse446}447var file_blobs_proto_depIdxs = []int32{4480, // 0: contentservice.BlobService.UploadUrl:input_type -> contentservice.UploadUrlRequest4492, // 1: contentservice.BlobService.DownloadUrl:input_type -> contentservice.DownloadUrlRequest4504, // 2: contentservice.BlobService.Delete:input_type -> contentservice.DeleteRequest4511, // 3: contentservice.BlobService.UploadUrl:output_type -> contentservice.UploadUrlResponse4523, // 4: contentservice.BlobService.DownloadUrl:output_type -> contentservice.DownloadUrlResponse4535, // 5: contentservice.BlobService.Delete:output_type -> contentservice.DeleteResponse4543, // [3:6] is the sub-list for method output_type4550, // [0:3] is the sub-list for method input_type4560, // [0:0] is the sub-list for extension type_name4570, // [0:0] is the sub-list for extension extendee4580, // [0:0] is the sub-list for field type_name459}460461func init() { file_blobs_proto_init() }462func file_blobs_proto_init() {463if File_blobs_proto != nil {464return465}466if !protoimpl.UnsafeEnabled {467file_blobs_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {468switch v := v.(*UploadUrlRequest); i {469case 0:470return &v.state471case 1:472return &v.sizeCache473case 2:474return &v.unknownFields475default:476return nil477}478}479file_blobs_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {480switch v := v.(*UploadUrlResponse); i {481case 0:482return &v.state483case 1:484return &v.sizeCache485case 2:486return &v.unknownFields487default:488return nil489}490}491file_blobs_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {492switch v := v.(*DownloadUrlRequest); i {493case 0:494return &v.state495case 1:496return &v.sizeCache497case 2:498return &v.unknownFields499default:500return nil501}502}503file_blobs_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {504switch v := v.(*DownloadUrlResponse); i {505case 0:506return &v.state507case 1:508return &v.sizeCache509case 2:510return &v.unknownFields511default:512return nil513}514}515file_blobs_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {516switch v := v.(*DeleteRequest); i {517case 0:518return &v.state519case 1:520return &v.sizeCache521case 2:522return &v.unknownFields523default:524return nil525}526}527file_blobs_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {528switch v := v.(*DeleteResponse); i {529case 0:530return &v.state531case 1:532return &v.sizeCache533case 2:534return &v.unknownFields535default:536return nil537}538}539}540file_blobs_proto_msgTypes[4].OneofWrappers = []interface{}{541(*DeleteRequest_Exact)(nil),542(*DeleteRequest_Prefix)(nil),543}544type x struct{}545out := protoimpl.TypeBuilder{546File: protoimpl.DescBuilder{547GoPackagePath: reflect.TypeOf(x{}).PkgPath(),548RawDescriptor: file_blobs_proto_rawDesc,549NumEnums: 0,550NumMessages: 6,551NumExtensions: 0,552NumServices: 1,553},554GoTypes: file_blobs_proto_goTypes,555DependencyIndexes: file_blobs_proto_depIdxs,556MessageInfos: file_blobs_proto_msgTypes,557}.Build()558File_blobs_proto = out.File559file_blobs_proto_rawDesc = nil560file_blobs_proto_goTypes = nil561file_blobs_proto_depIdxs = nil562}563564565