github.com/cloudwan/edgelq-sdk@v1.15.4/limits/client/v1/plan_assignment_request/plan_assignment_request_custom.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/limits/proto/v1/plan_assignment_request_custom.proto 3 // DO NOT EDIT!!! 4 5 package plan_assignment_request_client 6 7 import ( 8 "fmt" 9 "reflect" 10 "sync" 11 12 "google.golang.org/protobuf/encoding/protojson" 13 "google.golang.org/protobuf/proto" 14 preflect "google.golang.org/protobuf/reflect/protoreflect" 15 "google.golang.org/protobuf/runtime/protoimpl" 16 ) 17 18 // proto imports 19 import ( 20 iam_organization "github.com/cloudwan/edgelq-sdk/iam/resources/v1/organization" 21 iam_project "github.com/cloudwan/edgelq-sdk/iam/resources/v1/project" 22 accepted_plan "github.com/cloudwan/edgelq-sdk/limits/resources/v1/accepted_plan" 23 plan_assignment_request "github.com/cloudwan/edgelq-sdk/limits/resources/v1/plan_assignment_request" 24 view "github.com/cloudwan/goten-sdk/types/view" 25 fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb" 26 ) 27 28 // Reference imports to suppress errors if they are not otherwise used. 29 var ( 30 _ = fmt.Errorf 31 _ = reflect.Method{} 32 _ = sync.Once{} 33 34 _ = protojson.MarshalOptions{} 35 _ = proto.MarshalOptions{} 36 _ = preflect.Value{} 37 _ = protoimpl.DescBuilder{} 38 ) 39 40 // make sure we're using proto imports 41 var ( 42 _ = &iam_organization.Organization{} 43 _ = &iam_project.Project{} 44 _ = &accepted_plan.AcceptedPlan{} 45 _ = &plan_assignment_request.PlanAssignmentRequest{} 46 _ = &fieldmaskpb.FieldMask{} 47 _ = view.View(0) 48 ) 49 50 const ( 51 // Verify that this generated code is sufficiently up-to-date. 52 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 53 // Verify that runtime/protoimpl is sufficiently up-to-date. 54 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 55 ) 56 57 // Request message for method 58 // [AcceptPlanAssignment][ntt.limits.v1.AcceptPlanAssignment] 59 type AcceptPlanAssignmentRequest struct { 60 state protoimpl.MessageState 61 sizeCache protoimpl.SizeCache 62 unknownFields protoimpl.UnknownFields 63 // name of ntt.limits.v1.PlanAssignmentRequest 64 Name *plan_assignment_request.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 65 // Entity approving plan assignment. It can be left empty if the one approving 66 // uses service-level privileges. 67 Approver *accepted_plan.ParentName `protobuf:"bytes,2,opt,customtype=ParentName,name=approver,proto3" json:"approver,omitempty"` 68 } 69 70 func (m *AcceptPlanAssignmentRequest) Reset() { 71 *m = AcceptPlanAssignmentRequest{} 72 if protoimpl.UnsafeEnabled { 73 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[0] 74 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 75 ms.StoreMessageInfo(mi) 76 } 77 } 78 79 func (m *AcceptPlanAssignmentRequest) String() string { 80 return protoimpl.X.MessageStringOf(m) 81 } 82 83 func (*AcceptPlanAssignmentRequest) ProtoMessage() {} 84 85 func (m *AcceptPlanAssignmentRequest) ProtoReflect() preflect.Message { 86 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[0] 87 if protoimpl.UnsafeEnabled && m != nil { 88 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 89 if ms.LoadMessageInfo() == nil { 90 ms.StoreMessageInfo(mi) 91 } 92 return ms 93 } 94 return mi.MessageOf(m) 95 } 96 97 func (*AcceptPlanAssignmentRequest) GotenMessage() {} 98 99 // Deprecated, Use AcceptPlanAssignmentRequest.ProtoReflect.Descriptor instead. 100 func (*AcceptPlanAssignmentRequest) Descriptor() ([]byte, []int) { 101 return edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescGZIP(), []int{0} 102 } 103 104 func (m *AcceptPlanAssignmentRequest) Unmarshal(b []byte) error { 105 return proto.Unmarshal(b, m) 106 } 107 108 func (m *AcceptPlanAssignmentRequest) Marshal() ([]byte, error) { 109 return proto.Marshal(m) 110 } 111 112 func (m *AcceptPlanAssignmentRequest) MarshalJSON() ([]byte, error) { 113 return protojson.MarshalOptions{}.Marshal(m) 114 } 115 116 func (m *AcceptPlanAssignmentRequest) UnmarshalJSON(data []byte) error { 117 return protojson.Unmarshal(data, m) 118 } 119 120 func (m *AcceptPlanAssignmentRequest) GetName() *plan_assignment_request.Name { 121 if m != nil { 122 return m.Name 123 } 124 return nil 125 } 126 127 func (m *AcceptPlanAssignmentRequest) GetApprover() *accepted_plan.ParentName { 128 if m != nil { 129 return m.Approver 130 } 131 return nil 132 } 133 134 func (m *AcceptPlanAssignmentRequest) SetName(fv *plan_assignment_request.Name) { 135 if m == nil { 136 panic(fmt.Errorf("can't set %s on nil %s", "Name", "AcceptPlanAssignmentRequest")) 137 } 138 m.Name = fv 139 } 140 141 func (m *AcceptPlanAssignmentRequest) SetApprover(fv *accepted_plan.ParentName) { 142 if m == nil { 143 panic(fmt.Errorf("can't set %s on nil %s", "Approver", "AcceptPlanAssignmentRequest")) 144 } 145 m.Approver = fv 146 } 147 148 // Response message for method 149 // [AcceptPlanAssignment][ntt.limits.v1.AcceptPlanAssignment] 150 type AcceptPlanAssignmentResponse struct { 151 state protoimpl.MessageState 152 sizeCache protoimpl.SizeCache 153 unknownFields protoimpl.UnknownFields 154 AcceptedPlan *accepted_plan.AcceptedPlan `protobuf:"bytes,1,opt,name=accepted_plan,json=acceptedPlan,proto3" json:"accepted_plan,omitempty"` 155 } 156 157 func (m *AcceptPlanAssignmentResponse) Reset() { 158 *m = AcceptPlanAssignmentResponse{} 159 if protoimpl.UnsafeEnabled { 160 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[1] 161 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 162 ms.StoreMessageInfo(mi) 163 } 164 } 165 166 func (m *AcceptPlanAssignmentResponse) String() string { 167 return protoimpl.X.MessageStringOf(m) 168 } 169 170 func (*AcceptPlanAssignmentResponse) ProtoMessage() {} 171 172 func (m *AcceptPlanAssignmentResponse) ProtoReflect() preflect.Message { 173 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[1] 174 if protoimpl.UnsafeEnabled && m != nil { 175 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 176 if ms.LoadMessageInfo() == nil { 177 ms.StoreMessageInfo(mi) 178 } 179 return ms 180 } 181 return mi.MessageOf(m) 182 } 183 184 func (*AcceptPlanAssignmentResponse) GotenMessage() {} 185 186 // Deprecated, Use AcceptPlanAssignmentResponse.ProtoReflect.Descriptor instead. 187 func (*AcceptPlanAssignmentResponse) Descriptor() ([]byte, []int) { 188 return edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescGZIP(), []int{1} 189 } 190 191 func (m *AcceptPlanAssignmentResponse) Unmarshal(b []byte) error { 192 return proto.Unmarshal(b, m) 193 } 194 195 func (m *AcceptPlanAssignmentResponse) Marshal() ([]byte, error) { 196 return proto.Marshal(m) 197 } 198 199 func (m *AcceptPlanAssignmentResponse) MarshalJSON() ([]byte, error) { 200 return protojson.MarshalOptions{}.Marshal(m) 201 } 202 203 func (m *AcceptPlanAssignmentResponse) UnmarshalJSON(data []byte) error { 204 return protojson.Unmarshal(data, m) 205 } 206 207 func (m *AcceptPlanAssignmentResponse) GetAcceptedPlan() *accepted_plan.AcceptedPlan { 208 if m != nil { 209 return m.AcceptedPlan 210 } 211 return nil 212 } 213 214 func (m *AcceptPlanAssignmentResponse) SetAcceptedPlan(fv *accepted_plan.AcceptedPlan) { 215 if m == nil { 216 panic(fmt.Errorf("can't set %s on nil %s", "AcceptedPlan", "AcceptPlanAssignmentResponse")) 217 } 218 m.AcceptedPlan = fv 219 } 220 221 // Request message for method 222 // [DeclinePlanAssignment][ntt.limits.v1.DeclinePlanAssignment] 223 type DeclinePlanAssignmentRequest struct { 224 state protoimpl.MessageState 225 sizeCache protoimpl.SizeCache 226 unknownFields protoimpl.UnknownFields 227 // name of ntt.limits.v1.PlanAssignmentRequest 228 Name *plan_assignment_request.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 229 // Entity approving plan assignment. It must match approver in 230 // PlanAssignmentRequest. 231 Approver *accepted_plan.ParentName `protobuf:"bytes,2,opt,customtype=ParentName,name=approver,proto3" json:"approver,omitempty"` 232 Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` 233 } 234 235 func (m *DeclinePlanAssignmentRequest) Reset() { 236 *m = DeclinePlanAssignmentRequest{} 237 if protoimpl.UnsafeEnabled { 238 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[2] 239 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 240 ms.StoreMessageInfo(mi) 241 } 242 } 243 244 func (m *DeclinePlanAssignmentRequest) String() string { 245 return protoimpl.X.MessageStringOf(m) 246 } 247 248 func (*DeclinePlanAssignmentRequest) ProtoMessage() {} 249 250 func (m *DeclinePlanAssignmentRequest) ProtoReflect() preflect.Message { 251 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[2] 252 if protoimpl.UnsafeEnabled && m != nil { 253 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 254 if ms.LoadMessageInfo() == nil { 255 ms.StoreMessageInfo(mi) 256 } 257 return ms 258 } 259 return mi.MessageOf(m) 260 } 261 262 func (*DeclinePlanAssignmentRequest) GotenMessage() {} 263 264 // Deprecated, Use DeclinePlanAssignmentRequest.ProtoReflect.Descriptor instead. 265 func (*DeclinePlanAssignmentRequest) Descriptor() ([]byte, []int) { 266 return edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescGZIP(), []int{2} 267 } 268 269 func (m *DeclinePlanAssignmentRequest) Unmarshal(b []byte) error { 270 return proto.Unmarshal(b, m) 271 } 272 273 func (m *DeclinePlanAssignmentRequest) Marshal() ([]byte, error) { 274 return proto.Marshal(m) 275 } 276 277 func (m *DeclinePlanAssignmentRequest) MarshalJSON() ([]byte, error) { 278 return protojson.MarshalOptions{}.Marshal(m) 279 } 280 281 func (m *DeclinePlanAssignmentRequest) UnmarshalJSON(data []byte) error { 282 return protojson.Unmarshal(data, m) 283 } 284 285 func (m *DeclinePlanAssignmentRequest) GetName() *plan_assignment_request.Name { 286 if m != nil { 287 return m.Name 288 } 289 return nil 290 } 291 292 func (m *DeclinePlanAssignmentRequest) GetApprover() *accepted_plan.ParentName { 293 if m != nil { 294 return m.Approver 295 } 296 return nil 297 } 298 299 func (m *DeclinePlanAssignmentRequest) GetReason() string { 300 if m != nil { 301 return m.Reason 302 } 303 return "" 304 } 305 306 func (m *DeclinePlanAssignmentRequest) SetName(fv *plan_assignment_request.Name) { 307 if m == nil { 308 panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeclinePlanAssignmentRequest")) 309 } 310 m.Name = fv 311 } 312 313 func (m *DeclinePlanAssignmentRequest) SetApprover(fv *accepted_plan.ParentName) { 314 if m == nil { 315 panic(fmt.Errorf("can't set %s on nil %s", "Approver", "DeclinePlanAssignmentRequest")) 316 } 317 m.Approver = fv 318 } 319 320 func (m *DeclinePlanAssignmentRequest) SetReason(fv string) { 321 if m == nil { 322 panic(fmt.Errorf("can't set %s on nil %s", "Reason", "DeclinePlanAssignmentRequest")) 323 } 324 m.Reason = fv 325 } 326 327 // Response message for method 328 // [DeclinePlanAssignment][ntt.limits.v1.DeclinePlanAssignment] 329 type DeclinePlanAssignmentResponse struct { 330 state protoimpl.MessageState 331 sizeCache protoimpl.SizeCache 332 unknownFields protoimpl.UnknownFields 333 } 334 335 func (m *DeclinePlanAssignmentResponse) Reset() { 336 *m = DeclinePlanAssignmentResponse{} 337 if protoimpl.UnsafeEnabled { 338 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[3] 339 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 340 ms.StoreMessageInfo(mi) 341 } 342 } 343 344 func (m *DeclinePlanAssignmentResponse) String() string { 345 return protoimpl.X.MessageStringOf(m) 346 } 347 348 func (*DeclinePlanAssignmentResponse) ProtoMessage() {} 349 350 func (m *DeclinePlanAssignmentResponse) ProtoReflect() preflect.Message { 351 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[3] 352 if protoimpl.UnsafeEnabled && m != nil { 353 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 354 if ms.LoadMessageInfo() == nil { 355 ms.StoreMessageInfo(mi) 356 } 357 return ms 358 } 359 return mi.MessageOf(m) 360 } 361 362 func (*DeclinePlanAssignmentResponse) GotenMessage() {} 363 364 // Deprecated, Use DeclinePlanAssignmentResponse.ProtoReflect.Descriptor instead. 365 func (*DeclinePlanAssignmentResponse) Descriptor() ([]byte, []int) { 366 return edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescGZIP(), []int{3} 367 } 368 369 func (m *DeclinePlanAssignmentResponse) Unmarshal(b []byte) error { 370 return proto.Unmarshal(b, m) 371 } 372 373 func (m *DeclinePlanAssignmentResponse) Marshal() ([]byte, error) { 374 return proto.Marshal(m) 375 } 376 377 func (m *DeclinePlanAssignmentResponse) MarshalJSON() ([]byte, error) { 378 return protojson.MarshalOptions{}.Marshal(m) 379 } 380 381 func (m *DeclinePlanAssignmentResponse) UnmarshalJSON(data []byte) error { 382 return protojson.Unmarshal(data, m) 383 } 384 385 // Request message for method 386 // [ListApproverPlanAssignmentRequests][ntt.limits.v1.ListApproverPlanAssignmentRequests] 387 type ListApproverPlanAssignmentRequestsRequest struct { 388 state protoimpl.MessageState 389 sizeCache protoimpl.SizeCache 390 unknownFields protoimpl.UnknownFields 391 // Approver of the plan assignment requests 392 Approver *accepted_plan.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=approver,proto3" json:"approver,omitempty"` 393 // Requested page size. Server may return fewer PlanAssignmentRequests than 394 // requested. If unspecified, server will pick an appropriate default. 395 PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` 396 // A token identifying a page of results the server should return. 397 // Typically, this is the value of 398 // [ListPlanAssignmentRequestsResponse.next_page_token][ntt.limits.v1.ListPlanAssignmentRequestsResponse.next_page_token] 399 PageToken *plan_assignment_request.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` 400 // Order By - 401 // https://cloud.google.com/apis/design/design_patterns#list_pagination list 402 // of field path with order directive, either 'asc' or 'desc'. If direction is 403 // not provided, 'asc' is assumed. e.g. "state.nested_field asc, 404 // state.something.else desc, theme" 405 OrderBy *plan_assignment_request.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` 406 // Filter - filter results by field criteria. Simplified SQL-like syntax with 407 // following operators: 408 // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS 409 // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels 410 // CONTAINS "severity:important" OR (state.last_error_time > 411 // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' 412 Filter *plan_assignment_request.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"` 413 // A list of extra fields to be obtained for each response item on top of 414 // fields defined by request field view 415 FieldMask *plan_assignment_request.PlanAssignmentRequest_FieldMask `protobuf:"bytes,6,opt,customtype=PlanAssignmentRequest_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 416 // View defines list of standard response fields present in response items. 417 // Additional fields can be amended by request field field_mask 418 View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 419 } 420 421 func (m *ListApproverPlanAssignmentRequestsRequest) Reset() { 422 *m = ListApproverPlanAssignmentRequestsRequest{} 423 if protoimpl.UnsafeEnabled { 424 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[4] 425 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 426 ms.StoreMessageInfo(mi) 427 } 428 } 429 430 func (m *ListApproverPlanAssignmentRequestsRequest) String() string { 431 return protoimpl.X.MessageStringOf(m) 432 } 433 434 func (*ListApproverPlanAssignmentRequestsRequest) ProtoMessage() {} 435 436 func (m *ListApproverPlanAssignmentRequestsRequest) ProtoReflect() preflect.Message { 437 mi := &edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[4] 438 if protoimpl.UnsafeEnabled && m != nil { 439 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 440 if ms.LoadMessageInfo() == nil { 441 ms.StoreMessageInfo(mi) 442 } 443 return ms 444 } 445 return mi.MessageOf(m) 446 } 447 448 func (*ListApproverPlanAssignmentRequestsRequest) GotenMessage() {} 449 450 // Deprecated, Use ListApproverPlanAssignmentRequestsRequest.ProtoReflect.Descriptor instead. 451 func (*ListApproverPlanAssignmentRequestsRequest) Descriptor() ([]byte, []int) { 452 return edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescGZIP(), []int{4} 453 } 454 455 func (m *ListApproverPlanAssignmentRequestsRequest) Unmarshal(b []byte) error { 456 return proto.Unmarshal(b, m) 457 } 458 459 func (m *ListApproverPlanAssignmentRequestsRequest) Marshal() ([]byte, error) { 460 return proto.Marshal(m) 461 } 462 463 func (m *ListApproverPlanAssignmentRequestsRequest) MarshalJSON() ([]byte, error) { 464 return protojson.MarshalOptions{}.Marshal(m) 465 } 466 467 func (m *ListApproverPlanAssignmentRequestsRequest) UnmarshalJSON(data []byte) error { 468 return protojson.Unmarshal(data, m) 469 } 470 471 func (m *ListApproverPlanAssignmentRequestsRequest) GetApprover() *accepted_plan.ParentName { 472 if m != nil { 473 return m.Approver 474 } 475 return nil 476 } 477 478 func (m *ListApproverPlanAssignmentRequestsRequest) GetPageSize() int32 { 479 if m != nil { 480 return m.PageSize 481 } 482 return int32(0) 483 } 484 485 func (m *ListApproverPlanAssignmentRequestsRequest) GetPageToken() *plan_assignment_request.PagerCursor { 486 if m != nil { 487 return m.PageToken 488 } 489 return nil 490 } 491 492 func (m *ListApproverPlanAssignmentRequestsRequest) GetOrderBy() *plan_assignment_request.OrderBy { 493 if m != nil { 494 return m.OrderBy 495 } 496 return nil 497 } 498 499 func (m *ListApproverPlanAssignmentRequestsRequest) GetFilter() *plan_assignment_request.Filter { 500 if m != nil { 501 return m.Filter 502 } 503 return nil 504 } 505 506 func (m *ListApproverPlanAssignmentRequestsRequest) GetFieldMask() *plan_assignment_request.PlanAssignmentRequest_FieldMask { 507 if m != nil { 508 return m.FieldMask 509 } 510 return nil 511 } 512 513 func (m *ListApproverPlanAssignmentRequestsRequest) GetView() view.View { 514 if m != nil { 515 return m.View 516 } 517 return view.View_UNSPECIFIED 518 } 519 520 func (m *ListApproverPlanAssignmentRequestsRequest) SetApprover(fv *accepted_plan.ParentName) { 521 if m == nil { 522 panic(fmt.Errorf("can't set %s on nil %s", "Approver", "ListApproverPlanAssignmentRequestsRequest")) 523 } 524 m.Approver = fv 525 } 526 527 func (m *ListApproverPlanAssignmentRequestsRequest) SetPageSize(fv int32) { 528 if m == nil { 529 panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "ListApproverPlanAssignmentRequestsRequest")) 530 } 531 m.PageSize = fv 532 } 533 534 func (m *ListApproverPlanAssignmentRequestsRequest) SetPageToken(fv *plan_assignment_request.PagerCursor) { 535 if m == nil { 536 panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "ListApproverPlanAssignmentRequestsRequest")) 537 } 538 m.PageToken = fv 539 } 540 541 func (m *ListApproverPlanAssignmentRequestsRequest) SetOrderBy(fv *plan_assignment_request.OrderBy) { 542 if m == nil { 543 panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "ListApproverPlanAssignmentRequestsRequest")) 544 } 545 m.OrderBy = fv 546 } 547 548 func (m *ListApproverPlanAssignmentRequestsRequest) SetFilter(fv *plan_assignment_request.Filter) { 549 if m == nil { 550 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListApproverPlanAssignmentRequestsRequest")) 551 } 552 m.Filter = fv 553 } 554 555 func (m *ListApproverPlanAssignmentRequestsRequest) SetFieldMask(fv *plan_assignment_request.PlanAssignmentRequest_FieldMask) { 556 if m == nil { 557 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "ListApproverPlanAssignmentRequestsRequest")) 558 } 559 m.FieldMask = fv 560 } 561 562 func (m *ListApproverPlanAssignmentRequestsRequest) SetView(fv view.View) { 563 if m == nil { 564 panic(fmt.Errorf("can't set %s on nil %s", "View", "ListApproverPlanAssignmentRequestsRequest")) 565 } 566 m.View = fv 567 } 568 569 var edgelq_limits_proto_v1_plan_assignment_request_custom_proto preflect.FileDescriptor 570 571 var edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDesc = []byte{ 572 0x0a, 0x3b, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 573 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 574 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 575 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x6e, 576 0x74, 0x74, 0x2e, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x1a, 0x20, 0x67, 0x6f, 577 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 578 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 579 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 580 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 581 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 582 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 583 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 584 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 585 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 586 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 587 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 588 0x70, 0x65, 0x73, 0x2f, 0x76, 0x69, 0x65, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x26, 589 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 590 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 591 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x34, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x6c, 592 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 593 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 594 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3b, 0x65, 0x64, 595 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 596 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 597 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x63, 0x68, 0x61, 598 0x6e, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x65, 0x64, 0x67, 0x65, 0x6c, 599 0x71, 0x2f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 600 0x31, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x2e, 601 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x82, 0x01, 0x0a, 0x1b, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 602 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 603 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 604 0x01, 0x28, 0x09, 0x42, 0x1d, 0xb2, 0xda, 0x21, 0x19, 0x0a, 0x17, 0x0a, 0x15, 0x50, 0x6c, 0x61, 605 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 606 0x73, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x30, 0x0a, 0x08, 0x61, 0x70, 0x70, 0x72, 607 0x6f, 0x76, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0xb2, 0xda, 0x21, 0x10, 608 0x3a, 0x0e, 0x0a, 0x0c, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 609 0x52, 0x08, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x72, 0x22, 0x60, 0x0a, 0x1c, 0x41, 0x63, 610 0x63, 0x65, 0x70, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 611 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x40, 0x0a, 0x0d, 0x61, 0x63, 612 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 613 0x0b, 0x32, 0x1b, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x76, 614 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x0c, 615 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x22, 0x9b, 0x01, 0x0a, 616 0x1c, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 617 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 618 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0xb2, 0xda, 0x21, 619 0x19, 0x0a, 0x17, 0x0a, 0x15, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 620 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 621 0x12, 0x30, 0x0a, 0x08, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 622 0x28, 0x09, 0x42, 0x14, 0xb2, 0xda, 0x21, 0x10, 0x3a, 0x0e, 0x0a, 0x0c, 0x41, 0x63, 0x63, 0x65, 623 0x70, 0x74, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x08, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 624 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 625 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x1f, 0x0a, 0x1d, 0x44, 0x65, 626 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 627 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb4, 0x03, 0x0a, 0x29, 628 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x6e, 629 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 630 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x08, 0x61, 0x70, 0x70, 631 0x72, 0x6f, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0xb2, 0xda, 0x21, 632 0x10, 0x3a, 0x0e, 0x0a, 0x0c, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x50, 0x6c, 0x61, 633 0x6e, 0x52, 0x08, 0x61, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65, 0x72, 0x12, 0x25, 0x0a, 0x09, 0x70, 634 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x08, 635 0xca, 0xc6, 0x27, 0x04, 0x12, 0x02, 0x2a, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 636 0x7a, 0x65, 0x12, 0x3c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 637 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0xb2, 0xda, 0x21, 0x19, 0x22, 0x17, 0x0a, 0x15, 638 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 639 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 640 0x12, 0x38, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 641 0x28, 0x09, 0x42, 0x1d, 0xb2, 0xda, 0x21, 0x19, 0x2a, 0x17, 0x0a, 0x15, 0x50, 0x6c, 0x61, 0x6e, 642 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 643 0x74, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x12, 0x35, 0x0a, 0x06, 0x66, 0x69, 644 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0xb2, 0xda, 0x21, 0x19, 645 0x1a, 0x17, 0x0a, 0x15, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 646 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 647 0x72, 0x12, 0x58, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 648 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 649 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 650 0x6b, 0x42, 0x1d, 0xb2, 0xda, 0x21, 0x19, 0x32, 0x17, 0x0a, 0x15, 0x50, 0x6c, 0x61, 0x6e, 0x41, 651 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 652 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 653 0x69, 0x65, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 654 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 655 0x65, 0x77, 0x42, 0xa2, 0x01, 0xe8, 0xde, 0x21, 0x00, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 656 0x74, 0x74, 0x2e, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x42, 657 0x20, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 658 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 659 0x6f, 0x50, 0x00, 0x5a, 0x62, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 660 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 661 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 662 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 663 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3b, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 664 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 665 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 666 } 667 668 var ( 669 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescOnce sync.Once 670 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescData = edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDesc 671 ) 672 673 func edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescGZIP() []byte { 674 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescOnce.Do(func() { 675 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescData) 676 }) 677 return edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDescData 678 } 679 680 var edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 5) 681 var edgelq_limits_proto_v1_plan_assignment_request_custom_proto_goTypes = []interface{}{ 682 (*AcceptPlanAssignmentRequest)(nil), // 0: ntt.limits.v1.AcceptPlanAssignmentRequest 683 (*AcceptPlanAssignmentResponse)(nil), // 1: ntt.limits.v1.AcceptPlanAssignmentResponse 684 (*DeclinePlanAssignmentRequest)(nil), // 2: ntt.limits.v1.DeclinePlanAssignmentRequest 685 (*DeclinePlanAssignmentResponse)(nil), // 3: ntt.limits.v1.DeclinePlanAssignmentResponse 686 (*ListApproverPlanAssignmentRequestsRequest)(nil), // 4: ntt.limits.v1.ListApproverPlanAssignmentRequestsRequest 687 (*accepted_plan.AcceptedPlan)(nil), // 5: ntt.limits.v1.AcceptedPlan 688 (*plan_assignment_request.PlanAssignmentRequest_FieldMask)(nil), // 6: ntt.limits.v1.PlanAssignmentRequest_FieldMask 689 (view.View)(0), // 7: goten.types.View 690 } 691 var edgelq_limits_proto_v1_plan_assignment_request_custom_proto_depIdxs = []int32{ 692 5, // 0: ntt.limits.v1.AcceptPlanAssignmentResponse.accepted_plan:type_name -> ntt.limits.v1.AcceptedPlan 693 6, // 1: ntt.limits.v1.ListApproverPlanAssignmentRequestsRequest.field_mask:type_name -> ntt.limits.v1.PlanAssignmentRequest_FieldMask 694 7, // 2: ntt.limits.v1.ListApproverPlanAssignmentRequestsRequest.view:type_name -> goten.types.View 695 3, // [3:3] is the sub-list for method output_type 696 3, // [3:3] is the sub-list for method input_type 697 3, // [3:3] is the sub-list for extension type_name 698 3, // [3:3] is the sub-list for extension extendee 699 0, // [0:3] is the sub-list for field type_name 700 } 701 702 func init() { edgelq_limits_proto_v1_plan_assignment_request_custom_proto_init() } 703 func edgelq_limits_proto_v1_plan_assignment_request_custom_proto_init() { 704 if edgelq_limits_proto_v1_plan_assignment_request_custom_proto != nil { 705 return 706 } 707 if !protoimpl.UnsafeEnabled { 708 709 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 710 switch v := v.(*AcceptPlanAssignmentRequest); i { 711 case 0: 712 return &v.state 713 case 1: 714 return &v.sizeCache 715 case 2: 716 return &v.unknownFields 717 default: 718 return nil 719 } 720 } 721 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 722 switch v := v.(*AcceptPlanAssignmentResponse); i { 723 case 0: 724 return &v.state 725 case 1: 726 return &v.sizeCache 727 case 2: 728 return &v.unknownFields 729 default: 730 return nil 731 } 732 } 733 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 734 switch v := v.(*DeclinePlanAssignmentRequest); i { 735 case 0: 736 return &v.state 737 case 1: 738 return &v.sizeCache 739 case 2: 740 return &v.unknownFields 741 default: 742 return nil 743 } 744 } 745 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 746 switch v := v.(*DeclinePlanAssignmentResponse); i { 747 case 0: 748 return &v.state 749 case 1: 750 return &v.sizeCache 751 case 2: 752 return &v.unknownFields 753 default: 754 return nil 755 } 756 } 757 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 758 switch v := v.(*ListApproverPlanAssignmentRequestsRequest); i { 759 case 0: 760 return &v.state 761 case 1: 762 return &v.sizeCache 763 case 2: 764 return &v.unknownFields 765 default: 766 return nil 767 } 768 } 769 } 770 771 type x struct{} 772 out := protoimpl.TypeBuilder{ 773 File: protoimpl.DescBuilder{ 774 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 775 RawDescriptor: edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDesc, 776 NumEnums: 0, 777 NumMessages: 5, 778 NumExtensions: 0, 779 NumServices: 0, 780 }, 781 GoTypes: edgelq_limits_proto_v1_plan_assignment_request_custom_proto_goTypes, 782 DependencyIndexes: edgelq_limits_proto_v1_plan_assignment_request_custom_proto_depIdxs, 783 MessageInfos: edgelq_limits_proto_v1_plan_assignment_request_custom_proto_msgTypes, 784 }.Build() 785 edgelq_limits_proto_v1_plan_assignment_request_custom_proto = out.File 786 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_rawDesc = nil 787 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_goTypes = nil 788 edgelq_limits_proto_v1_plan_assignment_request_custom_proto_depIdxs = nil 789 }