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