Path: blob/main/components/public-api/go/experimental/v1/ide_client.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/ide_client.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 SendHeartbeatRequest struct {27state protoimpl.MessageState28sizeCache protoimpl.SizeCache29unknownFields protoimpl.UnknownFields3031WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`32}3334func (x *SendHeartbeatRequest) Reset() {35*x = SendHeartbeatRequest{}36if protoimpl.UnsafeEnabled {37mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[0]38ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))39ms.StoreMessageInfo(mi)40}41}4243func (x *SendHeartbeatRequest) String() string {44return protoimpl.X.MessageStringOf(x)45}4647func (*SendHeartbeatRequest) ProtoMessage() {}4849func (x *SendHeartbeatRequest) ProtoReflect() protoreflect.Message {50mi := &file_gitpod_experimental_v1_ide_client_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 SendHeartbeatRequest.ProtoReflect.Descriptor instead.62func (*SendHeartbeatRequest) Descriptor() ([]byte, []int) {63return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{0}64}6566func (x *SendHeartbeatRequest) GetWorkspaceId() string {67if x != nil {68return x.WorkspaceId69}70return ""71}7273type SendHeartbeatResponse struct {74state protoimpl.MessageState75sizeCache protoimpl.SizeCache76unknownFields protoimpl.UnknownFields77}7879func (x *SendHeartbeatResponse) Reset() {80*x = SendHeartbeatResponse{}81if protoimpl.UnsafeEnabled {82mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[1]83ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))84ms.StoreMessageInfo(mi)85}86}8788func (x *SendHeartbeatResponse) String() string {89return protoimpl.X.MessageStringOf(x)90}9192func (*SendHeartbeatResponse) ProtoMessage() {}9394func (x *SendHeartbeatResponse) ProtoReflect() protoreflect.Message {95mi := &file_gitpod_experimental_v1_ide_client_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 SendHeartbeatResponse.ProtoReflect.Descriptor instead.107func (*SendHeartbeatResponse) Descriptor() ([]byte, []int) {108return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{1}109}110111type SendDidCloseRequest struct {112state protoimpl.MessageState113sizeCache protoimpl.SizeCache114unknownFields protoimpl.UnknownFields115116WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`117}118119func (x *SendDidCloseRequest) Reset() {120*x = SendDidCloseRequest{}121if protoimpl.UnsafeEnabled {122mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[2]123ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))124ms.StoreMessageInfo(mi)125}126}127128func (x *SendDidCloseRequest) String() string {129return protoimpl.X.MessageStringOf(x)130}131132func (*SendDidCloseRequest) ProtoMessage() {}133134func (x *SendDidCloseRequest) ProtoReflect() protoreflect.Message {135mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[2]136if protoimpl.UnsafeEnabled && x != nil {137ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))138if ms.LoadMessageInfo() == nil {139ms.StoreMessageInfo(mi)140}141return ms142}143return mi.MessageOf(x)144}145146// Deprecated: Use SendDidCloseRequest.ProtoReflect.Descriptor instead.147func (*SendDidCloseRequest) Descriptor() ([]byte, []int) {148return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{2}149}150151func (x *SendDidCloseRequest) GetWorkspaceId() string {152if x != nil {153return x.WorkspaceId154}155return ""156}157158type SendDidCloseResponse struct {159state protoimpl.MessageState160sizeCache protoimpl.SizeCache161unknownFields protoimpl.UnknownFields162}163164func (x *SendDidCloseResponse) Reset() {165*x = SendDidCloseResponse{}166if protoimpl.UnsafeEnabled {167mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[3]168ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))169ms.StoreMessageInfo(mi)170}171}172173func (x *SendDidCloseResponse) String() string {174return protoimpl.X.MessageStringOf(x)175}176177func (*SendDidCloseResponse) ProtoMessage() {}178179func (x *SendDidCloseResponse) ProtoReflect() protoreflect.Message {180mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[3]181if protoimpl.UnsafeEnabled && x != nil {182ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))183if ms.LoadMessageInfo() == nil {184ms.StoreMessageInfo(mi)185}186return ms187}188return mi.MessageOf(x)189}190191// Deprecated: Use SendDidCloseResponse.ProtoReflect.Descriptor instead.192func (*SendDidCloseResponse) Descriptor() ([]byte, []int) {193return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{3}194}195196type UpdateGitStatusRequest struct {197state protoimpl.MessageState198sizeCache protoimpl.SizeCache199unknownFields protoimpl.UnknownFields200201WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`202Status *GitStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`203}204205func (x *UpdateGitStatusRequest) Reset() {206*x = UpdateGitStatusRequest{}207if protoimpl.UnsafeEnabled {208mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[4]209ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))210ms.StoreMessageInfo(mi)211}212}213214func (x *UpdateGitStatusRequest) String() string {215return protoimpl.X.MessageStringOf(x)216}217218func (*UpdateGitStatusRequest) ProtoMessage() {}219220func (x *UpdateGitStatusRequest) ProtoReflect() protoreflect.Message {221mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[4]222if protoimpl.UnsafeEnabled && x != nil {223ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))224if ms.LoadMessageInfo() == nil {225ms.StoreMessageInfo(mi)226}227return ms228}229return mi.MessageOf(x)230}231232// Deprecated: Use UpdateGitStatusRequest.ProtoReflect.Descriptor instead.233func (*UpdateGitStatusRequest) Descriptor() ([]byte, []int) {234return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{4}235}236237func (x *UpdateGitStatusRequest) GetWorkspaceId() string {238if x != nil {239return x.WorkspaceId240}241return ""242}243244func (x *UpdateGitStatusRequest) GetStatus() *GitStatus {245if x != nil {246return x.Status247}248return nil249}250251type UpdateGitStatusResponse struct {252state protoimpl.MessageState253sizeCache protoimpl.SizeCache254unknownFields protoimpl.UnknownFields255}256257func (x *UpdateGitStatusResponse) Reset() {258*x = UpdateGitStatusResponse{}259if protoimpl.UnsafeEnabled {260mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[5]261ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))262ms.StoreMessageInfo(mi)263}264}265266func (x *UpdateGitStatusResponse) String() string {267return protoimpl.X.MessageStringOf(x)268}269270func (*UpdateGitStatusResponse) ProtoMessage() {}271272func (x *UpdateGitStatusResponse) ProtoReflect() protoreflect.Message {273mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[5]274if protoimpl.UnsafeEnabled && x != nil {275ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))276if ms.LoadMessageInfo() == nil {277ms.StoreMessageInfo(mi)278}279return ms280}281return mi.MessageOf(x)282}283284// Deprecated: Use UpdateGitStatusResponse.ProtoReflect.Descriptor instead.285func (*UpdateGitStatusResponse) Descriptor() ([]byte, []int) {286return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{5}287}288289var File_gitpod_experimental_v1_ide_client_proto protoreflect.FileDescriptor290291var file_gitpod_experimental_v1_ide_client_proto_rawDesc = []byte{2920x0a, 0x27, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d,2930x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x69, 0x64, 0x65, 0x5f, 0x63, 0x6c, 0x69,2940x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x16, 0x67, 0x69, 0x74, 0x70, 0x6f,2950x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,2960x31, 0x1a, 0x27, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69,2970x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,2980x61, 0x63, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x39, 0x0a, 0x14, 0x53, 0x65,2990x6e, 0x64, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,3000x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f,3010x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,3020x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x17, 0x0a, 0x15, 0x53, 0x65, 0x6e, 0x64, 0x48, 0x65, 0x61,3030x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x38,3040x0a, 0x13, 0x53, 0x65, 0x6e, 0x64, 0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65,3050x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61,3060x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x77, 0x6f, 0x72,3070x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64,3080x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,3090x22, 0x76, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61,3100x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x6f,3110x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,3120x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x39, 0x0a,3130x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e,3140x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e,3150x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,3160x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x19, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61,3170x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,3180x6e, 0x73, 0x65, 0x32, 0xe5, 0x02, 0x0a, 0x10, 0x49, 0x44, 0x45, 0x43, 0x6c, 0x69, 0x65, 0x6e,3190x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6e, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64,3200x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x12, 0x2c, 0x2e, 0x67, 0x69, 0x74, 0x70,3210x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e,3220x76, 0x31, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74,3230x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64,3240x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31,3250x2e, 0x53, 0x65, 0x6e, 0x64, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x52, 0x65,3260x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x0c, 0x53, 0x65, 0x6e, 0x64,3270x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x12, 0x2b, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,3280x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,3290x31, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65,3300x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65,3310x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x53,3320x65, 0x6e, 0x64, 0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,3330x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47,3340x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2e, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,3350x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,3360x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,3370x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,3380x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,3390x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,3400x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x6b, 0x0a, 0x23, 0x69,3410x6f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x61,3420x70, 0x69, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e,3430x76, 0x31, 0x5a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67,3440x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f,3450x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69,3460x63, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d,3470x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,348}349350var (351file_gitpod_experimental_v1_ide_client_proto_rawDescOnce sync.Once352file_gitpod_experimental_v1_ide_client_proto_rawDescData = file_gitpod_experimental_v1_ide_client_proto_rawDesc353)354355func file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP() []byte {356file_gitpod_experimental_v1_ide_client_proto_rawDescOnce.Do(func() {357file_gitpod_experimental_v1_ide_client_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_experimental_v1_ide_client_proto_rawDescData)358})359return file_gitpod_experimental_v1_ide_client_proto_rawDescData360}361362var file_gitpod_experimental_v1_ide_client_proto_msgTypes = make([]protoimpl.MessageInfo, 6)363var file_gitpod_experimental_v1_ide_client_proto_goTypes = []interface{}{364(*SendHeartbeatRequest)(nil), // 0: gitpod.experimental.v1.SendHeartbeatRequest365(*SendHeartbeatResponse)(nil), // 1: gitpod.experimental.v1.SendHeartbeatResponse366(*SendDidCloseRequest)(nil), // 2: gitpod.experimental.v1.SendDidCloseRequest367(*SendDidCloseResponse)(nil), // 3: gitpod.experimental.v1.SendDidCloseResponse368(*UpdateGitStatusRequest)(nil), // 4: gitpod.experimental.v1.UpdateGitStatusRequest369(*UpdateGitStatusResponse)(nil), // 5: gitpod.experimental.v1.UpdateGitStatusResponse370(*GitStatus)(nil), // 6: gitpod.experimental.v1.GitStatus371}372var file_gitpod_experimental_v1_ide_client_proto_depIdxs = []int32{3736, // 0: gitpod.experimental.v1.UpdateGitStatusRequest.status:type_name -> gitpod.experimental.v1.GitStatus3740, // 1: gitpod.experimental.v1.IDEClientService.SendHeartbeat:input_type -> gitpod.experimental.v1.SendHeartbeatRequest3752, // 2: gitpod.experimental.v1.IDEClientService.SendDidClose:input_type -> gitpod.experimental.v1.SendDidCloseRequest3764, // 3: gitpod.experimental.v1.IDEClientService.UpdateGitStatus:input_type -> gitpod.experimental.v1.UpdateGitStatusRequest3771, // 4: gitpod.experimental.v1.IDEClientService.SendHeartbeat:output_type -> gitpod.experimental.v1.SendHeartbeatResponse3783, // 5: gitpod.experimental.v1.IDEClientService.SendDidClose:output_type -> gitpod.experimental.v1.SendDidCloseResponse3795, // 6: gitpod.experimental.v1.IDEClientService.UpdateGitStatus:output_type -> gitpod.experimental.v1.UpdateGitStatusResponse3804, // [4:7] is the sub-list for method output_type3811, // [1:4] is the sub-list for method input_type3821, // [1:1] is the sub-list for extension type_name3831, // [1:1] is the sub-list for extension extendee3840, // [0:1] is the sub-list for field type_name385}386387func init() { file_gitpod_experimental_v1_ide_client_proto_init() }388func file_gitpod_experimental_v1_ide_client_proto_init() {389if File_gitpod_experimental_v1_ide_client_proto != nil {390return391}392file_gitpod_experimental_v1_workspaces_proto_init()393if !protoimpl.UnsafeEnabled {394file_gitpod_experimental_v1_ide_client_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {395switch v := v.(*SendHeartbeatRequest); i {396case 0:397return &v.state398case 1:399return &v.sizeCache400case 2:401return &v.unknownFields402default:403return nil404}405}406file_gitpod_experimental_v1_ide_client_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {407switch v := v.(*SendHeartbeatResponse); i {408case 0:409return &v.state410case 1:411return &v.sizeCache412case 2:413return &v.unknownFields414default:415return nil416}417}418file_gitpod_experimental_v1_ide_client_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {419switch v := v.(*SendDidCloseRequest); i {420case 0:421return &v.state422case 1:423return &v.sizeCache424case 2:425return &v.unknownFields426default:427return nil428}429}430file_gitpod_experimental_v1_ide_client_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {431switch v := v.(*SendDidCloseResponse); i {432case 0:433return &v.state434case 1:435return &v.sizeCache436case 2:437return &v.unknownFields438default:439return nil440}441}442file_gitpod_experimental_v1_ide_client_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {443switch v := v.(*UpdateGitStatusRequest); i {444case 0:445return &v.state446case 1:447return &v.sizeCache448case 2:449return &v.unknownFields450default:451return nil452}453}454file_gitpod_experimental_v1_ide_client_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {455switch v := v.(*UpdateGitStatusResponse); i {456case 0:457return &v.state458case 1:459return &v.sizeCache460case 2:461return &v.unknownFields462default:463return nil464}465}466}467type x struct{}468out := protoimpl.TypeBuilder{469File: protoimpl.DescBuilder{470GoPackagePath: reflect.TypeOf(x{}).PkgPath(),471RawDescriptor: file_gitpod_experimental_v1_ide_client_proto_rawDesc,472NumEnums: 0,473NumMessages: 6,474NumExtensions: 0,475NumServices: 1,476},477GoTypes: file_gitpod_experimental_v1_ide_client_proto_goTypes,478DependencyIndexes: file_gitpod_experimental_v1_ide_client_proto_depIdxs,479MessageInfos: file_gitpod_experimental_v1_ide_client_proto_msgTypes,480}.Build()481File_gitpod_experimental_v1_ide_client_proto = out.File482file_gitpod_experimental_v1_ide_client_proto_rawDesc = nil483file_gitpod_experimental_v1_ide_client_proto_goTypes = nil484file_gitpod_experimental_v1_ide_client_proto_depIdxs = nil485}486487488