go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/config_service/internal/taskpb/tasks.pb.go (about) 1 // Copyright 2023 The LUCI Authors. 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // Code generated by protoc-gen-go. DO NOT EDIT. 16 // versions: 17 // protoc-gen-go v1.31.0 18 // protoc v3.21.7 19 // source: go.chromium.org/luci/config_service/internal/taskpb/tasks.proto 20 21 package taskpb 22 23 import ( 24 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 25 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 26 reflect "reflect" 27 sync "sync" 28 ) 29 30 const ( 31 // Verify that this generated code is sufficiently up-to-date. 32 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 33 // Verify that runtime/protoimpl is sufficiently up-to-date. 34 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 35 ) 36 37 // ImportConfigs is a task to import all configs for the give config set. 38 type ImportConfigs struct { 39 state protoimpl.MessageState 40 sizeCache protoimpl.SizeCache 41 unknownFields protoimpl.UnknownFields 42 43 // The config set to import. 44 ConfigSet string `protobuf:"bytes,1,opt,name=config_set,json=configSet,proto3" json:"config_set,omitempty"` 45 } 46 47 func (x *ImportConfigs) Reset() { 48 *x = ImportConfigs{} 49 if protoimpl.UnsafeEnabled { 50 mi := &file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_msgTypes[0] 51 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 52 ms.StoreMessageInfo(mi) 53 } 54 } 55 56 func (x *ImportConfigs) String() string { 57 return protoimpl.X.MessageStringOf(x) 58 } 59 60 func (*ImportConfigs) ProtoMessage() {} 61 62 func (x *ImportConfigs) ProtoReflect() protoreflect.Message { 63 mi := &file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_msgTypes[0] 64 if protoimpl.UnsafeEnabled && x != nil { 65 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 66 if ms.LoadMessageInfo() == nil { 67 ms.StoreMessageInfo(mi) 68 } 69 return ms 70 } 71 return mi.MessageOf(x) 72 } 73 74 // Deprecated: Use ImportConfigs.ProtoReflect.Descriptor instead. 75 func (*ImportConfigs) Descriptor() ([]byte, []int) { 76 return file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescGZIP(), []int{0} 77 } 78 79 func (x *ImportConfigs) GetConfigSet() string { 80 if x != nil { 81 return x.ConfigSet 82 } 83 return "" 84 } 85 86 var File_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto protoreflect.FileDescriptor 87 88 var file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDesc = []byte{ 89 0x0a, 0x3f, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 90 0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x73, 0x65, 91 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 92 0x61, 0x73, 0x6b, 0x70, 0x62, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 93 0x6f, 0x12, 0x1d, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 94 0x65, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73, 95 0x22, 0x2e, 0x0a, 0x0d, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 96 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x73, 0x65, 0x74, 0x18, 97 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x65, 0x74, 98 0x42, 0x3c, 0x5a, 0x3a, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 99 0x6f, 0x72, 0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 100 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 101 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x70, 0x62, 0x3b, 0x74, 0x61, 0x73, 0x6b, 0x70, 0x62, 0x62, 0x06, 102 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 103 } 104 105 var ( 106 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescOnce sync.Once 107 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescData = file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDesc 108 ) 109 110 func file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescGZIP() []byte { 111 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescOnce.Do(func() { 112 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescData = protoimpl.X.CompressGZIP(file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescData) 113 }) 114 return file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDescData 115 } 116 117 var file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 118 var file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_goTypes = []interface{}{ 119 (*ImportConfigs)(nil), // 0: config.service.internal.tasks.ImportConfigs 120 } 121 var file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_depIdxs = []int32{ 122 0, // [0:0] is the sub-list for method output_type 123 0, // [0:0] is the sub-list for method input_type 124 0, // [0:0] is the sub-list for extension type_name 125 0, // [0:0] is the sub-list for extension extendee 126 0, // [0:0] is the sub-list for field type_name 127 } 128 129 func init() { file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_init() } 130 func file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_init() { 131 if File_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto != nil { 132 return 133 } 134 if !protoimpl.UnsafeEnabled { 135 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 136 switch v := v.(*ImportConfigs); i { 137 case 0: 138 return &v.state 139 case 1: 140 return &v.sizeCache 141 case 2: 142 return &v.unknownFields 143 default: 144 return nil 145 } 146 } 147 } 148 type x struct{} 149 out := protoimpl.TypeBuilder{ 150 File: protoimpl.DescBuilder{ 151 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 152 RawDescriptor: file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDesc, 153 NumEnums: 0, 154 NumMessages: 1, 155 NumExtensions: 0, 156 NumServices: 0, 157 }, 158 GoTypes: file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_goTypes, 159 DependencyIndexes: file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_depIdxs, 160 MessageInfos: file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_msgTypes, 161 }.Build() 162 File_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto = out.File 163 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_rawDesc = nil 164 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_goTypes = nil 165 file_go_chromium_org_luci_config_service_internal_taskpb_tasks_proto_depIdxs = nil 166 }