Path: blob/main/components/public-api/go/experimental/v1/scm.pb.go
2501 views
// Copyright (c) 2025 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: gitpod/experimental/v1/scm.proto910package v11112import (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 GetSuggestedRepoURLsRequest struct {27state protoimpl.MessageState28sizeCache protoimpl.SizeCache29unknownFields protoimpl.UnknownFields30}3132func (x *GetSuggestedRepoURLsRequest) Reset() {33*x = GetSuggestedRepoURLsRequest{}34if protoimpl.UnsafeEnabled {35mi := &file_gitpod_experimental_v1_scm_proto_msgTypes[0]36ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))37ms.StoreMessageInfo(mi)38}39}4041func (x *GetSuggestedRepoURLsRequest) String() string {42return protoimpl.X.MessageStringOf(x)43}4445func (*GetSuggestedRepoURLsRequest) ProtoMessage() {}4647func (x *GetSuggestedRepoURLsRequest) ProtoReflect() protoreflect.Message {48mi := &file_gitpod_experimental_v1_scm_proto_msgTypes[0]49if protoimpl.UnsafeEnabled && x != nil {50ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))51if ms.LoadMessageInfo() == nil {52ms.StoreMessageInfo(mi)53}54return ms55}56return mi.MessageOf(x)57}5859// Deprecated: Use GetSuggestedRepoURLsRequest.ProtoReflect.Descriptor instead.60func (*GetSuggestedRepoURLsRequest) Descriptor() ([]byte, []int) {61return file_gitpod_experimental_v1_scm_proto_rawDescGZIP(), []int{0}62}6364type GetSuggestedRepoURLsResponse struct {65state protoimpl.MessageState66sizeCache protoimpl.SizeCache67unknownFields protoimpl.UnknownFields6869Repos []string `protobuf:"bytes,1,rep,name=repos,proto3" json:"repos,omitempty"`70}7172func (x *GetSuggestedRepoURLsResponse) Reset() {73*x = GetSuggestedRepoURLsResponse{}74if protoimpl.UnsafeEnabled {75mi := &file_gitpod_experimental_v1_scm_proto_msgTypes[1]76ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))77ms.StoreMessageInfo(mi)78}79}8081func (x *GetSuggestedRepoURLsResponse) String() string {82return protoimpl.X.MessageStringOf(x)83}8485func (*GetSuggestedRepoURLsResponse) ProtoMessage() {}8687func (x *GetSuggestedRepoURLsResponse) ProtoReflect() protoreflect.Message {88mi := &file_gitpod_experimental_v1_scm_proto_msgTypes[1]89if protoimpl.UnsafeEnabled && x != nil {90ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))91if ms.LoadMessageInfo() == nil {92ms.StoreMessageInfo(mi)93}94return ms95}96return mi.MessageOf(x)97}9899// Deprecated: Use GetSuggestedRepoURLsResponse.ProtoReflect.Descriptor instead.100func (*GetSuggestedRepoURLsResponse) Descriptor() ([]byte, []int) {101return file_gitpod_experimental_v1_scm_proto_rawDescGZIP(), []int{1}102}103104func (x *GetSuggestedRepoURLsResponse) GetRepos() []string {105if x != nil {106return x.Repos107}108return nil109}110111var File_gitpod_experimental_v1_scm_proto protoreflect.FileDescriptor112113var file_gitpod_experimental_v1_scm_proto_rawDesc = []byte{1140x0a, 0x20, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d,1150x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x63, 0x6d, 0x2e, 0x70, 0x72, 0x6f,1160x74, 0x6f, 0x12, 0x16, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72,1170x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x22, 0x1d, 0x0a, 0x1b, 0x47, 0x65,1180x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x55, 0x52,1190x4c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x34, 0x0a, 0x1c, 0x47, 0x65, 0x74,1200x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x55, 0x52, 0x4c,1210x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x70,1220x6f, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x32,1230x92, 0x01, 0x0a, 0x0a, 0x53, 0x43, 0x4d, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x83,1240x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52,1250x65, 0x70, 0x6f, 0x55, 0x52, 0x4c, 0x73, 0x12, 0x33, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64,1260x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31,1270x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52, 0x65, 0x70,1280x6f, 0x55, 0x52, 0x4c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x67,1290x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74,1300x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x67, 0x67, 0x65, 0x73, 0x74,1310x65, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x55, 0x52, 0x4c, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,1320x73, 0x65, 0x22, 0x00, 0x42, 0x6b, 0x0a, 0x23, 0x69, 0x6f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,1330x64, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x78, 0x70, 0x65,1340x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x5a, 0x44, 0x67, 0x69, 0x74,1350x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69,1360x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65,1370x6e, 0x74, 0x73, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67,1380x6f, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76,1390x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,140}141142var (143file_gitpod_experimental_v1_scm_proto_rawDescOnce sync.Once144file_gitpod_experimental_v1_scm_proto_rawDescData = file_gitpod_experimental_v1_scm_proto_rawDesc145)146147func file_gitpod_experimental_v1_scm_proto_rawDescGZIP() []byte {148file_gitpod_experimental_v1_scm_proto_rawDescOnce.Do(func() {149file_gitpod_experimental_v1_scm_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_experimental_v1_scm_proto_rawDescData)150})151return file_gitpod_experimental_v1_scm_proto_rawDescData152}153154var file_gitpod_experimental_v1_scm_proto_msgTypes = make([]protoimpl.MessageInfo, 2)155var file_gitpod_experimental_v1_scm_proto_goTypes = []interface{}{156(*GetSuggestedRepoURLsRequest)(nil), // 0: gitpod.experimental.v1.GetSuggestedRepoURLsRequest157(*GetSuggestedRepoURLsResponse)(nil), // 1: gitpod.experimental.v1.GetSuggestedRepoURLsResponse158}159var file_gitpod_experimental_v1_scm_proto_depIdxs = []int32{1600, // 0: gitpod.experimental.v1.SCMService.GetSuggestedRepoURLs:input_type -> gitpod.experimental.v1.GetSuggestedRepoURLsRequest1611, // 1: gitpod.experimental.v1.SCMService.GetSuggestedRepoURLs:output_type -> gitpod.experimental.v1.GetSuggestedRepoURLsResponse1621, // [1:2] is the sub-list for method output_type1630, // [0:1] is the sub-list for method input_type1640, // [0:0] is the sub-list for extension type_name1650, // [0:0] is the sub-list for extension extendee1660, // [0:0] is the sub-list for field type_name167}168169func init() { file_gitpod_experimental_v1_scm_proto_init() }170func file_gitpod_experimental_v1_scm_proto_init() {171if File_gitpod_experimental_v1_scm_proto != nil {172return173}174if !protoimpl.UnsafeEnabled {175file_gitpod_experimental_v1_scm_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {176switch v := v.(*GetSuggestedRepoURLsRequest); i {177case 0:178return &v.state179case 1:180return &v.sizeCache181case 2:182return &v.unknownFields183default:184return nil185}186}187file_gitpod_experimental_v1_scm_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {188switch v := v.(*GetSuggestedRepoURLsResponse); i {189case 0:190return &v.state191case 1:192return &v.sizeCache193case 2:194return &v.unknownFields195default:196return nil197}198}199}200type x struct{}201out := protoimpl.TypeBuilder{202File: protoimpl.DescBuilder{203GoPackagePath: reflect.TypeOf(x{}).PkgPath(),204RawDescriptor: file_gitpod_experimental_v1_scm_proto_rawDesc,205NumEnums: 0,206NumMessages: 2,207NumExtensions: 0,208NumServices: 1,209},210GoTypes: file_gitpod_experimental_v1_scm_proto_goTypes,211DependencyIndexes: file_gitpod_experimental_v1_scm_proto_depIdxs,212MessageInfos: file_gitpod_experimental_v1_scm_proto_msgTypes,213}.Build()214File_gitpod_experimental_v1_scm_proto = out.File215file_gitpod_experimental_v1_scm_proto_rawDesc = nil216file_gitpod_experimental_v1_scm_proto_goTypes = nil217file_gitpod_experimental_v1_scm_proto_depIdxs = nil218}219220221