Path: blob/main/components/public-api/go/v1/prebuild.pb.go
2500 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/v1/prebuild.proto910package v11112import (13protoreflect "google.golang.org/protobuf/reflect/protoreflect"14protoimpl "google.golang.org/protobuf/runtime/protoimpl"15timestamppb "google.golang.org/protobuf/types/known/timestamppb"16reflect "reflect"17sync "sync"18)1920const (21// Verify that this generated code is sufficiently up-to-date.22_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)23// Verify that runtime/protoimpl is sufficiently up-to-date.24_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)25)2627type ListOrganizationPrebuildsRequest_Filter_State int322829const (30ListOrganizationPrebuildsRequest_Filter_STATE_UNSPECIFIED ListOrganizationPrebuildsRequest_Filter_State = 031ListOrganizationPrebuildsRequest_Filter_STATE_SUCCEEDED ListOrganizationPrebuildsRequest_Filter_State = 132ListOrganizationPrebuildsRequest_Filter_STATE_FAILED ListOrganizationPrebuildsRequest_Filter_State = 233ListOrganizationPrebuildsRequest_Filter_STATE_UNFINISHED ListOrganizationPrebuildsRequest_Filter_State = 334)3536// Enum value maps for ListOrganizationPrebuildsRequest_Filter_State.37var (38ListOrganizationPrebuildsRequest_Filter_State_name = map[int32]string{390: "STATE_UNSPECIFIED",401: "STATE_SUCCEEDED",412: "STATE_FAILED",423: "STATE_UNFINISHED",43}44ListOrganizationPrebuildsRequest_Filter_State_value = map[string]int32{45"STATE_UNSPECIFIED": 0,46"STATE_SUCCEEDED": 1,47"STATE_FAILED": 2,48"STATE_UNFINISHED": 3,49}50)5152func (x ListOrganizationPrebuildsRequest_Filter_State) Enum() *ListOrganizationPrebuildsRequest_Filter_State {53p := new(ListOrganizationPrebuildsRequest_Filter_State)54*p = x55return p56}5758func (x ListOrganizationPrebuildsRequest_Filter_State) String() string {59return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))60}6162func (ListOrganizationPrebuildsRequest_Filter_State) Descriptor() protoreflect.EnumDescriptor {63return file_gitpod_v1_prebuild_proto_enumTypes[0].Descriptor()64}6566func (ListOrganizationPrebuildsRequest_Filter_State) Type() protoreflect.EnumType {67return &file_gitpod_v1_prebuild_proto_enumTypes[0]68}6970func (x ListOrganizationPrebuildsRequest_Filter_State) Number() protoreflect.EnumNumber {71return protoreflect.EnumNumber(x)72}7374// Deprecated: Use ListOrganizationPrebuildsRequest_Filter_State.Descriptor instead.75func (ListOrganizationPrebuildsRequest_Filter_State) EnumDescriptor() ([]byte, []int) {76return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10, 0, 0}77}7879type PrebuildPhase_Phase int328081const (82PrebuildPhase_PHASE_UNSPECIFIED PrebuildPhase_Phase = 083PrebuildPhase_PHASE_QUEUED PrebuildPhase_Phase = 184PrebuildPhase_PHASE_BUILDING PrebuildPhase_Phase = 285PrebuildPhase_PHASE_ABORTED PrebuildPhase_Phase = 386PrebuildPhase_PHASE_TIMEOUT PrebuildPhase_Phase = 487PrebuildPhase_PHASE_AVAILABLE PrebuildPhase_Phase = 588PrebuildPhase_PHASE_FAILED PrebuildPhase_Phase = 689)9091// Enum value maps for PrebuildPhase_Phase.92var (93PrebuildPhase_Phase_name = map[int32]string{940: "PHASE_UNSPECIFIED",951: "PHASE_QUEUED",962: "PHASE_BUILDING",973: "PHASE_ABORTED",984: "PHASE_TIMEOUT",995: "PHASE_AVAILABLE",1006: "PHASE_FAILED",101}102PrebuildPhase_Phase_value = map[string]int32{103"PHASE_UNSPECIFIED": 0,104"PHASE_QUEUED": 1,105"PHASE_BUILDING": 2,106"PHASE_ABORTED": 3,107"PHASE_TIMEOUT": 4,108"PHASE_AVAILABLE": 5,109"PHASE_FAILED": 6,110}111)112113func (x PrebuildPhase_Phase) Enum() *PrebuildPhase_Phase {114p := new(PrebuildPhase_Phase)115*p = x116return p117}118119func (x PrebuildPhase_Phase) String() string {120return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))121}122123func (PrebuildPhase_Phase) Descriptor() protoreflect.EnumDescriptor {124return file_gitpod_v1_prebuild_proto_enumTypes[1].Descriptor()125}126127func (PrebuildPhase_Phase) Type() protoreflect.EnumType {128return &file_gitpod_v1_prebuild_proto_enumTypes[1]129}130131func (x PrebuildPhase_Phase) Number() protoreflect.EnumNumber {132return protoreflect.EnumNumber(x)133}134135// Deprecated: Use PrebuildPhase_Phase.Descriptor instead.136func (PrebuildPhase_Phase) EnumDescriptor() ([]byte, []int) {137return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{15, 0}138}139140type GetPrebuildRequest struct {141state protoimpl.MessageState142sizeCache protoimpl.SizeCache143unknownFields protoimpl.UnknownFields144145PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3" json:"prebuild_id,omitempty"`146}147148func (x *GetPrebuildRequest) Reset() {149*x = GetPrebuildRequest{}150if protoimpl.UnsafeEnabled {151mi := &file_gitpod_v1_prebuild_proto_msgTypes[0]152ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))153ms.StoreMessageInfo(mi)154}155}156157func (x *GetPrebuildRequest) String() string {158return protoimpl.X.MessageStringOf(x)159}160161func (*GetPrebuildRequest) ProtoMessage() {}162163func (x *GetPrebuildRequest) ProtoReflect() protoreflect.Message {164mi := &file_gitpod_v1_prebuild_proto_msgTypes[0]165if protoimpl.UnsafeEnabled && x != nil {166ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))167if ms.LoadMessageInfo() == nil {168ms.StoreMessageInfo(mi)169}170return ms171}172return mi.MessageOf(x)173}174175// Deprecated: Use GetPrebuildRequest.ProtoReflect.Descriptor instead.176func (*GetPrebuildRequest) Descriptor() ([]byte, []int) {177return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{0}178}179180func (x *GetPrebuildRequest) GetPrebuildId() string {181if x != nil {182return x.PrebuildId183}184return ""185}186187type GetPrebuildResponse struct {188state protoimpl.MessageState189sizeCache protoimpl.SizeCache190unknownFields protoimpl.UnknownFields191192Prebuild *Prebuild `protobuf:"bytes,1,opt,name=prebuild,proto3" json:"prebuild,omitempty"`193}194195func (x *GetPrebuildResponse) Reset() {196*x = GetPrebuildResponse{}197if protoimpl.UnsafeEnabled {198mi := &file_gitpod_v1_prebuild_proto_msgTypes[1]199ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))200ms.StoreMessageInfo(mi)201}202}203204func (x *GetPrebuildResponse) String() string {205return protoimpl.X.MessageStringOf(x)206}207208func (*GetPrebuildResponse) ProtoMessage() {}209210func (x *GetPrebuildResponse) ProtoReflect() protoreflect.Message {211mi := &file_gitpod_v1_prebuild_proto_msgTypes[1]212if protoimpl.UnsafeEnabled && x != nil {213ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))214if ms.LoadMessageInfo() == nil {215ms.StoreMessageInfo(mi)216}217return ms218}219return mi.MessageOf(x)220}221222// Deprecated: Use GetPrebuildResponse.ProtoReflect.Descriptor instead.223func (*GetPrebuildResponse) Descriptor() ([]byte, []int) {224return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{1}225}226227func (x *GetPrebuildResponse) GetPrebuild() *Prebuild {228if x != nil {229return x.Prebuild230}231return nil232}233234type ListPrebuildsRequest struct {235state protoimpl.MessageState236sizeCache protoimpl.SizeCache237unknownFields protoimpl.UnknownFields238239Pagination *PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`240// it is for backward compatiblity with the current dashboard, use prebuild_id241// instead242//243// Deprecated: Do not use.244WorkspaceId string `protobuf:"bytes,2,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`245ConfigurationId string `protobuf:"bytes,3,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"`246GitRef string `protobuf:"bytes,4,opt,name=git_ref,json=gitRef,proto3" json:"git_ref,omitempty"`247}248249func (x *ListPrebuildsRequest) Reset() {250*x = ListPrebuildsRequest{}251if protoimpl.UnsafeEnabled {252mi := &file_gitpod_v1_prebuild_proto_msgTypes[2]253ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))254ms.StoreMessageInfo(mi)255}256}257258func (x *ListPrebuildsRequest) String() string {259return protoimpl.X.MessageStringOf(x)260}261262func (*ListPrebuildsRequest) ProtoMessage() {}263264func (x *ListPrebuildsRequest) ProtoReflect() protoreflect.Message {265mi := &file_gitpod_v1_prebuild_proto_msgTypes[2]266if protoimpl.UnsafeEnabled && x != nil {267ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))268if ms.LoadMessageInfo() == nil {269ms.StoreMessageInfo(mi)270}271return ms272}273return mi.MessageOf(x)274}275276// Deprecated: Use ListPrebuildsRequest.ProtoReflect.Descriptor instead.277func (*ListPrebuildsRequest) Descriptor() ([]byte, []int) {278return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{2}279}280281func (x *ListPrebuildsRequest) GetPagination() *PaginationRequest {282if x != nil {283return x.Pagination284}285return nil286}287288// Deprecated: Do not use.289func (x *ListPrebuildsRequest) GetWorkspaceId() string {290if x != nil {291return x.WorkspaceId292}293return ""294}295296func (x *ListPrebuildsRequest) GetConfigurationId() string {297if x != nil {298return x.ConfigurationId299}300return ""301}302303func (x *ListPrebuildsRequest) GetGitRef() string {304if x != nil {305return x.GitRef306}307return ""308}309310type ListPrebuildsResponse struct {311state protoimpl.MessageState312sizeCache protoimpl.SizeCache313unknownFields protoimpl.UnknownFields314315Pagination *PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`316Prebuilds []*Prebuild `protobuf:"bytes,2,rep,name=prebuilds,proto3" json:"prebuilds,omitempty"`317}318319func (x *ListPrebuildsResponse) Reset() {320*x = ListPrebuildsResponse{}321if protoimpl.UnsafeEnabled {322mi := &file_gitpod_v1_prebuild_proto_msgTypes[3]323ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))324ms.StoreMessageInfo(mi)325}326}327328func (x *ListPrebuildsResponse) String() string {329return protoimpl.X.MessageStringOf(x)330}331332func (*ListPrebuildsResponse) ProtoMessage() {}333334func (x *ListPrebuildsResponse) ProtoReflect() protoreflect.Message {335mi := &file_gitpod_v1_prebuild_proto_msgTypes[3]336if protoimpl.UnsafeEnabled && x != nil {337ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))338if ms.LoadMessageInfo() == nil {339ms.StoreMessageInfo(mi)340}341return ms342}343return mi.MessageOf(x)344}345346// Deprecated: Use ListPrebuildsResponse.ProtoReflect.Descriptor instead.347func (*ListPrebuildsResponse) Descriptor() ([]byte, []int) {348return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{3}349}350351func (x *ListPrebuildsResponse) GetPagination() *PaginationResponse {352if x != nil {353return x.Pagination354}355return nil356}357358func (x *ListPrebuildsResponse) GetPrebuilds() []*Prebuild {359if x != nil {360return x.Prebuilds361}362return nil363}364365type StartPrebuildRequest struct {366state protoimpl.MessageState367sizeCache protoimpl.SizeCache368unknownFields protoimpl.UnknownFields369370ConfigurationId string `protobuf:"bytes,1,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"`371GitRef string `protobuf:"bytes,2,opt,name=git_ref,json=gitRef,proto3" json:"git_ref,omitempty"`372}373374func (x *StartPrebuildRequest) Reset() {375*x = StartPrebuildRequest{}376if protoimpl.UnsafeEnabled {377mi := &file_gitpod_v1_prebuild_proto_msgTypes[4]378ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))379ms.StoreMessageInfo(mi)380}381}382383func (x *StartPrebuildRequest) String() string {384return protoimpl.X.MessageStringOf(x)385}386387func (*StartPrebuildRequest) ProtoMessage() {}388389func (x *StartPrebuildRequest) ProtoReflect() protoreflect.Message {390mi := &file_gitpod_v1_prebuild_proto_msgTypes[4]391if protoimpl.UnsafeEnabled && x != nil {392ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))393if ms.LoadMessageInfo() == nil {394ms.StoreMessageInfo(mi)395}396return ms397}398return mi.MessageOf(x)399}400401// Deprecated: Use StartPrebuildRequest.ProtoReflect.Descriptor instead.402func (*StartPrebuildRequest) Descriptor() ([]byte, []int) {403return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{4}404}405406func (x *StartPrebuildRequest) GetConfigurationId() string {407if x != nil {408return x.ConfigurationId409}410return ""411}412413func (x *StartPrebuildRequest) GetGitRef() string {414if x != nil {415return x.GitRef416}417return ""418}419420type StartPrebuildResponse struct {421state protoimpl.MessageState422sizeCache protoimpl.SizeCache423unknownFields protoimpl.UnknownFields424425PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3" json:"prebuild_id,omitempty"`426}427428func (x *StartPrebuildResponse) Reset() {429*x = StartPrebuildResponse{}430if protoimpl.UnsafeEnabled {431mi := &file_gitpod_v1_prebuild_proto_msgTypes[5]432ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))433ms.StoreMessageInfo(mi)434}435}436437func (x *StartPrebuildResponse) String() string {438return protoimpl.X.MessageStringOf(x)439}440441func (*StartPrebuildResponse) ProtoMessage() {}442443func (x *StartPrebuildResponse) ProtoReflect() protoreflect.Message {444mi := &file_gitpod_v1_prebuild_proto_msgTypes[5]445if protoimpl.UnsafeEnabled && x != nil {446ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))447if ms.LoadMessageInfo() == nil {448ms.StoreMessageInfo(mi)449}450return ms451}452return mi.MessageOf(x)453}454455// Deprecated: Use StartPrebuildResponse.ProtoReflect.Descriptor instead.456func (*StartPrebuildResponse) Descriptor() ([]byte, []int) {457return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{5}458}459460func (x *StartPrebuildResponse) GetPrebuildId() string {461if x != nil {462return x.PrebuildId463}464return ""465}466467type CancelPrebuildRequest struct {468state protoimpl.MessageState469sizeCache protoimpl.SizeCache470unknownFields protoimpl.UnknownFields471472PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3" json:"prebuild_id,omitempty"`473}474475func (x *CancelPrebuildRequest) Reset() {476*x = CancelPrebuildRequest{}477if protoimpl.UnsafeEnabled {478mi := &file_gitpod_v1_prebuild_proto_msgTypes[6]479ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))480ms.StoreMessageInfo(mi)481}482}483484func (x *CancelPrebuildRequest) String() string {485return protoimpl.X.MessageStringOf(x)486}487488func (*CancelPrebuildRequest) ProtoMessage() {}489490func (x *CancelPrebuildRequest) ProtoReflect() protoreflect.Message {491mi := &file_gitpod_v1_prebuild_proto_msgTypes[6]492if protoimpl.UnsafeEnabled && x != nil {493ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))494if ms.LoadMessageInfo() == nil {495ms.StoreMessageInfo(mi)496}497return ms498}499return mi.MessageOf(x)500}501502// Deprecated: Use CancelPrebuildRequest.ProtoReflect.Descriptor instead.503func (*CancelPrebuildRequest) Descriptor() ([]byte, []int) {504return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{6}505}506507func (x *CancelPrebuildRequest) GetPrebuildId() string {508if x != nil {509return x.PrebuildId510}511return ""512}513514type CancelPrebuildResponse struct {515state protoimpl.MessageState516sizeCache protoimpl.SizeCache517unknownFields protoimpl.UnknownFields518}519520func (x *CancelPrebuildResponse) Reset() {521*x = CancelPrebuildResponse{}522if protoimpl.UnsafeEnabled {523mi := &file_gitpod_v1_prebuild_proto_msgTypes[7]524ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))525ms.StoreMessageInfo(mi)526}527}528529func (x *CancelPrebuildResponse) String() string {530return protoimpl.X.MessageStringOf(x)531}532533func (*CancelPrebuildResponse) ProtoMessage() {}534535func (x *CancelPrebuildResponse) ProtoReflect() protoreflect.Message {536mi := &file_gitpod_v1_prebuild_proto_msgTypes[7]537if protoimpl.UnsafeEnabled && x != nil {538ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))539if ms.LoadMessageInfo() == nil {540ms.StoreMessageInfo(mi)541}542return ms543}544return mi.MessageOf(x)545}546547// Deprecated: Use CancelPrebuildResponse.ProtoReflect.Descriptor instead.548func (*CancelPrebuildResponse) Descriptor() ([]byte, []int) {549return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{7}550}551552type WatchPrebuildRequest struct {553state protoimpl.MessageState554sizeCache protoimpl.SizeCache555unknownFields protoimpl.UnknownFields556557// Types that are assignable to Scope:558//559// *WatchPrebuildRequest_PrebuildId560// *WatchPrebuildRequest_ConfigurationId561Scope isWatchPrebuildRequest_Scope `protobuf_oneof:"scope"`562}563564func (x *WatchPrebuildRequest) Reset() {565*x = WatchPrebuildRequest{}566if protoimpl.UnsafeEnabled {567mi := &file_gitpod_v1_prebuild_proto_msgTypes[8]568ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))569ms.StoreMessageInfo(mi)570}571}572573func (x *WatchPrebuildRequest) String() string {574return protoimpl.X.MessageStringOf(x)575}576577func (*WatchPrebuildRequest) ProtoMessage() {}578579func (x *WatchPrebuildRequest) ProtoReflect() protoreflect.Message {580mi := &file_gitpod_v1_prebuild_proto_msgTypes[8]581if protoimpl.UnsafeEnabled && x != nil {582ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))583if ms.LoadMessageInfo() == nil {584ms.StoreMessageInfo(mi)585}586return ms587}588return mi.MessageOf(x)589}590591// Deprecated: Use WatchPrebuildRequest.ProtoReflect.Descriptor instead.592func (*WatchPrebuildRequest) Descriptor() ([]byte, []int) {593return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{8}594}595596func (m *WatchPrebuildRequest) GetScope() isWatchPrebuildRequest_Scope {597if m != nil {598return m.Scope599}600return nil601}602603func (x *WatchPrebuildRequest) GetPrebuildId() string {604if x, ok := x.GetScope().(*WatchPrebuildRequest_PrebuildId); ok {605return x.PrebuildId606}607return ""608}609610func (x *WatchPrebuildRequest) GetConfigurationId() string {611if x, ok := x.GetScope().(*WatchPrebuildRequest_ConfigurationId); ok {612return x.ConfigurationId613}614return ""615}616617type isWatchPrebuildRequest_Scope interface {618isWatchPrebuildRequest_Scope()619}620621type WatchPrebuildRequest_PrebuildId struct {622PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3,oneof"`623}624625type WatchPrebuildRequest_ConfigurationId struct {626ConfigurationId string `protobuf:"bytes,2,opt,name=configuration_id,json=configurationId,proto3,oneof"`627}628629func (*WatchPrebuildRequest_PrebuildId) isWatchPrebuildRequest_Scope() {}630631func (*WatchPrebuildRequest_ConfigurationId) isWatchPrebuildRequest_Scope() {}632633type WatchPrebuildResponse struct {634state protoimpl.MessageState635sizeCache protoimpl.SizeCache636unknownFields protoimpl.UnknownFields637638Prebuild *Prebuild `protobuf:"bytes,1,opt,name=prebuild,proto3" json:"prebuild,omitempty"`639}640641func (x *WatchPrebuildResponse) Reset() {642*x = WatchPrebuildResponse{}643if protoimpl.UnsafeEnabled {644mi := &file_gitpod_v1_prebuild_proto_msgTypes[9]645ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))646ms.StoreMessageInfo(mi)647}648}649650func (x *WatchPrebuildResponse) String() string {651return protoimpl.X.MessageStringOf(x)652}653654func (*WatchPrebuildResponse) ProtoMessage() {}655656func (x *WatchPrebuildResponse) ProtoReflect() protoreflect.Message {657mi := &file_gitpod_v1_prebuild_proto_msgTypes[9]658if protoimpl.UnsafeEnabled && x != nil {659ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))660if ms.LoadMessageInfo() == nil {661ms.StoreMessageInfo(mi)662}663return ms664}665return mi.MessageOf(x)666}667668// Deprecated: Use WatchPrebuildResponse.ProtoReflect.Descriptor instead.669func (*WatchPrebuildResponse) Descriptor() ([]byte, []int) {670return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{9}671}672673func (x *WatchPrebuildResponse) GetPrebuild() *Prebuild {674if x != nil {675return x.Prebuild676}677return nil678}679680type ListOrganizationPrebuildsRequest struct {681state protoimpl.MessageState682sizeCache protoimpl.SizeCache683unknownFields protoimpl.UnknownFields684685Pagination *PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`686OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`687Filter *ListOrganizationPrebuildsRequest_Filter `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`688Sort []*Sort `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"`689}690691func (x *ListOrganizationPrebuildsRequest) Reset() {692*x = ListOrganizationPrebuildsRequest{}693if protoimpl.UnsafeEnabled {694mi := &file_gitpod_v1_prebuild_proto_msgTypes[10]695ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))696ms.StoreMessageInfo(mi)697}698}699700func (x *ListOrganizationPrebuildsRequest) String() string {701return protoimpl.X.MessageStringOf(x)702}703704func (*ListOrganizationPrebuildsRequest) ProtoMessage() {}705706func (x *ListOrganizationPrebuildsRequest) ProtoReflect() protoreflect.Message {707mi := &file_gitpod_v1_prebuild_proto_msgTypes[10]708if protoimpl.UnsafeEnabled && x != nil {709ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))710if ms.LoadMessageInfo() == nil {711ms.StoreMessageInfo(mi)712}713return ms714}715return mi.MessageOf(x)716}717718// Deprecated: Use ListOrganizationPrebuildsRequest.ProtoReflect.Descriptor instead.719func (*ListOrganizationPrebuildsRequest) Descriptor() ([]byte, []int) {720return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10}721}722723func (x *ListOrganizationPrebuildsRequest) GetPagination() *PaginationRequest {724if x != nil {725return x.Pagination726}727return nil728}729730func (x *ListOrganizationPrebuildsRequest) GetOrganizationId() string {731if x != nil {732return x.OrganizationId733}734return ""735}736737func (x *ListOrganizationPrebuildsRequest) GetFilter() *ListOrganizationPrebuildsRequest_Filter {738if x != nil {739return x.Filter740}741return nil742}743744func (x *ListOrganizationPrebuildsRequest) GetSort() []*Sort {745if x != nil {746return x.Sort747}748return nil749}750751type ListOrganizationPrebuildsResponse struct {752state protoimpl.MessageState753sizeCache protoimpl.SizeCache754unknownFields protoimpl.UnknownFields755756Pagination *PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`757Prebuilds []*Prebuild `protobuf:"bytes,2,rep,name=prebuilds,proto3" json:"prebuilds,omitempty"`758}759760func (x *ListOrganizationPrebuildsResponse) Reset() {761*x = ListOrganizationPrebuildsResponse{}762if protoimpl.UnsafeEnabled {763mi := &file_gitpod_v1_prebuild_proto_msgTypes[11]764ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))765ms.StoreMessageInfo(mi)766}767}768769func (x *ListOrganizationPrebuildsResponse) String() string {770return protoimpl.X.MessageStringOf(x)771}772773func (*ListOrganizationPrebuildsResponse) ProtoMessage() {}774775func (x *ListOrganizationPrebuildsResponse) ProtoReflect() protoreflect.Message {776mi := &file_gitpod_v1_prebuild_proto_msgTypes[11]777if protoimpl.UnsafeEnabled && x != nil {778ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))779if ms.LoadMessageInfo() == nil {780ms.StoreMessageInfo(mi)781}782return ms783}784return mi.MessageOf(x)785}786787// Deprecated: Use ListOrganizationPrebuildsResponse.ProtoReflect.Descriptor instead.788func (*ListOrganizationPrebuildsResponse) Descriptor() ([]byte, []int) {789return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{11}790}791792func (x *ListOrganizationPrebuildsResponse) GetPagination() *PaginationResponse {793if x != nil {794return x.Pagination795}796return nil797}798799func (x *ListOrganizationPrebuildsResponse) GetPrebuilds() []*Prebuild {800if x != nil {801return x.Prebuilds802}803return nil804}805806type Prebuild struct {807state protoimpl.MessageState808sizeCache protoimpl.SizeCache809unknownFields protoimpl.UnknownFields810811Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`812// it is for backward compatiblity with the current dashboard, use id instead813//814// Deprecated: Do not use.815WorkspaceId string `protobuf:"bytes,2,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`816BasedOnPrebuildId string `protobuf:"bytes,3,opt,name=based_on_prebuild_id,json=basedOnPrebuildId,proto3" json:"based_on_prebuild_id,omitempty"`817ConfigurationId string `protobuf:"bytes,4,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"`818Ref string `protobuf:"bytes,5,opt,name=ref,proto3" json:"ref,omitempty"`819Commit *Commit `protobuf:"bytes,6,opt,name=commit,proto3" json:"commit,omitempty"`820ContextUrl string `protobuf:"bytes,7,opt,name=context_url,json=contextUrl,proto3" json:"context_url,omitempty"`821Status *PrebuildStatus `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`822ConfigurationName string `protobuf:"bytes,9,opt,name=configuration_name,json=configurationName,proto3" json:"configuration_name,omitempty"`823}824825func (x *Prebuild) Reset() {826*x = Prebuild{}827if protoimpl.UnsafeEnabled {828mi := &file_gitpod_v1_prebuild_proto_msgTypes[12]829ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))830ms.StoreMessageInfo(mi)831}832}833834func (x *Prebuild) String() string {835return protoimpl.X.MessageStringOf(x)836}837838func (*Prebuild) ProtoMessage() {}839840func (x *Prebuild) ProtoReflect() protoreflect.Message {841mi := &file_gitpod_v1_prebuild_proto_msgTypes[12]842if protoimpl.UnsafeEnabled && x != nil {843ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))844if ms.LoadMessageInfo() == nil {845ms.StoreMessageInfo(mi)846}847return ms848}849return mi.MessageOf(x)850}851852// Deprecated: Use Prebuild.ProtoReflect.Descriptor instead.853func (*Prebuild) Descriptor() ([]byte, []int) {854return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{12}855}856857func (x *Prebuild) GetId() string {858if x != nil {859return x.Id860}861return ""862}863864// Deprecated: Do not use.865func (x *Prebuild) GetWorkspaceId() string {866if x != nil {867return x.WorkspaceId868}869return ""870}871872func (x *Prebuild) GetBasedOnPrebuildId() string {873if x != nil {874return x.BasedOnPrebuildId875}876return ""877}878879func (x *Prebuild) GetConfigurationId() string {880if x != nil {881return x.ConfigurationId882}883return ""884}885886func (x *Prebuild) GetRef() string {887if x != nil {888return x.Ref889}890return ""891}892893func (x *Prebuild) GetCommit() *Commit {894if x != nil {895return x.Commit896}897return nil898}899900func (x *Prebuild) GetContextUrl() string {901if x != nil {902return x.ContextUrl903}904return ""905}906907func (x *Prebuild) GetStatus() *PrebuildStatus {908if x != nil {909return x.Status910}911return nil912}913914func (x *Prebuild) GetConfigurationName() string {915if x != nil {916return x.ConfigurationName917}918return ""919}920921type PrebuildStatus struct {922state protoimpl.MessageState923sizeCache protoimpl.SizeCache924unknownFields protoimpl.UnknownFields925926Phase *PrebuildPhase `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`927StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`928// message is an optional human-readable message detailing the current phase929Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`930LogUrl string `protobuf:"bytes,4,opt,name=log_url,json=logUrl,proto3" json:"log_url,omitempty"`931TaskLogs []*TaskLog `protobuf:"bytes,5,rep,name=task_logs,json=taskLogs,proto3" json:"task_logs,omitempty"`932ImageBuildLogUrl string `protobuf:"bytes,6,opt,name=image_build_log_url,json=imageBuildLogUrl,proto3" json:"image_build_log_url,omitempty"`933StopTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=stop_time,json=stopTime,proto3" json:"stop_time,omitempty"`934}935936func (x *PrebuildStatus) Reset() {937*x = PrebuildStatus{}938if protoimpl.UnsafeEnabled {939mi := &file_gitpod_v1_prebuild_proto_msgTypes[13]940ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))941ms.StoreMessageInfo(mi)942}943}944945func (x *PrebuildStatus) String() string {946return protoimpl.X.MessageStringOf(x)947}948949func (*PrebuildStatus) ProtoMessage() {}950951func (x *PrebuildStatus) ProtoReflect() protoreflect.Message {952mi := &file_gitpod_v1_prebuild_proto_msgTypes[13]953if protoimpl.UnsafeEnabled && x != nil {954ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))955if ms.LoadMessageInfo() == nil {956ms.StoreMessageInfo(mi)957}958return ms959}960return mi.MessageOf(x)961}962963// Deprecated: Use PrebuildStatus.ProtoReflect.Descriptor instead.964func (*PrebuildStatus) Descriptor() ([]byte, []int) {965return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{13}966}967968func (x *PrebuildStatus) GetPhase() *PrebuildPhase {969if x != nil {970return x.Phase971}972return nil973}974975func (x *PrebuildStatus) GetStartTime() *timestamppb.Timestamp {976if x != nil {977return x.StartTime978}979return nil980}981982func (x *PrebuildStatus) GetMessage() string {983if x != nil {984return x.Message985}986return ""987}988989func (x *PrebuildStatus) GetLogUrl() string {990if x != nil {991return x.LogUrl992}993return ""994}995996func (x *PrebuildStatus) GetTaskLogs() []*TaskLog {997if x != nil {998return x.TaskLogs999}1000return nil1001}10021003func (x *PrebuildStatus) GetImageBuildLogUrl() string {1004if x != nil {1005return x.ImageBuildLogUrl1006}1007return ""1008}10091010func (x *PrebuildStatus) GetStopTime() *timestamppb.Timestamp {1011if x != nil {1012return x.StopTime1013}1014return nil1015}10161017type TaskLog struct {1018state protoimpl.MessageState1019sizeCache protoimpl.SizeCache1020unknownFields protoimpl.UnknownFields10211022TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`1023TaskLabel string `protobuf:"bytes,2,opt,name=task_label,json=taskLabel,proto3" json:"task_label,omitempty"`1024TaskJson string `protobuf:"bytes,3,opt,name=task_json,json=taskJson,proto3" json:"task_json,omitempty"`1025LogUrl string `protobuf:"bytes,4,opt,name=log_url,json=logUrl,proto3" json:"log_url,omitempty"`1026}10271028func (x *TaskLog) Reset() {1029*x = TaskLog{}1030if protoimpl.UnsafeEnabled {1031mi := &file_gitpod_v1_prebuild_proto_msgTypes[14]1032ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1033ms.StoreMessageInfo(mi)1034}1035}10361037func (x *TaskLog) String() string {1038return protoimpl.X.MessageStringOf(x)1039}10401041func (*TaskLog) ProtoMessage() {}10421043func (x *TaskLog) ProtoReflect() protoreflect.Message {1044mi := &file_gitpod_v1_prebuild_proto_msgTypes[14]1045if protoimpl.UnsafeEnabled && x != nil {1046ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1047if ms.LoadMessageInfo() == nil {1048ms.StoreMessageInfo(mi)1049}1050return ms1051}1052return mi.MessageOf(x)1053}10541055// Deprecated: Use TaskLog.ProtoReflect.Descriptor instead.1056func (*TaskLog) Descriptor() ([]byte, []int) {1057return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{14}1058}10591060func (x *TaskLog) GetTaskId() string {1061if x != nil {1062return x.TaskId1063}1064return ""1065}10661067func (x *TaskLog) GetTaskLabel() string {1068if x != nil {1069return x.TaskLabel1070}1071return ""1072}10731074func (x *TaskLog) GetTaskJson() string {1075if x != nil {1076return x.TaskJson1077}1078return ""1079}10801081func (x *TaskLog) GetLogUrl() string {1082if x != nil {1083return x.LogUrl1084}1085return ""1086}10871088type PrebuildPhase struct {1089state protoimpl.MessageState1090sizeCache protoimpl.SizeCache1091unknownFields protoimpl.UnknownFields10921093Name PrebuildPhase_Phase `protobuf:"varint,1,opt,name=name,proto3,enum=gitpod.v1.PrebuildPhase_Phase" json:"name,omitempty"`1094}10951096func (x *PrebuildPhase) Reset() {1097*x = PrebuildPhase{}1098if protoimpl.UnsafeEnabled {1099mi := &file_gitpod_v1_prebuild_proto_msgTypes[15]1100ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1101ms.StoreMessageInfo(mi)1102}1103}11041105func (x *PrebuildPhase) String() string {1106return protoimpl.X.MessageStringOf(x)1107}11081109func (*PrebuildPhase) ProtoMessage() {}11101111func (x *PrebuildPhase) ProtoReflect() protoreflect.Message {1112mi := &file_gitpod_v1_prebuild_proto_msgTypes[15]1113if protoimpl.UnsafeEnabled && x != nil {1114ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1115if ms.LoadMessageInfo() == nil {1116ms.StoreMessageInfo(mi)1117}1118return ms1119}1120return mi.MessageOf(x)1121}11221123// Deprecated: Use PrebuildPhase.ProtoReflect.Descriptor instead.1124func (*PrebuildPhase) Descriptor() ([]byte, []int) {1125return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{15}1126}11271128func (x *PrebuildPhase) GetName() PrebuildPhase_Phase {1129if x != nil {1130return x.Name1131}1132return PrebuildPhase_PHASE_UNSPECIFIED1133}11341135type ListOrganizationPrebuildsRequest_Filter struct {1136state protoimpl.MessageState1137sizeCache protoimpl.SizeCache1138unknownFields protoimpl.UnknownFields11391140State ListOrganizationPrebuildsRequest_Filter_State `protobuf:"varint,1,opt,name=state,proto3,enum=gitpod.v1.ListOrganizationPrebuildsRequest_Filter_State" json:"state,omitempty"`1141Configuration *ListOrganizationPrebuildsRequest_Filter_Configuration `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`1142// Filter the search down by searching for configuration names matching the1143// query1144SearchTerm string `protobuf:"bytes,3,opt,name=search_term,json=searchTerm,proto3" json:"search_term,omitempty"`1145}11461147func (x *ListOrganizationPrebuildsRequest_Filter) Reset() {1148*x = ListOrganizationPrebuildsRequest_Filter{}1149if protoimpl.UnsafeEnabled {1150mi := &file_gitpod_v1_prebuild_proto_msgTypes[16]1151ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1152ms.StoreMessageInfo(mi)1153}1154}11551156func (x *ListOrganizationPrebuildsRequest_Filter) String() string {1157return protoimpl.X.MessageStringOf(x)1158}11591160func (*ListOrganizationPrebuildsRequest_Filter) ProtoMessage() {}11611162func (x *ListOrganizationPrebuildsRequest_Filter) ProtoReflect() protoreflect.Message {1163mi := &file_gitpod_v1_prebuild_proto_msgTypes[16]1164if protoimpl.UnsafeEnabled && x != nil {1165ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1166if ms.LoadMessageInfo() == nil {1167ms.StoreMessageInfo(mi)1168}1169return ms1170}1171return mi.MessageOf(x)1172}11731174// Deprecated: Use ListOrganizationPrebuildsRequest_Filter.ProtoReflect.Descriptor instead.1175func (*ListOrganizationPrebuildsRequest_Filter) Descriptor() ([]byte, []int) {1176return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10, 0}1177}11781179func (x *ListOrganizationPrebuildsRequest_Filter) GetState() ListOrganizationPrebuildsRequest_Filter_State {1180if x != nil {1181return x.State1182}1183return ListOrganizationPrebuildsRequest_Filter_STATE_UNSPECIFIED1184}11851186func (x *ListOrganizationPrebuildsRequest_Filter) GetConfiguration() *ListOrganizationPrebuildsRequest_Filter_Configuration {1187if x != nil {1188return x.Configuration1189}1190return nil1191}11921193func (x *ListOrganizationPrebuildsRequest_Filter) GetSearchTerm() string {1194if x != nil {1195return x.SearchTerm1196}1197return ""1198}11991200type ListOrganizationPrebuildsRequest_Filter_Configuration struct {1201state protoimpl.MessageState1202sizeCache protoimpl.SizeCache1203unknownFields protoimpl.UnknownFields12041205Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`1206Branch string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`1207}12081209func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) Reset() {1210*x = ListOrganizationPrebuildsRequest_Filter_Configuration{}1211if protoimpl.UnsafeEnabled {1212mi := &file_gitpod_v1_prebuild_proto_msgTypes[17]1213ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1214ms.StoreMessageInfo(mi)1215}1216}12171218func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) String() string {1219return protoimpl.X.MessageStringOf(x)1220}12211222func (*ListOrganizationPrebuildsRequest_Filter_Configuration) ProtoMessage() {}12231224func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) ProtoReflect() protoreflect.Message {1225mi := &file_gitpod_v1_prebuild_proto_msgTypes[17]1226if protoimpl.UnsafeEnabled && x != nil {1227ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))1228if ms.LoadMessageInfo() == nil {1229ms.StoreMessageInfo(mi)1230}1231return ms1232}1233return mi.MessageOf(x)1234}12351236// Deprecated: Use ListOrganizationPrebuildsRequest_Filter_Configuration.ProtoReflect.Descriptor instead.1237func (*ListOrganizationPrebuildsRequest_Filter_Configuration) Descriptor() ([]byte, []int) {1238return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10, 0, 0}1239}12401241func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) GetId() string {1242if x != nil {1243return x.Id1244}1245return ""1246}12471248func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) GetBranch() string {1249if x != nil {1250return x.Branch1251}1252return ""1253}12541255var File_gitpod_v1_prebuild_proto protoreflect.FileDescriptor12561257var file_gitpod_v1_prebuild_proto_rawDesc = []byte{12580x0a, 0x18, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x65, 0x62,12590x75, 0x69, 0x6c, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x67, 0x69, 0x74, 0x70,12600x6f, 0x64, 0x2e, 0x76, 0x31, 0x1a, 0x1a, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31,12610x2f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74,12620x6f, 0x1a, 0x13, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x63, 0x6d,12630x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76,12640x31, 0x2f, 0x73, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,12650x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,12660x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,12670x22, 0x35, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52,12680x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69,12690x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x65,12700x62, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x46, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x50, 0x72,12710x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f,12720x0a, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,12730x32, 0x13, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65,12740x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x22,12750xbf, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,12760x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69,12770x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67,12780x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,12790x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69,12800x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,12810x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01,12820x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x29, 0x0a,12830x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,12840x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,12850x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x69, 0x74, 0x5f,12860x72, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x69, 0x74, 0x52, 0x65,12870x66, 0x22, 0x89, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69,12880x6c, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x70,12890x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,12900x1d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67, 0x69,12910x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x0a,12920x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x0a, 0x09, 0x70, 0x72,12930x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e,12940x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69,12950x6c, 0x64, 0x52, 0x09, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x22, 0x5a, 0x0a,12960x14, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65,12970x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,12980x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,12990x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64,13000x12, 0x17, 0x0a, 0x07, 0x67, 0x69, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28,13010x09, 0x52, 0x06, 0x67, 0x69, 0x74, 0x52, 0x65, 0x66, 0x22, 0x38, 0x0a, 0x15, 0x53, 0x74, 0x61,13020x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,13030x73, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69,13040x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,13050x64, 0x49, 0x64, 0x22, 0x38, 0x0a, 0x15, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x65,13060x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b,13070x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,13080x09, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x18, 0x0a,13090x16, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52,13100x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x0a, 0x14, 0x57, 0x61, 0x74, 0x63, 0x68,13110x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,13120x21, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01,13130x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,13140x49, 0x64, 0x12, 0x2b, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,13150x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0f,13160x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x42,13170x07, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x22, 0x48, 0x0a, 0x15, 0x57, 0x61, 0x74, 0x63,13180x68, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,13190x65, 0x12, 0x2f, 0x0a, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x01, 0x20,13200x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,13210x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69,13220x6c, 0x64, 0x22, 0xf4, 0x04, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e,13230x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73,13240x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,13250x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x69,13260x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69,13270x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,13280x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,13290x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,13300x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x4a,13310x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32,13320x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f,13330x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75,13340x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x46, 0x69, 0x6c, 0x74,13350x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x04, 0x73, 0x6f,13360x72, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,13370x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6f, 0x72, 0x74, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x1a,13380xf7, 0x02, 0x0a, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x4e, 0x0a, 0x05, 0x73, 0x74,13390x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x67, 0x69, 0x74, 0x70,13400x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,13410x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52,13420x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x2e, 0x53, 0x74,13430x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x66, 0x0a, 0x0d, 0x63, 0x6f,13440x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,13450x0b, 0x32, 0x40, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69,13460x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,13470x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x46,13480x69, 0x6c, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,13490x69, 0x6f, 0x6e, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,13500x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x74, 0x65, 0x72,13510x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x54,13520x65, 0x72, 0x6d, 0x1a, 0x37, 0x0a, 0x0d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,13530x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,13540x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x18, 0x02,13550x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x22, 0x5b, 0x0a, 0x05,13560x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55,13570x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f,13580x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x53, 0x55, 0x43, 0x43, 0x45, 0x45, 0x44, 0x45, 0x44, 0x10,13590x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45,13600x44, 0x10, 0x02, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x46,13610x49, 0x4e, 0x49, 0x53, 0x48, 0x45, 0x44, 0x10, 0x03, 0x22, 0x95, 0x01, 0x0a, 0x21, 0x4c, 0x69,13620x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,13630x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,13640x3d, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,13650x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,13660x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,13670x73, 0x65, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31,13680x0a, 0x09, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,13690x0b, 0x32, 0x13, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72,13700x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x09, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,13710x73, 0x22, 0xdd, 0x02, 0x0a, 0x08, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x0e,13720x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25,13730x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02,13740x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,13750x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x14, 0x62, 0x61, 0x73, 0x65, 0x64, 0x5f, 0x6f,13760x6e, 0x5f, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,13770x01, 0x28, 0x09, 0x52, 0x11, 0x62, 0x61, 0x73, 0x65, 0x64, 0x4f, 0x6e, 0x50, 0x72, 0x65, 0x62,13780x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,13790x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,13800x52, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49,13810x64, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,13820x72, 0x65, 0x66, 0x12, 0x29, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x06, 0x20,13830x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,13840x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x52, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x1f,13850x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20,13860x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x55, 0x72, 0x6c, 0x12,13870x31, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,13880x19, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x62,13890x75, 0x69, 0x6c, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74,13900x75, 0x73, 0x12, 0x2d, 0x0a, 0x12, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,13910x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11,13920x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d,13930x65, 0x22, 0xc7, 0x02, 0x0a, 0x0e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x74,13940x61, 0x74, 0x75, 0x73, 0x12, 0x2e, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20,13950x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,13960x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x05, 0x70,13970x68, 0x61, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69,13980x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,13990x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73,14000x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12,14010x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,14020x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x6c, 0x6f, 0x67,14030x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x6f, 0x67, 0x55,14040x72, 0x6c, 0x12, 0x2f, 0x0a, 0x09, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6c, 0x6f, 0x67, 0x73, 0x18,14050x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76,14060x31, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x4c, 0x6f, 0x67, 0x52, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x4c,14070x6f, 0x67, 0x73, 0x12, 0x2d, 0x0a, 0x13, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x62, 0x75, 0x69,14080x6c, 0x64, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,14090x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x6f, 0x67, 0x55,14100x72, 0x6c, 0x12, 0x37, 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x70, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,14110x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,14120x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,14130x70, 0x52, 0x08, 0x73, 0x74, 0x6f, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x77, 0x0a, 0x07, 0x54,14140x61, 0x73, 0x6b, 0x4c, 0x6f, 0x67, 0x12, 0x17, 0x0a, 0x07, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x69,14150x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12,14160x1d, 0x0a, 0x0a, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x18, 0x02, 0x20,14170x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x61, 0x73, 0x6b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x1b,14180x0a, 0x09, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6a, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28,14190x09, 0x52, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x4a, 0x73, 0x6f, 0x6e, 0x12, 0x17, 0x0a, 0x07, 0x6c,14200x6f, 0x67, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x6f,14210x67, 0x55, 0x72, 0x6c, 0x22, 0xd7, 0x01, 0x0a, 0x0d, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,14220x64, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01,14230x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31,14240x2e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x50, 0x68, 0x61, 0x73, 0x65, 0x2e, 0x50,14250x68, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x91, 0x01, 0x0a, 0x05, 0x50,14260x68, 0x61, 0x73, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x55, 0x4e,14270x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x50,14280x48, 0x41, 0x53, 0x45, 0x5f, 0x51, 0x55, 0x45, 0x55, 0x45, 0x44, 0x10, 0x01, 0x12, 0x12, 0x0a,14290x0e, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x42, 0x55, 0x49, 0x4c, 0x44, 0x49, 0x4e, 0x47, 0x10,14300x02, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x41, 0x42, 0x4f, 0x52, 0x54,14310x45, 0x44, 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x54, 0x49,14320x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, 0x04, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x48, 0x41, 0x53, 0x45,14330x5f, 0x41, 0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0x05, 0x12, 0x10, 0x0a, 0x0c,14340x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x06, 0x32, 0xb8,14350x04, 0x0a, 0x0f, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69,14360x63, 0x65, 0x12, 0x54, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75,14370x69, 0x6c, 0x64, 0x12, 0x1f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,14380x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71,14390x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31,14400x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65,14410x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x0e, 0x43, 0x61, 0x6e, 0x63,14420x65, 0x6c, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x20, 0x2e, 0x67, 0x69, 0x74,14430x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x65,14440x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x67,14450x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50,14460x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,14470x00, 0x12, 0x4e, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,14480x12, 0x1d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,14490x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,14500x1e, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50,14510x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,14520x00, 0x12, 0x54, 0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,14530x64, 0x73, 0x12, 0x1f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c,14540x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75,14550x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,14560x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x73,14570x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x0d, 0x57, 0x61, 0x74, 0x63, 0x68,14580x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x1f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,14590x64, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69,14600x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x67, 0x69, 0x74, 0x70,14610x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x65, 0x62, 0x75,14620x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12,14630x78, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,14640x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x12, 0x2b, 0x2e, 0x67,14650x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67,14660x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,14670x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x67, 0x69, 0x74, 0x70,14680x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,14690x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52,14700x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x51, 0x0a, 0x16, 0x69, 0x6f, 0x2e,14710x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x61, 0x70, 0x69,14720x2e, 0x76, 0x31, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,14730x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64,14740x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x70, 0x75, 0x62, 0x6c,14750x69, 0x63, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72,14760x6f, 0x74, 0x6f, 0x33,1477}14781479var (1480file_gitpod_v1_prebuild_proto_rawDescOnce sync.Once1481file_gitpod_v1_prebuild_proto_rawDescData = file_gitpod_v1_prebuild_proto_rawDesc1482)14831484func file_gitpod_v1_prebuild_proto_rawDescGZIP() []byte {1485file_gitpod_v1_prebuild_proto_rawDescOnce.Do(func() {1486file_gitpod_v1_prebuild_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_v1_prebuild_proto_rawDescData)1487})1488return file_gitpod_v1_prebuild_proto_rawDescData1489}14901491var file_gitpod_v1_prebuild_proto_enumTypes = make([]protoimpl.EnumInfo, 2)1492var file_gitpod_v1_prebuild_proto_msgTypes = make([]protoimpl.MessageInfo, 18)1493var file_gitpod_v1_prebuild_proto_goTypes = []interface{}{1494(ListOrganizationPrebuildsRequest_Filter_State)(0), // 0: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.State1495(PrebuildPhase_Phase)(0), // 1: gitpod.v1.PrebuildPhase.Phase1496(*GetPrebuildRequest)(nil), // 2: gitpod.v1.GetPrebuildRequest1497(*GetPrebuildResponse)(nil), // 3: gitpod.v1.GetPrebuildResponse1498(*ListPrebuildsRequest)(nil), // 4: gitpod.v1.ListPrebuildsRequest1499(*ListPrebuildsResponse)(nil), // 5: gitpod.v1.ListPrebuildsResponse1500(*StartPrebuildRequest)(nil), // 6: gitpod.v1.StartPrebuildRequest1501(*StartPrebuildResponse)(nil), // 7: gitpod.v1.StartPrebuildResponse1502(*CancelPrebuildRequest)(nil), // 8: gitpod.v1.CancelPrebuildRequest1503(*CancelPrebuildResponse)(nil), // 9: gitpod.v1.CancelPrebuildResponse1504(*WatchPrebuildRequest)(nil), // 10: gitpod.v1.WatchPrebuildRequest1505(*WatchPrebuildResponse)(nil), // 11: gitpod.v1.WatchPrebuildResponse1506(*ListOrganizationPrebuildsRequest)(nil), // 12: gitpod.v1.ListOrganizationPrebuildsRequest1507(*ListOrganizationPrebuildsResponse)(nil), // 13: gitpod.v1.ListOrganizationPrebuildsResponse1508(*Prebuild)(nil), // 14: gitpod.v1.Prebuild1509(*PrebuildStatus)(nil), // 15: gitpod.v1.PrebuildStatus1510(*TaskLog)(nil), // 16: gitpod.v1.TaskLog1511(*PrebuildPhase)(nil), // 17: gitpod.v1.PrebuildPhase1512(*ListOrganizationPrebuildsRequest_Filter)(nil), // 18: gitpod.v1.ListOrganizationPrebuildsRequest.Filter1513(*ListOrganizationPrebuildsRequest_Filter_Configuration)(nil), // 19: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.Configuration1514(*PaginationRequest)(nil), // 20: gitpod.v1.PaginationRequest1515(*PaginationResponse)(nil), // 21: gitpod.v1.PaginationResponse1516(*Sort)(nil), // 22: gitpod.v1.Sort1517(*Commit)(nil), // 23: gitpod.v1.Commit1518(*timestamppb.Timestamp)(nil), // 24: google.protobuf.Timestamp1519}1520var file_gitpod_v1_prebuild_proto_depIdxs = []int32{152114, // 0: gitpod.v1.GetPrebuildResponse.prebuild:type_name -> gitpod.v1.Prebuild152220, // 1: gitpod.v1.ListPrebuildsRequest.pagination:type_name -> gitpod.v1.PaginationRequest152321, // 2: gitpod.v1.ListPrebuildsResponse.pagination:type_name -> gitpod.v1.PaginationResponse152414, // 3: gitpod.v1.ListPrebuildsResponse.prebuilds:type_name -> gitpod.v1.Prebuild152514, // 4: gitpod.v1.WatchPrebuildResponse.prebuild:type_name -> gitpod.v1.Prebuild152620, // 5: gitpod.v1.ListOrganizationPrebuildsRequest.pagination:type_name -> gitpod.v1.PaginationRequest152718, // 6: gitpod.v1.ListOrganizationPrebuildsRequest.filter:type_name -> gitpod.v1.ListOrganizationPrebuildsRequest.Filter152822, // 7: gitpod.v1.ListOrganizationPrebuildsRequest.sort:type_name -> gitpod.v1.Sort152921, // 8: gitpod.v1.ListOrganizationPrebuildsResponse.pagination:type_name -> gitpod.v1.PaginationResponse153014, // 9: gitpod.v1.ListOrganizationPrebuildsResponse.prebuilds:type_name -> gitpod.v1.Prebuild153123, // 10: gitpod.v1.Prebuild.commit:type_name -> gitpod.v1.Commit153215, // 11: gitpod.v1.Prebuild.status:type_name -> gitpod.v1.PrebuildStatus153317, // 12: gitpod.v1.PrebuildStatus.phase:type_name -> gitpod.v1.PrebuildPhase153424, // 13: gitpod.v1.PrebuildStatus.start_time:type_name -> google.protobuf.Timestamp153516, // 14: gitpod.v1.PrebuildStatus.task_logs:type_name -> gitpod.v1.TaskLog153624, // 15: gitpod.v1.PrebuildStatus.stop_time:type_name -> google.protobuf.Timestamp15371, // 16: gitpod.v1.PrebuildPhase.name:type_name -> gitpod.v1.PrebuildPhase.Phase15380, // 17: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.state:type_name -> gitpod.v1.ListOrganizationPrebuildsRequest.Filter.State153919, // 18: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.configuration:type_name -> gitpod.v1.ListOrganizationPrebuildsRequest.Filter.Configuration15406, // 19: gitpod.v1.PrebuildService.StartPrebuild:input_type -> gitpod.v1.StartPrebuildRequest15418, // 20: gitpod.v1.PrebuildService.CancelPrebuild:input_type -> gitpod.v1.CancelPrebuildRequest15422, // 21: gitpod.v1.PrebuildService.GetPrebuild:input_type -> gitpod.v1.GetPrebuildRequest15434, // 22: gitpod.v1.PrebuildService.ListPrebuilds:input_type -> gitpod.v1.ListPrebuildsRequest154410, // 23: gitpod.v1.PrebuildService.WatchPrebuild:input_type -> gitpod.v1.WatchPrebuildRequest154512, // 24: gitpod.v1.PrebuildService.ListOrganizationPrebuilds:input_type -> gitpod.v1.ListOrganizationPrebuildsRequest15467, // 25: gitpod.v1.PrebuildService.StartPrebuild:output_type -> gitpod.v1.StartPrebuildResponse15479, // 26: gitpod.v1.PrebuildService.CancelPrebuild:output_type -> gitpod.v1.CancelPrebuildResponse15483, // 27: gitpod.v1.PrebuildService.GetPrebuild:output_type -> gitpod.v1.GetPrebuildResponse15495, // 28: gitpod.v1.PrebuildService.ListPrebuilds:output_type -> gitpod.v1.ListPrebuildsResponse155011, // 29: gitpod.v1.PrebuildService.WatchPrebuild:output_type -> gitpod.v1.WatchPrebuildResponse155113, // 30: gitpod.v1.PrebuildService.ListOrganizationPrebuilds:output_type -> gitpod.v1.ListOrganizationPrebuildsResponse155225, // [25:31] is the sub-list for method output_type155319, // [19:25] is the sub-list for method input_type155419, // [19:19] is the sub-list for extension type_name155519, // [19:19] is the sub-list for extension extendee15560, // [0:19] is the sub-list for field type_name1557}15581559func init() { file_gitpod_v1_prebuild_proto_init() }1560func file_gitpod_v1_prebuild_proto_init() {1561if File_gitpod_v1_prebuild_proto != nil {1562return1563}1564file_gitpod_v1_pagination_proto_init()1565file_gitpod_v1_scm_proto_init()1566file_gitpod_v1_sorting_proto_init()1567if !protoimpl.UnsafeEnabled {1568file_gitpod_v1_prebuild_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {1569switch v := v.(*GetPrebuildRequest); i {1570case 0:1571return &v.state1572case 1:1573return &v.sizeCache1574case 2:1575return &v.unknownFields1576default:1577return nil1578}1579}1580file_gitpod_v1_prebuild_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {1581switch v := v.(*GetPrebuildResponse); i {1582case 0:1583return &v.state1584case 1:1585return &v.sizeCache1586case 2:1587return &v.unknownFields1588default:1589return nil1590}1591}1592file_gitpod_v1_prebuild_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {1593switch v := v.(*ListPrebuildsRequest); i {1594case 0:1595return &v.state1596case 1:1597return &v.sizeCache1598case 2:1599return &v.unknownFields1600default:1601return nil1602}1603}1604file_gitpod_v1_prebuild_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {1605switch v := v.(*ListPrebuildsResponse); i {1606case 0:1607return &v.state1608case 1:1609return &v.sizeCache1610case 2:1611return &v.unknownFields1612default:1613return nil1614}1615}1616file_gitpod_v1_prebuild_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {1617switch v := v.(*StartPrebuildRequest); i {1618case 0:1619return &v.state1620case 1:1621return &v.sizeCache1622case 2:1623return &v.unknownFields1624default:1625return nil1626}1627}1628file_gitpod_v1_prebuild_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {1629switch v := v.(*StartPrebuildResponse); i {1630case 0:1631return &v.state1632case 1:1633return &v.sizeCache1634case 2:1635return &v.unknownFields1636default:1637return nil1638}1639}1640file_gitpod_v1_prebuild_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {1641switch v := v.(*CancelPrebuildRequest); i {1642case 0:1643return &v.state1644case 1:1645return &v.sizeCache1646case 2:1647return &v.unknownFields1648default:1649return nil1650}1651}1652file_gitpod_v1_prebuild_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {1653switch v := v.(*CancelPrebuildResponse); i {1654case 0:1655return &v.state1656case 1:1657return &v.sizeCache1658case 2:1659return &v.unknownFields1660default:1661return nil1662}1663}1664file_gitpod_v1_prebuild_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {1665switch v := v.(*WatchPrebuildRequest); i {1666case 0:1667return &v.state1668case 1:1669return &v.sizeCache1670case 2:1671return &v.unknownFields1672default:1673return nil1674}1675}1676file_gitpod_v1_prebuild_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {1677switch v := v.(*WatchPrebuildResponse); i {1678case 0:1679return &v.state1680case 1:1681return &v.sizeCache1682case 2:1683return &v.unknownFields1684default:1685return nil1686}1687}1688file_gitpod_v1_prebuild_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {1689switch v := v.(*ListOrganizationPrebuildsRequest); i {1690case 0:1691return &v.state1692case 1:1693return &v.sizeCache1694case 2:1695return &v.unknownFields1696default:1697return nil1698}1699}1700file_gitpod_v1_prebuild_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {1701switch v := v.(*ListOrganizationPrebuildsResponse); i {1702case 0:1703return &v.state1704case 1:1705return &v.sizeCache1706case 2:1707return &v.unknownFields1708default:1709return nil1710}1711}1712file_gitpod_v1_prebuild_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {1713switch v := v.(*Prebuild); i {1714case 0:1715return &v.state1716case 1:1717return &v.sizeCache1718case 2:1719return &v.unknownFields1720default:1721return nil1722}1723}1724file_gitpod_v1_prebuild_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {1725switch v := v.(*PrebuildStatus); i {1726case 0:1727return &v.state1728case 1:1729return &v.sizeCache1730case 2:1731return &v.unknownFields1732default:1733return nil1734}1735}1736file_gitpod_v1_prebuild_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {1737switch v := v.(*TaskLog); i {1738case 0:1739return &v.state1740case 1:1741return &v.sizeCache1742case 2:1743return &v.unknownFields1744default:1745return nil1746}1747}1748file_gitpod_v1_prebuild_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {1749switch v := v.(*PrebuildPhase); i {1750case 0:1751return &v.state1752case 1:1753return &v.sizeCache1754case 2:1755return &v.unknownFields1756default:1757return nil1758}1759}1760file_gitpod_v1_prebuild_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {1761switch v := v.(*ListOrganizationPrebuildsRequest_Filter); i {1762case 0:1763return &v.state1764case 1:1765return &v.sizeCache1766case 2:1767return &v.unknownFields1768default:1769return nil1770}1771}1772file_gitpod_v1_prebuild_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {1773switch v := v.(*ListOrganizationPrebuildsRequest_Filter_Configuration); i {1774case 0:1775return &v.state1776case 1:1777return &v.sizeCache1778case 2:1779return &v.unknownFields1780default:1781return nil1782}1783}1784}1785file_gitpod_v1_prebuild_proto_msgTypes[8].OneofWrappers = []interface{}{1786(*WatchPrebuildRequest_PrebuildId)(nil),1787(*WatchPrebuildRequest_ConfigurationId)(nil),1788}1789type x struct{}1790out := protoimpl.TypeBuilder{1791File: protoimpl.DescBuilder{1792GoPackagePath: reflect.TypeOf(x{}).PkgPath(),1793RawDescriptor: file_gitpod_v1_prebuild_proto_rawDesc,1794NumEnums: 2,1795NumMessages: 18,1796NumExtensions: 0,1797NumServices: 1,1798},1799GoTypes: file_gitpod_v1_prebuild_proto_goTypes,1800DependencyIndexes: file_gitpod_v1_prebuild_proto_depIdxs,1801EnumInfos: file_gitpod_v1_prebuild_proto_enumTypes,1802MessageInfos: file_gitpod_v1_prebuild_proto_msgTypes,1803}.Build()1804File_gitpod_v1_prebuild_proto = out.File1805file_gitpod_v1_prebuild_proto_rawDesc = nil1806file_gitpod_v1_prebuild_proto_goTypes = nil1807file_gitpod_v1_prebuild_proto_depIdxs = nil1808}180918101811