github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/engine/enginepb/executor.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.28.0 4 // protoc v3.20.1 5 // source: engine/proto/executor.proto 6 7 package enginepb 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 reflect "reflect" 13 sync "sync" 14 ) 15 16 const ( 17 // Verify that this generated code is sufficiently up-to-date. 18 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 19 // Verify that runtime/protoimpl is sufficiently up-to-date. 20 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 21 ) 22 23 type PreDispatchTaskRequest struct { 24 state protoimpl.MessageState 25 sizeCache protoimpl.SizeCache 26 unknownFields protoimpl.UnknownFields 27 28 TaskTypeId int64 `protobuf:"varint,1,opt,name=task_type_id,json=taskTypeId,proto3" json:"task_type_id,omitempty"` 29 TaskConfig []byte `protobuf:"bytes,2,opt,name=task_config,json=taskConfig,proto3" json:"task_config,omitempty"` 30 MasterId string `protobuf:"bytes,3,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"` 31 WorkerId string `protobuf:"bytes,4,opt,name=worker_id,json=workerId,proto3" json:"worker_id,omitempty"` 32 ProjectInfo *ProjectInfo `protobuf:"bytes,5,opt,name=project_info,json=projectInfo,proto3" json:"project_info,omitempty"` 33 // request_id should be a UUID unique for each RPC call. 34 RequestId string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` 35 WorkerEpoch int64 `protobuf:"varint,7,opt,name=worker_epoch,json=workerEpoch,proto3" json:"worker_epoch,omitempty"` 36 } 37 38 func (x *PreDispatchTaskRequest) Reset() { 39 *x = PreDispatchTaskRequest{} 40 if protoimpl.UnsafeEnabled { 41 mi := &file_engine_proto_executor_proto_msgTypes[0] 42 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 43 ms.StoreMessageInfo(mi) 44 } 45 } 46 47 func (x *PreDispatchTaskRequest) String() string { 48 return protoimpl.X.MessageStringOf(x) 49 } 50 51 func (*PreDispatchTaskRequest) ProtoMessage() {} 52 53 func (x *PreDispatchTaskRequest) ProtoReflect() protoreflect.Message { 54 mi := &file_engine_proto_executor_proto_msgTypes[0] 55 if protoimpl.UnsafeEnabled && x != nil { 56 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 57 if ms.LoadMessageInfo() == nil { 58 ms.StoreMessageInfo(mi) 59 } 60 return ms 61 } 62 return mi.MessageOf(x) 63 } 64 65 // Deprecated: Use PreDispatchTaskRequest.ProtoReflect.Descriptor instead. 66 func (*PreDispatchTaskRequest) Descriptor() ([]byte, []int) { 67 return file_engine_proto_executor_proto_rawDescGZIP(), []int{0} 68 } 69 70 func (x *PreDispatchTaskRequest) GetTaskTypeId() int64 { 71 if x != nil { 72 return x.TaskTypeId 73 } 74 return 0 75 } 76 77 func (x *PreDispatchTaskRequest) GetTaskConfig() []byte { 78 if x != nil { 79 return x.TaskConfig 80 } 81 return nil 82 } 83 84 func (x *PreDispatchTaskRequest) GetMasterId() string { 85 if x != nil { 86 return x.MasterId 87 } 88 return "" 89 } 90 91 func (x *PreDispatchTaskRequest) GetWorkerId() string { 92 if x != nil { 93 return x.WorkerId 94 } 95 return "" 96 } 97 98 func (x *PreDispatchTaskRequest) GetProjectInfo() *ProjectInfo { 99 if x != nil { 100 return x.ProjectInfo 101 } 102 return nil 103 } 104 105 func (x *PreDispatchTaskRequest) GetRequestId() string { 106 if x != nil { 107 return x.RequestId 108 } 109 return "" 110 } 111 112 func (x *PreDispatchTaskRequest) GetWorkerEpoch() int64 { 113 if x != nil { 114 return x.WorkerEpoch 115 } 116 return 0 117 } 118 119 type PreDispatchTaskResponse struct { 120 state protoimpl.MessageState 121 sizeCache protoimpl.SizeCache 122 unknownFields protoimpl.UnknownFields 123 } 124 125 func (x *PreDispatchTaskResponse) Reset() { 126 *x = PreDispatchTaskResponse{} 127 if protoimpl.UnsafeEnabled { 128 mi := &file_engine_proto_executor_proto_msgTypes[1] 129 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 130 ms.StoreMessageInfo(mi) 131 } 132 } 133 134 func (x *PreDispatchTaskResponse) String() string { 135 return protoimpl.X.MessageStringOf(x) 136 } 137 138 func (*PreDispatchTaskResponse) ProtoMessage() {} 139 140 func (x *PreDispatchTaskResponse) ProtoReflect() protoreflect.Message { 141 mi := &file_engine_proto_executor_proto_msgTypes[1] 142 if protoimpl.UnsafeEnabled && x != nil { 143 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 144 if ms.LoadMessageInfo() == nil { 145 ms.StoreMessageInfo(mi) 146 } 147 return ms 148 } 149 return mi.MessageOf(x) 150 } 151 152 // Deprecated: Use PreDispatchTaskResponse.ProtoReflect.Descriptor instead. 153 func (*PreDispatchTaskResponse) Descriptor() ([]byte, []int) { 154 return file_engine_proto_executor_proto_rawDescGZIP(), []int{1} 155 } 156 157 type ConfirmDispatchTaskRequest struct { 158 state protoimpl.MessageState 159 sizeCache protoimpl.SizeCache 160 unknownFields protoimpl.UnknownFields 161 162 WorkerId string `protobuf:"bytes,1,opt,name=worker_id,json=workerId,proto3" json:"worker_id,omitempty"` 163 RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` 164 } 165 166 func (x *ConfirmDispatchTaskRequest) Reset() { 167 *x = ConfirmDispatchTaskRequest{} 168 if protoimpl.UnsafeEnabled { 169 mi := &file_engine_proto_executor_proto_msgTypes[2] 170 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 171 ms.StoreMessageInfo(mi) 172 } 173 } 174 175 func (x *ConfirmDispatchTaskRequest) String() string { 176 return protoimpl.X.MessageStringOf(x) 177 } 178 179 func (*ConfirmDispatchTaskRequest) ProtoMessage() {} 180 181 func (x *ConfirmDispatchTaskRequest) ProtoReflect() protoreflect.Message { 182 mi := &file_engine_proto_executor_proto_msgTypes[2] 183 if protoimpl.UnsafeEnabled && x != nil { 184 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 185 if ms.LoadMessageInfo() == nil { 186 ms.StoreMessageInfo(mi) 187 } 188 return ms 189 } 190 return mi.MessageOf(x) 191 } 192 193 // Deprecated: Use ConfirmDispatchTaskRequest.ProtoReflect.Descriptor instead. 194 func (*ConfirmDispatchTaskRequest) Descriptor() ([]byte, []int) { 195 return file_engine_proto_executor_proto_rawDescGZIP(), []int{2} 196 } 197 198 func (x *ConfirmDispatchTaskRequest) GetWorkerId() string { 199 if x != nil { 200 return x.WorkerId 201 } 202 return "" 203 } 204 205 func (x *ConfirmDispatchTaskRequest) GetRequestId() string { 206 if x != nil { 207 return x.RequestId 208 } 209 return "" 210 } 211 212 type ConfirmDispatchTaskResponse struct { 213 state protoimpl.MessageState 214 sizeCache protoimpl.SizeCache 215 unknownFields protoimpl.UnknownFields 216 } 217 218 func (x *ConfirmDispatchTaskResponse) Reset() { 219 *x = ConfirmDispatchTaskResponse{} 220 if protoimpl.UnsafeEnabled { 221 mi := &file_engine_proto_executor_proto_msgTypes[3] 222 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 223 ms.StoreMessageInfo(mi) 224 } 225 } 226 227 func (x *ConfirmDispatchTaskResponse) String() string { 228 return protoimpl.X.MessageStringOf(x) 229 } 230 231 func (*ConfirmDispatchTaskResponse) ProtoMessage() {} 232 233 func (x *ConfirmDispatchTaskResponse) ProtoReflect() protoreflect.Message { 234 mi := &file_engine_proto_executor_proto_msgTypes[3] 235 if protoimpl.UnsafeEnabled && x != nil { 236 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 237 if ms.LoadMessageInfo() == nil { 238 ms.StoreMessageInfo(mi) 239 } 240 return ms 241 } 242 return mi.MessageOf(x) 243 } 244 245 // Deprecated: Use ConfirmDispatchTaskResponse.ProtoReflect.Descriptor instead. 246 func (*ConfirmDispatchTaskResponse) Descriptor() ([]byte, []int) { 247 return file_engine_proto_executor_proto_rawDescGZIP(), []int{3} 248 } 249 250 type RemoveLocalResourceRequest struct { 251 state protoimpl.MessageState 252 sizeCache protoimpl.SizeCache 253 unknownFields protoimpl.UnknownFields 254 255 ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` 256 // creator of the resource 257 WorkerId string `protobuf:"bytes,2,opt,name=worker_id,json=workerId,proto3" json:"worker_id,omitempty"` 258 } 259 260 func (x *RemoveLocalResourceRequest) Reset() { 261 *x = RemoveLocalResourceRequest{} 262 if protoimpl.UnsafeEnabled { 263 mi := &file_engine_proto_executor_proto_msgTypes[4] 264 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 265 ms.StoreMessageInfo(mi) 266 } 267 } 268 269 func (x *RemoveLocalResourceRequest) String() string { 270 return protoimpl.X.MessageStringOf(x) 271 } 272 273 func (*RemoveLocalResourceRequest) ProtoMessage() {} 274 275 func (x *RemoveLocalResourceRequest) ProtoReflect() protoreflect.Message { 276 mi := &file_engine_proto_executor_proto_msgTypes[4] 277 if protoimpl.UnsafeEnabled && x != nil { 278 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 279 if ms.LoadMessageInfo() == nil { 280 ms.StoreMessageInfo(mi) 281 } 282 return ms 283 } 284 return mi.MessageOf(x) 285 } 286 287 // Deprecated: Use RemoveLocalResourceRequest.ProtoReflect.Descriptor instead. 288 func (*RemoveLocalResourceRequest) Descriptor() ([]byte, []int) { 289 return file_engine_proto_executor_proto_rawDescGZIP(), []int{4} 290 } 291 292 func (x *RemoveLocalResourceRequest) GetResourceId() string { 293 if x != nil { 294 return x.ResourceId 295 } 296 return "" 297 } 298 299 func (x *RemoveLocalResourceRequest) GetWorkerId() string { 300 if x != nil { 301 return x.WorkerId 302 } 303 return "" 304 } 305 306 type RemoveLocalResourceResponse struct { 307 state protoimpl.MessageState 308 sizeCache protoimpl.SizeCache 309 unknownFields protoimpl.UnknownFields 310 } 311 312 func (x *RemoveLocalResourceResponse) Reset() { 313 *x = RemoveLocalResourceResponse{} 314 if protoimpl.UnsafeEnabled { 315 mi := &file_engine_proto_executor_proto_msgTypes[5] 316 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 317 ms.StoreMessageInfo(mi) 318 } 319 } 320 321 func (x *RemoveLocalResourceResponse) String() string { 322 return protoimpl.X.MessageStringOf(x) 323 } 324 325 func (*RemoveLocalResourceResponse) ProtoMessage() {} 326 327 func (x *RemoveLocalResourceResponse) ProtoReflect() protoreflect.Message { 328 mi := &file_engine_proto_executor_proto_msgTypes[5] 329 if protoimpl.UnsafeEnabled && x != nil { 330 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 331 if ms.LoadMessageInfo() == nil { 332 ms.StoreMessageInfo(mi) 333 } 334 return ms 335 } 336 return mi.MessageOf(x) 337 } 338 339 // Deprecated: Use RemoveLocalResourceResponse.ProtoReflect.Descriptor instead. 340 func (*RemoveLocalResourceResponse) Descriptor() ([]byte, []int) { 341 return file_engine_proto_executor_proto_rawDescGZIP(), []int{5} 342 } 343 344 var File_engine_proto_executor_proto protoreflect.FileDescriptor 345 346 var file_engine_proto_executor_proto_rawDesc = []byte{ 347 0x0a, 0x1b, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 348 0x78, 0x65, 0x63, 0x75, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 349 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x1a, 0x1b, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 350 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2e, 0x70, 351 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x91, 0x02, 0x0a, 0x16, 0x50, 0x72, 0x65, 0x44, 0x69, 0x73, 0x70, 352 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 353 0x20, 0x0a, 0x0c, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18, 354 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x61, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x49, 355 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 356 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x74, 0x61, 0x73, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 357 0x69, 0x67, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 358 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 359 0x1b, 0x0a, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 360 0x28, 0x09, 0x52, 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x49, 0x64, 0x12, 0x38, 0x0a, 0x0c, 361 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x05, 0x20, 0x01, 362 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x2e, 0x50, 0x72, 363 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 364 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 365 0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 366 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x5f, 367 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x77, 0x6f, 0x72, 368 0x6b, 0x65, 0x72, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x22, 0x19, 0x0a, 0x17, 0x50, 0x72, 0x65, 0x44, 369 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 370 0x6e, 0x73, 0x65, 0x22, 0x58, 0x0a, 0x1a, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x44, 0x69, 371 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 372 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 373 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1d, 374 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 375 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x22, 0x1d, 0x0a, 376 0x1b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 377 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5a, 0x0a, 0x1a, 378 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x6f, 0x75, 379 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 380 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 381 0x0a, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x77, 382 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 383 0x77, 0x6f, 0x72, 0x6b, 0x65, 0x72, 0x49, 0x64, 0x22, 0x1d, 0x0a, 0x1b, 0x52, 0x65, 0x6d, 0x6f, 384 0x76, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 385 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xd1, 0x01, 0x0a, 0x0f, 0x45, 0x78, 0x65, 0x63, 386 0x75, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x58, 0x0a, 0x0f, 0x50, 387 0x72, 0x65, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x20, 388 0x2e, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x2e, 0x50, 0x72, 0x65, 0x44, 0x69, 0x73, 389 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 390 0x1a, 0x21, 0x2e, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x2e, 0x50, 0x72, 0x65, 0x44, 391 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 392 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x64, 0x0a, 0x13, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 393 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x12, 0x24, 0x2e, 0x65, 394 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x44, 395 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 396 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x2e, 0x43, 0x6f, 397 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x54, 0x61, 0x73, 398 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x32, 0x70, 0x0a, 0x0d, 0x42, 399 0x72, 0x6f, 0x6b, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x5f, 0x0a, 0x0e, 400 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x24, 401 0x2e, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 402 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 403 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x2e, 404 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x6f, 0x75, 405 0x72, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x2b, 0x5a, 406 0x29, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x70, 0x69, 0x6e, 0x67, 407 0x63, 0x61, 0x70, 0x2f, 0x74, 0x69, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x65, 0x6e, 0x67, 0x69, 0x6e, 408 0x65, 0x2f, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 409 0x6f, 0x33, 410 } 411 412 var ( 413 file_engine_proto_executor_proto_rawDescOnce sync.Once 414 file_engine_proto_executor_proto_rawDescData = file_engine_proto_executor_proto_rawDesc 415 ) 416 417 func file_engine_proto_executor_proto_rawDescGZIP() []byte { 418 file_engine_proto_executor_proto_rawDescOnce.Do(func() { 419 file_engine_proto_executor_proto_rawDescData = protoimpl.X.CompressGZIP(file_engine_proto_executor_proto_rawDescData) 420 }) 421 return file_engine_proto_executor_proto_rawDescData 422 } 423 424 var file_engine_proto_executor_proto_msgTypes = make([]protoimpl.MessageInfo, 6) 425 var file_engine_proto_executor_proto_goTypes = []interface{}{ 426 (*PreDispatchTaskRequest)(nil), // 0: enginepb.PreDispatchTaskRequest 427 (*PreDispatchTaskResponse)(nil), // 1: enginepb.PreDispatchTaskResponse 428 (*ConfirmDispatchTaskRequest)(nil), // 2: enginepb.ConfirmDispatchTaskRequest 429 (*ConfirmDispatchTaskResponse)(nil), // 3: enginepb.ConfirmDispatchTaskResponse 430 (*RemoveLocalResourceRequest)(nil), // 4: enginepb.RemoveLocalResourceRequest 431 (*RemoveLocalResourceResponse)(nil), // 5: enginepb.RemoveLocalResourceResponse 432 (*ProjectInfo)(nil), // 6: enginepb.ProjectInfo 433 } 434 var file_engine_proto_executor_proto_depIdxs = []int32{ 435 6, // 0: enginepb.PreDispatchTaskRequest.project_info:type_name -> enginepb.ProjectInfo 436 0, // 1: enginepb.ExecutorService.PreDispatchTask:input_type -> enginepb.PreDispatchTaskRequest 437 2, // 2: enginepb.ExecutorService.ConfirmDispatchTask:input_type -> enginepb.ConfirmDispatchTaskRequest 438 4, // 3: enginepb.BrokerService.RemoveResource:input_type -> enginepb.RemoveLocalResourceRequest 439 1, // 4: enginepb.ExecutorService.PreDispatchTask:output_type -> enginepb.PreDispatchTaskResponse 440 3, // 5: enginepb.ExecutorService.ConfirmDispatchTask:output_type -> enginepb.ConfirmDispatchTaskResponse 441 5, // 6: enginepb.BrokerService.RemoveResource:output_type -> enginepb.RemoveLocalResourceResponse 442 4, // [4:7] is the sub-list for method output_type 443 1, // [1:4] is the sub-list for method input_type 444 1, // [1:1] is the sub-list for extension type_name 445 1, // [1:1] is the sub-list for extension extendee 446 0, // [0:1] is the sub-list for field type_name 447 } 448 449 func init() { file_engine_proto_executor_proto_init() } 450 func file_engine_proto_executor_proto_init() { 451 if File_engine_proto_executor_proto != nil { 452 return 453 } 454 file_engine_proto_projects_proto_init() 455 if !protoimpl.UnsafeEnabled { 456 file_engine_proto_executor_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 457 switch v := v.(*PreDispatchTaskRequest); i { 458 case 0: 459 return &v.state 460 case 1: 461 return &v.sizeCache 462 case 2: 463 return &v.unknownFields 464 default: 465 return nil 466 } 467 } 468 file_engine_proto_executor_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 469 switch v := v.(*PreDispatchTaskResponse); i { 470 case 0: 471 return &v.state 472 case 1: 473 return &v.sizeCache 474 case 2: 475 return &v.unknownFields 476 default: 477 return nil 478 } 479 } 480 file_engine_proto_executor_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 481 switch v := v.(*ConfirmDispatchTaskRequest); i { 482 case 0: 483 return &v.state 484 case 1: 485 return &v.sizeCache 486 case 2: 487 return &v.unknownFields 488 default: 489 return nil 490 } 491 } 492 file_engine_proto_executor_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 493 switch v := v.(*ConfirmDispatchTaskResponse); i { 494 case 0: 495 return &v.state 496 case 1: 497 return &v.sizeCache 498 case 2: 499 return &v.unknownFields 500 default: 501 return nil 502 } 503 } 504 file_engine_proto_executor_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 505 switch v := v.(*RemoveLocalResourceRequest); i { 506 case 0: 507 return &v.state 508 case 1: 509 return &v.sizeCache 510 case 2: 511 return &v.unknownFields 512 default: 513 return nil 514 } 515 } 516 file_engine_proto_executor_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 517 switch v := v.(*RemoveLocalResourceResponse); i { 518 case 0: 519 return &v.state 520 case 1: 521 return &v.sizeCache 522 case 2: 523 return &v.unknownFields 524 default: 525 return nil 526 } 527 } 528 } 529 type x struct{} 530 out := protoimpl.TypeBuilder{ 531 File: protoimpl.DescBuilder{ 532 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 533 RawDescriptor: file_engine_proto_executor_proto_rawDesc, 534 NumEnums: 0, 535 NumMessages: 6, 536 NumExtensions: 0, 537 NumServices: 2, 538 }, 539 GoTypes: file_engine_proto_executor_proto_goTypes, 540 DependencyIndexes: file_engine_proto_executor_proto_depIdxs, 541 MessageInfos: file_engine_proto_executor_proto_msgTypes, 542 }.Build() 543 File_engine_proto_executor_proto = out.File 544 file_engine_proto_executor_proto_rawDesc = nil 545 file_engine_proto_executor_proto_goTypes = nil 546 file_engine_proto_executor_proto_depIdxs = nil 547 }