Path: blob/main/components/ide-service-api/go/ide.pb.go
2498 views
// Copyright (c) 2022 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 v3.20.18// source: ide.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 WorkspaceType int322728const (29WorkspaceType_REGULAR WorkspaceType = 030WorkspaceType_PREBUILD WorkspaceType = 131)3233// Enum value maps for WorkspaceType.34var (35WorkspaceType_name = map[int32]string{360: "REGULAR",371: "PREBUILD",38}39WorkspaceType_value = map[string]int32{40"REGULAR": 0,41"PREBUILD": 1,42}43)4445func (x WorkspaceType) Enum() *WorkspaceType {46p := new(WorkspaceType)47*p = x48return p49}5051func (x WorkspaceType) String() string {52return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))53}5455func (WorkspaceType) Descriptor() protoreflect.EnumDescriptor {56return file_ide_proto_enumTypes[0].Descriptor()57}5859func (WorkspaceType) Type() protoreflect.EnumType {60return &file_ide_proto_enumTypes[0]61}6263func (x WorkspaceType) Number() protoreflect.EnumNumber {64return protoreflect.EnumNumber(x)65}6667// Deprecated: Use WorkspaceType.Descriptor instead.68func (WorkspaceType) EnumDescriptor() ([]byte, []int) {69return file_ide_proto_rawDescGZIP(), []int{0}70}7172type GetConfigRequest struct {73state protoimpl.MessageState74sizeCache protoimpl.SizeCache75unknownFields protoimpl.UnknownFields7677User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`78}7980func (x *GetConfigRequest) Reset() {81*x = GetConfigRequest{}82if protoimpl.UnsafeEnabled {83mi := &file_ide_proto_msgTypes[0]84ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))85ms.StoreMessageInfo(mi)86}87}8889func (x *GetConfigRequest) String() string {90return protoimpl.X.MessageStringOf(x)91}9293func (*GetConfigRequest) ProtoMessage() {}9495func (x *GetConfigRequest) ProtoReflect() protoreflect.Message {96mi := &file_ide_proto_msgTypes[0]97if protoimpl.UnsafeEnabled && x != nil {98ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))99if ms.LoadMessageInfo() == nil {100ms.StoreMessageInfo(mi)101}102return ms103}104return mi.MessageOf(x)105}106107// Deprecated: Use GetConfigRequest.ProtoReflect.Descriptor instead.108func (*GetConfigRequest) Descriptor() ([]byte, []int) {109return file_ide_proto_rawDescGZIP(), []int{0}110}111112func (x *GetConfigRequest) GetUser() *User {113if x != nil {114return x.User115}116return nil117}118119type GetConfigResponse struct {120state protoimpl.MessageState121sizeCache protoimpl.SizeCache122unknownFields protoimpl.UnknownFields123124Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`125}126127func (x *GetConfigResponse) Reset() {128*x = GetConfigResponse{}129if protoimpl.UnsafeEnabled {130mi := &file_ide_proto_msgTypes[1]131ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))132ms.StoreMessageInfo(mi)133}134}135136func (x *GetConfigResponse) String() string {137return protoimpl.X.MessageStringOf(x)138}139140func (*GetConfigResponse) ProtoMessage() {}141142func (x *GetConfigResponse) ProtoReflect() protoreflect.Message {143mi := &file_ide_proto_msgTypes[1]144if protoimpl.UnsafeEnabled && x != nil {145ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))146if ms.LoadMessageInfo() == nil {147ms.StoreMessageInfo(mi)148}149return ms150}151return mi.MessageOf(x)152}153154// Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.155func (*GetConfigResponse) Descriptor() ([]byte, []int) {156return file_ide_proto_rawDescGZIP(), []int{1}157}158159func (x *GetConfigResponse) GetContent() string {160if x != nil {161return x.Content162}163return ""164}165166// TODO: import type from other packages167// EnvironmentVariable describes an env var as key/value pair168type EnvironmentVariable struct {169state protoimpl.MessageState170sizeCache protoimpl.SizeCache171unknownFields protoimpl.UnknownFields172173Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`174Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`175}176177func (x *EnvironmentVariable) Reset() {178*x = EnvironmentVariable{}179if protoimpl.UnsafeEnabled {180mi := &file_ide_proto_msgTypes[2]181ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))182ms.StoreMessageInfo(mi)183}184}185186func (x *EnvironmentVariable) String() string {187return protoimpl.X.MessageStringOf(x)188}189190func (*EnvironmentVariable) ProtoMessage() {}191192func (x *EnvironmentVariable) ProtoReflect() protoreflect.Message {193mi := &file_ide_proto_msgTypes[2]194if protoimpl.UnsafeEnabled && x != nil {195ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))196if ms.LoadMessageInfo() == nil {197ms.StoreMessageInfo(mi)198}199return ms200}201return mi.MessageOf(x)202}203204// Deprecated: Use EnvironmentVariable.ProtoReflect.Descriptor instead.205func (*EnvironmentVariable) Descriptor() ([]byte, []int) {206return file_ide_proto_rawDescGZIP(), []int{2}207}208209func (x *EnvironmentVariable) GetName() string {210if x != nil {211return x.Name212}213return ""214}215216func (x *EnvironmentVariable) GetValue() string {217if x != nil {218return x.Value219}220return ""221}222223type User struct {224state protoimpl.MessageState225sizeCache protoimpl.SizeCache226unknownFields protoimpl.UnknownFields227228Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`229Email *string `protobuf:"bytes,2,opt,name=email,proto3,oneof" json:"email,omitempty"`230}231232func (x *User) Reset() {233*x = User{}234if protoimpl.UnsafeEnabled {235mi := &file_ide_proto_msgTypes[3]236ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))237ms.StoreMessageInfo(mi)238}239}240241func (x *User) String() string {242return protoimpl.X.MessageStringOf(x)243}244245func (*User) ProtoMessage() {}246247func (x *User) ProtoReflect() protoreflect.Message {248mi := &file_ide_proto_msgTypes[3]249if protoimpl.UnsafeEnabled && x != nil {250ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))251if ms.LoadMessageInfo() == nil {252ms.StoreMessageInfo(mi)253}254return ms255}256return mi.MessageOf(x)257}258259// Deprecated: Use User.ProtoReflect.Descriptor instead.260func (*User) Descriptor() ([]byte, []int) {261return file_ide_proto_rawDescGZIP(), []int{3}262}263264func (x *User) GetId() string {265if x != nil {266return x.Id267}268return ""269}270271func (x *User) GetEmail() string {272if x != nil && x.Email != nil {273return *x.Email274}275return ""276}277278type ResolveWorkspaceConfigRequest struct {279state protoimpl.MessageState280sizeCache protoimpl.SizeCache281unknownFields protoimpl.UnknownFields282283Type WorkspaceType `protobuf:"varint,1,opt,name=type,proto3,enum=ide_service_api.WorkspaceType" json:"type,omitempty"`284Context string `protobuf:"bytes,2,opt,name=context,proto3" json:"context,omitempty"`285IdeSettings string `protobuf:"bytes,3,opt,name=ide_settings,json=ideSettings,proto3" json:"ide_settings,omitempty"`286WorkspaceConfig string `protobuf:"bytes,4,opt,name=workspace_config,json=workspaceConfig,proto3" json:"workspace_config,omitempty"`287User *User `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`288}289290func (x *ResolveWorkspaceConfigRequest) Reset() {291*x = ResolveWorkspaceConfigRequest{}292if protoimpl.UnsafeEnabled {293mi := &file_ide_proto_msgTypes[4]294ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))295ms.StoreMessageInfo(mi)296}297}298299func (x *ResolveWorkspaceConfigRequest) String() string {300return protoimpl.X.MessageStringOf(x)301}302303func (*ResolveWorkspaceConfigRequest) ProtoMessage() {}304305func (x *ResolveWorkspaceConfigRequest) ProtoReflect() protoreflect.Message {306mi := &file_ide_proto_msgTypes[4]307if protoimpl.UnsafeEnabled && x != nil {308ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))309if ms.LoadMessageInfo() == nil {310ms.StoreMessageInfo(mi)311}312return ms313}314return mi.MessageOf(x)315}316317// Deprecated: Use ResolveWorkspaceConfigRequest.ProtoReflect.Descriptor instead.318func (*ResolveWorkspaceConfigRequest) Descriptor() ([]byte, []int) {319return file_ide_proto_rawDescGZIP(), []int{4}320}321322func (x *ResolveWorkspaceConfigRequest) GetType() WorkspaceType {323if x != nil {324return x.Type325}326return WorkspaceType_REGULAR327}328329func (x *ResolveWorkspaceConfigRequest) GetContext() string {330if x != nil {331return x.Context332}333return ""334}335336func (x *ResolveWorkspaceConfigRequest) GetIdeSettings() string {337if x != nil {338return x.IdeSettings339}340return ""341}342343func (x *ResolveWorkspaceConfigRequest) GetWorkspaceConfig() string {344if x != nil {345return x.WorkspaceConfig346}347return ""348}349350func (x *ResolveWorkspaceConfigRequest) GetUser() *User {351if x != nil {352return x.User353}354return nil355}356357type ResolveWorkspaceConfigResponse struct {358state protoimpl.MessageState359sizeCache protoimpl.SizeCache360unknownFields protoimpl.UnknownFields361362Envvars []*EnvironmentVariable `protobuf:"bytes,1,rep,name=envvars,proto3" json:"envvars,omitempty"`363SupervisorImage string `protobuf:"bytes,2,opt,name=supervisor_image,json=supervisorImage,proto3" json:"supervisor_image,omitempty"`364WebImage string `protobuf:"bytes,3,opt,name=web_image,json=webImage,proto3" json:"web_image,omitempty"`365IdeImageLayers []string `protobuf:"bytes,4,rep,name=ide_image_layers,json=ideImageLayers,proto3" json:"ide_image_layers,omitempty"`366// control whether to configure default IDE for a user367RefererIde string `protobuf:"bytes,5,opt,name=referer_ide,json=refererIde,proto3" json:"referer_ide,omitempty"`368Tasks string `protobuf:"bytes,6,opt,name=tasks,proto3" json:"tasks,omitempty"`369IdeSettings string `protobuf:"bytes,7,opt,name=ide_settings,json=ideSettings,proto3" json:"ide_settings,omitempty"`370}371372func (x *ResolveWorkspaceConfigResponse) Reset() {373*x = ResolveWorkspaceConfigResponse{}374if protoimpl.UnsafeEnabled {375mi := &file_ide_proto_msgTypes[5]376ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))377ms.StoreMessageInfo(mi)378}379}380381func (x *ResolveWorkspaceConfigResponse) String() string {382return protoimpl.X.MessageStringOf(x)383}384385func (*ResolveWorkspaceConfigResponse) ProtoMessage() {}386387func (x *ResolveWorkspaceConfigResponse) ProtoReflect() protoreflect.Message {388mi := &file_ide_proto_msgTypes[5]389if protoimpl.UnsafeEnabled && x != nil {390ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))391if ms.LoadMessageInfo() == nil {392ms.StoreMessageInfo(mi)393}394return ms395}396return mi.MessageOf(x)397}398399// Deprecated: Use ResolveWorkspaceConfigResponse.ProtoReflect.Descriptor instead.400func (*ResolveWorkspaceConfigResponse) Descriptor() ([]byte, []int) {401return file_ide_proto_rawDescGZIP(), []int{5}402}403404func (x *ResolveWorkspaceConfigResponse) GetEnvvars() []*EnvironmentVariable {405if x != nil {406return x.Envvars407}408return nil409}410411func (x *ResolveWorkspaceConfigResponse) GetSupervisorImage() string {412if x != nil {413return x.SupervisorImage414}415return ""416}417418func (x *ResolveWorkspaceConfigResponse) GetWebImage() string {419if x != nil {420return x.WebImage421}422return ""423}424425func (x *ResolveWorkspaceConfigResponse) GetIdeImageLayers() []string {426if x != nil {427return x.IdeImageLayers428}429return nil430}431432func (x *ResolveWorkspaceConfigResponse) GetRefererIde() string {433if x != nil {434return x.RefererIde435}436return ""437}438439func (x *ResolveWorkspaceConfigResponse) GetTasks() string {440if x != nil {441return x.Tasks442}443return ""444}445446func (x *ResolveWorkspaceConfigResponse) GetIdeSettings() string {447if x != nil {448return x.IdeSettings449}450return ""451}452453var File_ide_proto protoreflect.FileDescriptor454455var file_ide_proto_rawDesc = []byte{4560x0a, 0x09, 0x69, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x69, 0x64, 0x65,4570x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69, 0x22, 0x3d, 0x0a, 0x10,4580x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,4590x12, 0x29, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15,4600x2e, 0x69, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69,4610x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x2d, 0x0a, 0x11, 0x47,4620x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,4630x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,4640x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x3f, 0x0a, 0x13, 0x45, 0x6e,4650x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,4660x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,4670x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,4680x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x3b, 0x0a, 0x04, 0x55,4690x73, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,4700x02, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01,4710x28, 0x09, 0x48, 0x00, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x42, 0x08,4720x0a, 0x06, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0xe6, 0x01, 0x0a, 0x1d, 0x52, 0x65, 0x73,4730x6f, 0x6c, 0x76, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e,4740x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x74, 0x79,4750x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x69, 0x64, 0x65, 0x5f, 0x73,4760x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x73,4770x70, 0x61, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18,4780x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,4790x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x69, 0x64, 0x65, 0x5f,4800x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,4810x69, 0x64, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x77,4820x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18,4830x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65,4840x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x29, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x05,4850x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x69, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,4860x63, 0x65, 0x5f, 0x61, 0x70, 0x69, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75, 0x73, 0x65,4870x72, 0x22, 0xac, 0x02, 0x0a, 0x1e, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x57, 0x6f, 0x72,4880x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70,4890x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x07, 0x65, 0x6e, 0x76, 0x76, 0x61, 0x72, 0x73, 0x18,4900x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x69, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76,4910x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d,4920x65, 0x6e, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x76,4930x76, 0x61, 0x72, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x73, 0x75, 0x70, 0x65, 0x72, 0x76, 0x69, 0x73,4940x6f, 0x72, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f,4950x73, 0x75, 0x70, 0x65, 0x72, 0x76, 0x69, 0x73, 0x6f, 0x72, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12,4960x1b, 0x0a, 0x09, 0x77, 0x65, 0x62, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01,4970x28, 0x09, 0x52, 0x08, 0x77, 0x65, 0x62, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x28, 0x0a, 0x10,4980x69, 0x64, 0x65, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x73,4990x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x64, 0x65, 0x49, 0x6d, 0x61, 0x67, 0x65,5000x4c, 0x61, 0x79, 0x65, 0x72, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,5010x72, 0x5f, 0x69, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x66,5020x65, 0x72, 0x65, 0x72, 0x49, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73,5030x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x12, 0x21, 0x0a,5040x0c, 0x69, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x07, 0x20,5050x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x64, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,5060x2a, 0x2a, 0x0a, 0x0d, 0x57, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x54, 0x79, 0x70,5070x65, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x45, 0x47, 0x55, 0x4c, 0x41, 0x52, 0x10, 0x00, 0x12, 0x0c,5080x0a, 0x08, 0x50, 0x52, 0x45, 0x42, 0x55, 0x49, 0x4c, 0x44, 0x10, 0x01, 0x32, 0xe5, 0x01, 0x0a,5090x0a, 0x49, 0x44, 0x45, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x57, 0x0a, 0x09, 0x47,5100x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x21, 0x2e, 0x69, 0x64, 0x65, 0x5f, 0x73,5110x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f,5120x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x69, 0x64,5130x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69, 0x2e, 0x47, 0x65,5140x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,5150x03, 0x90, 0x02, 0x02, 0x12, 0x7e, 0x0a, 0x16, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x57,5160x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x2e,5170x2e, 0x69, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69,5180x2e, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63,5190x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f,5200x2e, 0x69, 0x64, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x70, 0x69,5210x2e, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63,5220x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,5230x03, 0x90, 0x02, 0x02, 0x42, 0x47, 0x0a, 0x18, 0x69, 0x6f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,5240x64, 0x2e, 0x69, 0x64, 0x65, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x61, 0x70, 0x69,5250x5a, 0x2b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x69, 0x74,5260x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x69, 0x64,5270x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70,5280x72, 0x6f, 0x74, 0x6f, 0x33,529}530531var (532file_ide_proto_rawDescOnce sync.Once533file_ide_proto_rawDescData = file_ide_proto_rawDesc534)535536func file_ide_proto_rawDescGZIP() []byte {537file_ide_proto_rawDescOnce.Do(func() {538file_ide_proto_rawDescData = protoimpl.X.CompressGZIP(file_ide_proto_rawDescData)539})540return file_ide_proto_rawDescData541}542543var file_ide_proto_enumTypes = make([]protoimpl.EnumInfo, 1)544var file_ide_proto_msgTypes = make([]protoimpl.MessageInfo, 6)545var file_ide_proto_goTypes = []interface{}{546(WorkspaceType)(0), // 0: ide_service_api.WorkspaceType547(*GetConfigRequest)(nil), // 1: ide_service_api.GetConfigRequest548(*GetConfigResponse)(nil), // 2: ide_service_api.GetConfigResponse549(*EnvironmentVariable)(nil), // 3: ide_service_api.EnvironmentVariable550(*User)(nil), // 4: ide_service_api.User551(*ResolveWorkspaceConfigRequest)(nil), // 5: ide_service_api.ResolveWorkspaceConfigRequest552(*ResolveWorkspaceConfigResponse)(nil), // 6: ide_service_api.ResolveWorkspaceConfigResponse553}554var file_ide_proto_depIdxs = []int32{5554, // 0: ide_service_api.GetConfigRequest.user:type_name -> ide_service_api.User5560, // 1: ide_service_api.ResolveWorkspaceConfigRequest.type:type_name -> ide_service_api.WorkspaceType5574, // 2: ide_service_api.ResolveWorkspaceConfigRequest.user:type_name -> ide_service_api.User5583, // 3: ide_service_api.ResolveWorkspaceConfigResponse.envvars:type_name -> ide_service_api.EnvironmentVariable5591, // 4: ide_service_api.IDEService.GetConfig:input_type -> ide_service_api.GetConfigRequest5605, // 5: ide_service_api.IDEService.ResolveWorkspaceConfig:input_type -> ide_service_api.ResolveWorkspaceConfigRequest5612, // 6: ide_service_api.IDEService.GetConfig:output_type -> ide_service_api.GetConfigResponse5626, // 7: ide_service_api.IDEService.ResolveWorkspaceConfig:output_type -> ide_service_api.ResolveWorkspaceConfigResponse5636, // [6:8] is the sub-list for method output_type5644, // [4:6] is the sub-list for method input_type5654, // [4:4] is the sub-list for extension type_name5664, // [4:4] is the sub-list for extension extendee5670, // [0:4] is the sub-list for field type_name568}569570func init() { file_ide_proto_init() }571func file_ide_proto_init() {572if File_ide_proto != nil {573return574}575if !protoimpl.UnsafeEnabled {576file_ide_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {577switch v := v.(*GetConfigRequest); i {578case 0:579return &v.state580case 1:581return &v.sizeCache582case 2:583return &v.unknownFields584default:585return nil586}587}588file_ide_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {589switch v := v.(*GetConfigResponse); i {590case 0:591return &v.state592case 1:593return &v.sizeCache594case 2:595return &v.unknownFields596default:597return nil598}599}600file_ide_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {601switch v := v.(*EnvironmentVariable); i {602case 0:603return &v.state604case 1:605return &v.sizeCache606case 2:607return &v.unknownFields608default:609return nil610}611}612file_ide_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {613switch v := v.(*User); i {614case 0:615return &v.state616case 1:617return &v.sizeCache618case 2:619return &v.unknownFields620default:621return nil622}623}624file_ide_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {625switch v := v.(*ResolveWorkspaceConfigRequest); i {626case 0:627return &v.state628case 1:629return &v.sizeCache630case 2:631return &v.unknownFields632default:633return nil634}635}636file_ide_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {637switch v := v.(*ResolveWorkspaceConfigResponse); i {638case 0:639return &v.state640case 1:641return &v.sizeCache642case 2:643return &v.unknownFields644default:645return nil646}647}648}649file_ide_proto_msgTypes[3].OneofWrappers = []interface{}{}650type x struct{}651out := protoimpl.TypeBuilder{652File: protoimpl.DescBuilder{653GoPackagePath: reflect.TypeOf(x{}).PkgPath(),654RawDescriptor: file_ide_proto_rawDesc,655NumEnums: 1,656NumMessages: 6,657NumExtensions: 0,658NumServices: 1,659},660GoTypes: file_ide_proto_goTypes,661DependencyIndexes: file_ide_proto_depIdxs,662EnumInfos: file_ide_proto_enumTypes,663MessageInfos: file_ide_proto_msgTypes,664}.Build()665File_ide_proto = out.File666file_ide_proto_rawDesc = nil667file_ide_proto_goTypes = nil668file_ide_proto_depIdxs = nil669}670671672