Path: blob/main/components/public-api/go/experimental/v1/dummy.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/dummy.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 SayHelloRequest struct {27state protoimpl.MessageState28sizeCache protoimpl.SizeCache29unknownFields protoimpl.UnknownFields30}3132func (x *SayHelloRequest) Reset() {33*x = SayHelloRequest{}34if protoimpl.UnsafeEnabled {35mi := &file_gitpod_experimental_v1_dummy_proto_msgTypes[0]36ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))37ms.StoreMessageInfo(mi)38}39}4041func (x *SayHelloRequest) String() string {42return protoimpl.X.MessageStringOf(x)43}4445func (*SayHelloRequest) ProtoMessage() {}4647func (x *SayHelloRequest) ProtoReflect() protoreflect.Message {48mi := &file_gitpod_experimental_v1_dummy_proto_msgTypes[0]49if protoimpl.UnsafeEnabled && x != nil {50ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))51if ms.LoadMessageInfo() == nil {52ms.StoreMessageInfo(mi)53}54return ms55}56return mi.MessageOf(x)57}5859// Deprecated: Use SayHelloRequest.ProtoReflect.Descriptor instead.60func (*SayHelloRequest) Descriptor() ([]byte, []int) {61return file_gitpod_experimental_v1_dummy_proto_rawDescGZIP(), []int{0}62}6364type SayHelloResponse struct {65state protoimpl.MessageState66sizeCache protoimpl.SizeCache67unknownFields protoimpl.UnknownFields6869Reply string `protobuf:"bytes,1,opt,name=reply,proto3" json:"reply,omitempty"`70}7172func (x *SayHelloResponse) Reset() {73*x = SayHelloResponse{}74if protoimpl.UnsafeEnabled {75mi := &file_gitpod_experimental_v1_dummy_proto_msgTypes[1]76ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))77ms.StoreMessageInfo(mi)78}79}8081func (x *SayHelloResponse) String() string {82return protoimpl.X.MessageStringOf(x)83}8485func (*SayHelloResponse) ProtoMessage() {}8687func (x *SayHelloResponse) ProtoReflect() protoreflect.Message {88mi := &file_gitpod_experimental_v1_dummy_proto_msgTypes[1]89if protoimpl.UnsafeEnabled && x != nil {90ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))91if ms.LoadMessageInfo() == nil {92ms.StoreMessageInfo(mi)93}94return ms95}96return mi.MessageOf(x)97}9899// Deprecated: Use SayHelloResponse.ProtoReflect.Descriptor instead.100func (*SayHelloResponse) Descriptor() ([]byte, []int) {101return file_gitpod_experimental_v1_dummy_proto_rawDescGZIP(), []int{1}102}103104func (x *SayHelloResponse) GetReply() string {105if x != nil {106return x.Reply107}108return ""109}110111type LotsOfRepliesRequest struct {112state protoimpl.MessageState113sizeCache protoimpl.SizeCache114unknownFields protoimpl.UnknownFields115116PreviousCount int32 `protobuf:"varint,1,opt,name=previous_count,json=previousCount,proto3" json:"previous_count,omitempty"`117}118119func (x *LotsOfRepliesRequest) Reset() {120*x = LotsOfRepliesRequest{}121if protoimpl.UnsafeEnabled {122mi := &file_gitpod_experimental_v1_dummy_proto_msgTypes[2]123ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))124ms.StoreMessageInfo(mi)125}126}127128func (x *LotsOfRepliesRequest) String() string {129return protoimpl.X.MessageStringOf(x)130}131132func (*LotsOfRepliesRequest) ProtoMessage() {}133134func (x *LotsOfRepliesRequest) ProtoReflect() protoreflect.Message {135mi := &file_gitpod_experimental_v1_dummy_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 LotsOfRepliesRequest.ProtoReflect.Descriptor instead.147func (*LotsOfRepliesRequest) Descriptor() ([]byte, []int) {148return file_gitpod_experimental_v1_dummy_proto_rawDescGZIP(), []int{2}149}150151func (x *LotsOfRepliesRequest) GetPreviousCount() int32 {152if x != nil {153return x.PreviousCount154}155return 0156}157158type LotsOfRepliesResponse struct {159state protoimpl.MessageState160sizeCache protoimpl.SizeCache161unknownFields protoimpl.UnknownFields162163Reply string `protobuf:"bytes,1,opt,name=reply,proto3" json:"reply,omitempty"`164Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`165}166167func (x *LotsOfRepliesResponse) Reset() {168*x = LotsOfRepliesResponse{}169if protoimpl.UnsafeEnabled {170mi := &file_gitpod_experimental_v1_dummy_proto_msgTypes[3]171ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))172ms.StoreMessageInfo(mi)173}174}175176func (x *LotsOfRepliesResponse) String() string {177return protoimpl.X.MessageStringOf(x)178}179180func (*LotsOfRepliesResponse) ProtoMessage() {}181182func (x *LotsOfRepliesResponse) ProtoReflect() protoreflect.Message {183mi := &file_gitpod_experimental_v1_dummy_proto_msgTypes[3]184if protoimpl.UnsafeEnabled && x != nil {185ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))186if ms.LoadMessageInfo() == nil {187ms.StoreMessageInfo(mi)188}189return ms190}191return mi.MessageOf(x)192}193194// Deprecated: Use LotsOfRepliesResponse.ProtoReflect.Descriptor instead.195func (*LotsOfRepliesResponse) Descriptor() ([]byte, []int) {196return file_gitpod_experimental_v1_dummy_proto_rawDescGZIP(), []int{3}197}198199func (x *LotsOfRepliesResponse) GetReply() string {200if x != nil {201return x.Reply202}203return ""204}205206func (x *LotsOfRepliesResponse) GetCount() int32 {207if x != nil {208return x.Count209}210return 0211}212213var File_gitpod_experimental_v1_dummy_proto protoreflect.FileDescriptor214215var file_gitpod_experimental_v1_dummy_proto_rawDesc = []byte{2160x0a, 0x22, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d,2170x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x75, 0x6d, 0x6d, 0x79, 0x2e, 0x70,2180x72, 0x6f, 0x74, 0x6f, 0x12, 0x16, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70,2190x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x22, 0x11, 0x0a, 0x0f,2200x53, 0x61, 0x79, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,2210x28, 0x0a, 0x10, 0x53, 0x61, 0x79, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f,2220x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x01, 0x20, 0x01,2230x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x3d, 0x0a, 0x14, 0x4c, 0x6f, 0x74,2240x73, 0x4f, 0x66, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,2250x74, 0x12, 0x25, 0x0a, 0x0e, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x63, 0x6f,2260x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x70, 0x72, 0x65, 0x76, 0x69,2270x6f, 0x75, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x43, 0x0a, 0x15, 0x4c, 0x6f, 0x74, 0x73,2280x4f, 0x66, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,2290x65, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,2300x52, 0x05, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74,2310x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x32, 0xdd, 0x01,2320x0a, 0x0c, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x5d,2330x0a, 0x08, 0x53, 0x61, 0x79, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x12, 0x27, 0x2e, 0x67, 0x69, 0x74,2340x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c,2350x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x79, 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x52, 0x65, 0x71, 0x75,2360x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70,2370x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x79,2380x48, 0x65, 0x6c, 0x6c, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a,2390x0d, 0x4c, 0x6f, 0x74, 0x73, 0x4f, 0x66, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x12, 0x2c,2400x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65,2410x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x74, 0x73, 0x4f, 0x66, 0x52, 0x65,2420x70, 0x6c, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x67,2430x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74,2440x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x74, 0x73, 0x4f, 0x66, 0x52, 0x65, 0x70, 0x6c,2450x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, 0x01, 0x42, 0x6b, 0x0a,2460x23, 0x69, 0x6f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69,2470x63, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61,2480x6c, 0x2e, 0x76, 0x31, 0x5a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,2490x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f,2500x64, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x70, 0x75, 0x62,2510x6c, 0x69, 0x63, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72,2520x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,2530x6f, 0x33,254}255256var (257file_gitpod_experimental_v1_dummy_proto_rawDescOnce sync.Once258file_gitpod_experimental_v1_dummy_proto_rawDescData = file_gitpod_experimental_v1_dummy_proto_rawDesc259)260261func file_gitpod_experimental_v1_dummy_proto_rawDescGZIP() []byte {262file_gitpod_experimental_v1_dummy_proto_rawDescOnce.Do(func() {263file_gitpod_experimental_v1_dummy_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_experimental_v1_dummy_proto_rawDescData)264})265return file_gitpod_experimental_v1_dummy_proto_rawDescData266}267268var file_gitpod_experimental_v1_dummy_proto_msgTypes = make([]protoimpl.MessageInfo, 4)269var file_gitpod_experimental_v1_dummy_proto_goTypes = []interface{}{270(*SayHelloRequest)(nil), // 0: gitpod.experimental.v1.SayHelloRequest271(*SayHelloResponse)(nil), // 1: gitpod.experimental.v1.SayHelloResponse272(*LotsOfRepliesRequest)(nil), // 2: gitpod.experimental.v1.LotsOfRepliesRequest273(*LotsOfRepliesResponse)(nil), // 3: gitpod.experimental.v1.LotsOfRepliesResponse274}275var file_gitpod_experimental_v1_dummy_proto_depIdxs = []int32{2760, // 0: gitpod.experimental.v1.HelloService.SayHello:input_type -> gitpod.experimental.v1.SayHelloRequest2772, // 1: gitpod.experimental.v1.HelloService.LotsOfReplies:input_type -> gitpod.experimental.v1.LotsOfRepliesRequest2781, // 2: gitpod.experimental.v1.HelloService.SayHello:output_type -> gitpod.experimental.v1.SayHelloResponse2793, // 3: gitpod.experimental.v1.HelloService.LotsOfReplies:output_type -> gitpod.experimental.v1.LotsOfRepliesResponse2802, // [2:4] is the sub-list for method output_type2810, // [0:2] is the sub-list for method input_type2820, // [0:0] is the sub-list for extension type_name2830, // [0:0] is the sub-list for extension extendee2840, // [0:0] is the sub-list for field type_name285}286287func init() { file_gitpod_experimental_v1_dummy_proto_init() }288func file_gitpod_experimental_v1_dummy_proto_init() {289if File_gitpod_experimental_v1_dummy_proto != nil {290return291}292if !protoimpl.UnsafeEnabled {293file_gitpod_experimental_v1_dummy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {294switch v := v.(*SayHelloRequest); i {295case 0:296return &v.state297case 1:298return &v.sizeCache299case 2:300return &v.unknownFields301default:302return nil303}304}305file_gitpod_experimental_v1_dummy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {306switch v := v.(*SayHelloResponse); i {307case 0:308return &v.state309case 1:310return &v.sizeCache311case 2:312return &v.unknownFields313default:314return nil315}316}317file_gitpod_experimental_v1_dummy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {318switch v := v.(*LotsOfRepliesRequest); i {319case 0:320return &v.state321case 1:322return &v.sizeCache323case 2:324return &v.unknownFields325default:326return nil327}328}329file_gitpod_experimental_v1_dummy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {330switch v := v.(*LotsOfRepliesResponse); i {331case 0:332return &v.state333case 1:334return &v.sizeCache335case 2:336return &v.unknownFields337default:338return nil339}340}341}342type x struct{}343out := protoimpl.TypeBuilder{344File: protoimpl.DescBuilder{345GoPackagePath: reflect.TypeOf(x{}).PkgPath(),346RawDescriptor: file_gitpod_experimental_v1_dummy_proto_rawDesc,347NumEnums: 0,348NumMessages: 4,349NumExtensions: 0,350NumServices: 1,351},352GoTypes: file_gitpod_experimental_v1_dummy_proto_goTypes,353DependencyIndexes: file_gitpod_experimental_v1_dummy_proto_depIdxs,354MessageInfos: file_gitpod_experimental_v1_dummy_proto_msgTypes,355}.Build()356File_gitpod_experimental_v1_dummy_proto = out.File357file_gitpod_experimental_v1_dummy_proto_rawDesc = nil358file_gitpod_experimental_v1_dummy_proto_goTypes = nil359file_gitpod_experimental_v1_dummy_proto_depIdxs = nil360}361362363