github.com/cloudwan/edgelq-sdk@v1.15.4/iam/client/v1/project_invitation/project_invitation_custom.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/iam/proto/v1/project_invitation_custom.proto 3 // DO NOT EDIT!!! 4 5 package project_invitation_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 project "github.com/cloudwan/edgelq-sdk/iam/resources/v1/project" 21 project_invitation "github.com/cloudwan/edgelq-sdk/iam/resources/v1/project_invitation" 22 ) 23 24 // Reference imports to suppress errors if they are not otherwise used. 25 var ( 26 _ = fmt.Errorf 27 _ = reflect.Method{} 28 _ = sync.Once{} 29 30 _ = protojson.MarshalOptions{} 31 _ = proto.MarshalOptions{} 32 _ = preflect.Value{} 33 _ = protoimpl.DescBuilder{} 34 ) 35 36 // make sure we're using proto imports 37 var ( 38 _ = &project.Project{} 39 _ = &project_invitation.ProjectInvitation{} 40 ) 41 42 const ( 43 // Verify that this generated code is sufficiently up-to-date. 44 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 45 // Verify that runtime/protoimpl is sufficiently up-to-date. 46 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 47 ) 48 49 // Request message for method 50 // [AcceptProjectInvitation][ntt.iam.v1.AcceptProjectInvitation] 51 type AcceptProjectInvitationRequest struct { 52 state protoimpl.MessageState 53 sizeCache protoimpl.SizeCache 54 unknownFields protoimpl.UnknownFields 55 // name of ntt.iam.v1.ProjectInvitation 56 Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 57 } 58 59 func (m *AcceptProjectInvitationRequest) Reset() { 60 *m = AcceptProjectInvitationRequest{} 61 if protoimpl.UnsafeEnabled { 62 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[0] 63 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 64 ms.StoreMessageInfo(mi) 65 } 66 } 67 68 func (m *AcceptProjectInvitationRequest) String() string { 69 return protoimpl.X.MessageStringOf(m) 70 } 71 72 func (*AcceptProjectInvitationRequest) ProtoMessage() {} 73 74 func (m *AcceptProjectInvitationRequest) ProtoReflect() preflect.Message { 75 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[0] 76 if protoimpl.UnsafeEnabled && m != nil { 77 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 78 if ms.LoadMessageInfo() == nil { 79 ms.StoreMessageInfo(mi) 80 } 81 return ms 82 } 83 return mi.MessageOf(m) 84 } 85 86 func (*AcceptProjectInvitationRequest) GotenMessage() {} 87 88 // Deprecated, Use AcceptProjectInvitationRequest.ProtoReflect.Descriptor instead. 89 func (*AcceptProjectInvitationRequest) Descriptor() ([]byte, []int) { 90 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{0} 91 } 92 93 func (m *AcceptProjectInvitationRequest) Unmarshal(b []byte) error { 94 return proto.Unmarshal(b, m) 95 } 96 97 func (m *AcceptProjectInvitationRequest) Marshal() ([]byte, error) { 98 return proto.Marshal(m) 99 } 100 101 func (m *AcceptProjectInvitationRequest) MarshalJSON() ([]byte, error) { 102 return protojson.MarshalOptions{}.Marshal(m) 103 } 104 105 func (m *AcceptProjectInvitationRequest) UnmarshalJSON(data []byte) error { 106 return protojson.Unmarshal(data, m) 107 } 108 109 func (m *AcceptProjectInvitationRequest) GetName() *project_invitation.Name { 110 if m != nil { 111 return m.Name 112 } 113 return nil 114 } 115 116 func (m *AcceptProjectInvitationRequest) SetName(fv *project_invitation.Name) { 117 if m == nil { 118 panic(fmt.Errorf("can't set %s on nil %s", "Name", "AcceptProjectInvitationRequest")) 119 } 120 m.Name = fv 121 } 122 123 // Response message for method 124 // [AcceptProjectInvitation][ntt.iam.v1.AcceptProjectInvitation] 125 type AcceptProjectInvitationResponse struct { 126 state protoimpl.MessageState 127 sizeCache protoimpl.SizeCache 128 unknownFields protoimpl.UnknownFields 129 } 130 131 func (m *AcceptProjectInvitationResponse) Reset() { 132 *m = AcceptProjectInvitationResponse{} 133 if protoimpl.UnsafeEnabled { 134 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[1] 135 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 136 ms.StoreMessageInfo(mi) 137 } 138 } 139 140 func (m *AcceptProjectInvitationResponse) String() string { 141 return protoimpl.X.MessageStringOf(m) 142 } 143 144 func (*AcceptProjectInvitationResponse) ProtoMessage() {} 145 146 func (m *AcceptProjectInvitationResponse) ProtoReflect() preflect.Message { 147 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[1] 148 if protoimpl.UnsafeEnabled && m != nil { 149 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 150 if ms.LoadMessageInfo() == nil { 151 ms.StoreMessageInfo(mi) 152 } 153 return ms 154 } 155 return mi.MessageOf(m) 156 } 157 158 func (*AcceptProjectInvitationResponse) GotenMessage() {} 159 160 // Deprecated, Use AcceptProjectInvitationResponse.ProtoReflect.Descriptor instead. 161 func (*AcceptProjectInvitationResponse) Descriptor() ([]byte, []int) { 162 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{1} 163 } 164 165 func (m *AcceptProjectInvitationResponse) Unmarshal(b []byte) error { 166 return proto.Unmarshal(b, m) 167 } 168 169 func (m *AcceptProjectInvitationResponse) Marshal() ([]byte, error) { 170 return proto.Marshal(m) 171 } 172 173 func (m *AcceptProjectInvitationResponse) MarshalJSON() ([]byte, error) { 174 return protojson.MarshalOptions{}.Marshal(m) 175 } 176 177 func (m *AcceptProjectInvitationResponse) UnmarshalJSON(data []byte) error { 178 return protojson.Unmarshal(data, m) 179 } 180 181 // Request message for method 182 // [DeclineProjectInvitation][ntt.iam.v1.DeclineProjectInvitation] 183 type DeclineProjectInvitationRequest struct { 184 state protoimpl.MessageState 185 sizeCache protoimpl.SizeCache 186 unknownFields protoimpl.UnknownFields 187 // name of ntt.iam.v1.ProjectInvitation 188 Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 189 } 190 191 func (m *DeclineProjectInvitationRequest) Reset() { 192 *m = DeclineProjectInvitationRequest{} 193 if protoimpl.UnsafeEnabled { 194 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[2] 195 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 196 ms.StoreMessageInfo(mi) 197 } 198 } 199 200 func (m *DeclineProjectInvitationRequest) String() string { 201 return protoimpl.X.MessageStringOf(m) 202 } 203 204 func (*DeclineProjectInvitationRequest) ProtoMessage() {} 205 206 func (m *DeclineProjectInvitationRequest) ProtoReflect() preflect.Message { 207 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[2] 208 if protoimpl.UnsafeEnabled && m != nil { 209 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 210 if ms.LoadMessageInfo() == nil { 211 ms.StoreMessageInfo(mi) 212 } 213 return ms 214 } 215 return mi.MessageOf(m) 216 } 217 218 func (*DeclineProjectInvitationRequest) GotenMessage() {} 219 220 // Deprecated, Use DeclineProjectInvitationRequest.ProtoReflect.Descriptor instead. 221 func (*DeclineProjectInvitationRequest) Descriptor() ([]byte, []int) { 222 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{2} 223 } 224 225 func (m *DeclineProjectInvitationRequest) Unmarshal(b []byte) error { 226 return proto.Unmarshal(b, m) 227 } 228 229 func (m *DeclineProjectInvitationRequest) Marshal() ([]byte, error) { 230 return proto.Marshal(m) 231 } 232 233 func (m *DeclineProjectInvitationRequest) MarshalJSON() ([]byte, error) { 234 return protojson.MarshalOptions{}.Marshal(m) 235 } 236 237 func (m *DeclineProjectInvitationRequest) UnmarshalJSON(data []byte) error { 238 return protojson.Unmarshal(data, m) 239 } 240 241 func (m *DeclineProjectInvitationRequest) GetName() *project_invitation.Name { 242 if m != nil { 243 return m.Name 244 } 245 return nil 246 } 247 248 func (m *DeclineProjectInvitationRequest) SetName(fv *project_invitation.Name) { 249 if m == nil { 250 panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeclineProjectInvitationRequest")) 251 } 252 m.Name = fv 253 } 254 255 // Response message for method 256 // [DeclineProjectInvitation][ntt.iam.v1.DeclineProjectInvitation] 257 type DeclineProjectInvitationResponse struct { 258 state protoimpl.MessageState 259 sizeCache protoimpl.SizeCache 260 unknownFields protoimpl.UnknownFields 261 } 262 263 func (m *DeclineProjectInvitationResponse) Reset() { 264 *m = DeclineProjectInvitationResponse{} 265 if protoimpl.UnsafeEnabled { 266 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[3] 267 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 268 ms.StoreMessageInfo(mi) 269 } 270 } 271 272 func (m *DeclineProjectInvitationResponse) String() string { 273 return protoimpl.X.MessageStringOf(m) 274 } 275 276 func (*DeclineProjectInvitationResponse) ProtoMessage() {} 277 278 func (m *DeclineProjectInvitationResponse) ProtoReflect() preflect.Message { 279 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[3] 280 if protoimpl.UnsafeEnabled && m != nil { 281 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 282 if ms.LoadMessageInfo() == nil { 283 ms.StoreMessageInfo(mi) 284 } 285 return ms 286 } 287 return mi.MessageOf(m) 288 } 289 290 func (*DeclineProjectInvitationResponse) GotenMessage() {} 291 292 // Deprecated, Use DeclineProjectInvitationResponse.ProtoReflect.Descriptor instead. 293 func (*DeclineProjectInvitationResponse) Descriptor() ([]byte, []int) { 294 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{3} 295 } 296 297 func (m *DeclineProjectInvitationResponse) Unmarshal(b []byte) error { 298 return proto.Unmarshal(b, m) 299 } 300 301 func (m *DeclineProjectInvitationResponse) Marshal() ([]byte, error) { 302 return proto.Marshal(m) 303 } 304 305 func (m *DeclineProjectInvitationResponse) MarshalJSON() ([]byte, error) { 306 return protojson.MarshalOptions{}.Marshal(m) 307 } 308 309 func (m *DeclineProjectInvitationResponse) UnmarshalJSON(data []byte) error { 310 return protojson.Unmarshal(data, m) 311 } 312 313 // Request message for method 314 // [ListMyProjectInvitations][ntt.iam.v1.ListMyProjectInvitations] 315 type ListMyProjectInvitationsRequest struct { 316 state protoimpl.MessageState 317 sizeCache protoimpl.SizeCache 318 unknownFields protoimpl.UnknownFields 319 // Parent name of ntt.iam.v1.ProjectInvitation 320 Parent *project_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 321 // Additional filter for invitations, e.g. state = "PENDING" 322 Filter *project_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"` 323 } 324 325 func (m *ListMyProjectInvitationsRequest) Reset() { 326 *m = ListMyProjectInvitationsRequest{} 327 if protoimpl.UnsafeEnabled { 328 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[4] 329 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 330 ms.StoreMessageInfo(mi) 331 } 332 } 333 334 func (m *ListMyProjectInvitationsRequest) String() string { 335 return protoimpl.X.MessageStringOf(m) 336 } 337 338 func (*ListMyProjectInvitationsRequest) ProtoMessage() {} 339 340 func (m *ListMyProjectInvitationsRequest) ProtoReflect() preflect.Message { 341 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[4] 342 if protoimpl.UnsafeEnabled && m != nil { 343 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 344 if ms.LoadMessageInfo() == nil { 345 ms.StoreMessageInfo(mi) 346 } 347 return ms 348 } 349 return mi.MessageOf(m) 350 } 351 352 func (*ListMyProjectInvitationsRequest) GotenMessage() {} 353 354 // Deprecated, Use ListMyProjectInvitationsRequest.ProtoReflect.Descriptor instead. 355 func (*ListMyProjectInvitationsRequest) Descriptor() ([]byte, []int) { 356 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{4} 357 } 358 359 func (m *ListMyProjectInvitationsRequest) Unmarshal(b []byte) error { 360 return proto.Unmarshal(b, m) 361 } 362 363 func (m *ListMyProjectInvitationsRequest) Marshal() ([]byte, error) { 364 return proto.Marshal(m) 365 } 366 367 func (m *ListMyProjectInvitationsRequest) MarshalJSON() ([]byte, error) { 368 return protojson.MarshalOptions{}.Marshal(m) 369 } 370 371 func (m *ListMyProjectInvitationsRequest) UnmarshalJSON(data []byte) error { 372 return protojson.Unmarshal(data, m) 373 } 374 375 func (m *ListMyProjectInvitationsRequest) GetParent() *project_invitation.ParentName { 376 if m != nil { 377 return m.Parent 378 } 379 return nil 380 } 381 382 func (m *ListMyProjectInvitationsRequest) GetFilter() *project_invitation.Filter { 383 if m != nil { 384 return m.Filter 385 } 386 return nil 387 } 388 389 func (m *ListMyProjectInvitationsRequest) SetParent(fv *project_invitation.ParentName) { 390 if m == nil { 391 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "ListMyProjectInvitationsRequest")) 392 } 393 m.Parent = fv 394 } 395 396 func (m *ListMyProjectInvitationsRequest) SetFilter(fv *project_invitation.Filter) { 397 if m == nil { 398 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListMyProjectInvitationsRequest")) 399 } 400 m.Filter = fv 401 } 402 403 // Response message for method 404 // [ListMyProjectInvitations][ntt.iam.v1.ListMyProjectInvitations] 405 type ListMyProjectInvitationsResponse struct { 406 state protoimpl.MessageState 407 sizeCache protoimpl.SizeCache 408 unknownFields protoimpl.UnknownFields 409 ProjectInvitations []*project_invitation.ProjectInvitation `protobuf:"bytes,1,rep,name=project_invitations,json=projectInvitations,proto3" json:"project_invitations,omitempty"` 410 } 411 412 func (m *ListMyProjectInvitationsResponse) Reset() { 413 *m = ListMyProjectInvitationsResponse{} 414 if protoimpl.UnsafeEnabled { 415 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[5] 416 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 417 ms.StoreMessageInfo(mi) 418 } 419 } 420 421 func (m *ListMyProjectInvitationsResponse) String() string { 422 return protoimpl.X.MessageStringOf(m) 423 } 424 425 func (*ListMyProjectInvitationsResponse) ProtoMessage() {} 426 427 func (m *ListMyProjectInvitationsResponse) ProtoReflect() preflect.Message { 428 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[5] 429 if protoimpl.UnsafeEnabled && m != nil { 430 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 431 if ms.LoadMessageInfo() == nil { 432 ms.StoreMessageInfo(mi) 433 } 434 return ms 435 } 436 return mi.MessageOf(m) 437 } 438 439 func (*ListMyProjectInvitationsResponse) GotenMessage() {} 440 441 // Deprecated, Use ListMyProjectInvitationsResponse.ProtoReflect.Descriptor instead. 442 func (*ListMyProjectInvitationsResponse) Descriptor() ([]byte, []int) { 443 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{5} 444 } 445 446 func (m *ListMyProjectInvitationsResponse) Unmarshal(b []byte) error { 447 return proto.Unmarshal(b, m) 448 } 449 450 func (m *ListMyProjectInvitationsResponse) Marshal() ([]byte, error) { 451 return proto.Marshal(m) 452 } 453 454 func (m *ListMyProjectInvitationsResponse) MarshalJSON() ([]byte, error) { 455 return protojson.MarshalOptions{}.Marshal(m) 456 } 457 458 func (m *ListMyProjectInvitationsResponse) UnmarshalJSON(data []byte) error { 459 return protojson.Unmarshal(data, m) 460 } 461 462 func (m *ListMyProjectInvitationsResponse) GetProjectInvitations() []*project_invitation.ProjectInvitation { 463 if m != nil { 464 return m.ProjectInvitations 465 } 466 return nil 467 } 468 469 func (m *ListMyProjectInvitationsResponse) SetProjectInvitations(fv []*project_invitation.ProjectInvitation) { 470 if m == nil { 471 panic(fmt.Errorf("can't set %s on nil %s", "ProjectInvitations", "ListMyProjectInvitationsResponse")) 472 } 473 m.ProjectInvitations = fv 474 } 475 476 // Request message for method 477 // [ResendProjectInvitation][ntt.iam.v1.ResendProjectInvitation] 478 type ResendProjectInvitationRequest struct { 479 state protoimpl.MessageState 480 sizeCache protoimpl.SizeCache 481 unknownFields protoimpl.UnknownFields 482 // name of ntt.iam.v1.ProjectInvitation 483 Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 484 } 485 486 func (m *ResendProjectInvitationRequest) Reset() { 487 *m = ResendProjectInvitationRequest{} 488 if protoimpl.UnsafeEnabled { 489 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[6] 490 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 491 ms.StoreMessageInfo(mi) 492 } 493 } 494 495 func (m *ResendProjectInvitationRequest) String() string { 496 return protoimpl.X.MessageStringOf(m) 497 } 498 499 func (*ResendProjectInvitationRequest) ProtoMessage() {} 500 501 func (m *ResendProjectInvitationRequest) ProtoReflect() preflect.Message { 502 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[6] 503 if protoimpl.UnsafeEnabled && m != nil { 504 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 505 if ms.LoadMessageInfo() == nil { 506 ms.StoreMessageInfo(mi) 507 } 508 return ms 509 } 510 return mi.MessageOf(m) 511 } 512 513 func (*ResendProjectInvitationRequest) GotenMessage() {} 514 515 // Deprecated, Use ResendProjectInvitationRequest.ProtoReflect.Descriptor instead. 516 func (*ResendProjectInvitationRequest) Descriptor() ([]byte, []int) { 517 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{6} 518 } 519 520 func (m *ResendProjectInvitationRequest) Unmarshal(b []byte) error { 521 return proto.Unmarshal(b, m) 522 } 523 524 func (m *ResendProjectInvitationRequest) Marshal() ([]byte, error) { 525 return proto.Marshal(m) 526 } 527 528 func (m *ResendProjectInvitationRequest) MarshalJSON() ([]byte, error) { 529 return protojson.MarshalOptions{}.Marshal(m) 530 } 531 532 func (m *ResendProjectInvitationRequest) UnmarshalJSON(data []byte) error { 533 return protojson.Unmarshal(data, m) 534 } 535 536 func (m *ResendProjectInvitationRequest) GetName() *project_invitation.Name { 537 if m != nil { 538 return m.Name 539 } 540 return nil 541 } 542 543 func (m *ResendProjectInvitationRequest) SetName(fv *project_invitation.Name) { 544 if m == nil { 545 panic(fmt.Errorf("can't set %s on nil %s", "Name", "ResendProjectInvitationRequest")) 546 } 547 m.Name = fv 548 } 549 550 // Response message for method 551 // [ResendProjectInvitation][ntt.iam.v1.ResendProjectInvitation] 552 type ResendProjectInvitationResponse struct { 553 state protoimpl.MessageState 554 sizeCache protoimpl.SizeCache 555 unknownFields protoimpl.UnknownFields 556 ProjectInvitation *project_invitation.ProjectInvitation `protobuf:"bytes,1,opt,name=project_invitation,json=projectInvitation,proto3" json:"project_invitation,omitempty"` 557 } 558 559 func (m *ResendProjectInvitationResponse) Reset() { 560 *m = ResendProjectInvitationResponse{} 561 if protoimpl.UnsafeEnabled { 562 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[7] 563 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 564 ms.StoreMessageInfo(mi) 565 } 566 } 567 568 func (m *ResendProjectInvitationResponse) String() string { 569 return protoimpl.X.MessageStringOf(m) 570 } 571 572 func (*ResendProjectInvitationResponse) ProtoMessage() {} 573 574 func (m *ResendProjectInvitationResponse) ProtoReflect() preflect.Message { 575 mi := &edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[7] 576 if protoimpl.UnsafeEnabled && m != nil { 577 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 578 if ms.LoadMessageInfo() == nil { 579 ms.StoreMessageInfo(mi) 580 } 581 return ms 582 } 583 return mi.MessageOf(m) 584 } 585 586 func (*ResendProjectInvitationResponse) GotenMessage() {} 587 588 // Deprecated, Use ResendProjectInvitationResponse.ProtoReflect.Descriptor instead. 589 func (*ResendProjectInvitationResponse) Descriptor() ([]byte, []int) { 590 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP(), []int{7} 591 } 592 593 func (m *ResendProjectInvitationResponse) Unmarshal(b []byte) error { 594 return proto.Unmarshal(b, m) 595 } 596 597 func (m *ResendProjectInvitationResponse) Marshal() ([]byte, error) { 598 return proto.Marshal(m) 599 } 600 601 func (m *ResendProjectInvitationResponse) MarshalJSON() ([]byte, error) { 602 return protojson.MarshalOptions{}.Marshal(m) 603 } 604 605 func (m *ResendProjectInvitationResponse) UnmarshalJSON(data []byte) error { 606 return protojson.Unmarshal(data, m) 607 } 608 609 func (m *ResendProjectInvitationResponse) GetProjectInvitation() *project_invitation.ProjectInvitation { 610 if m != nil { 611 return m.ProjectInvitation 612 } 613 return nil 614 } 615 616 func (m *ResendProjectInvitationResponse) SetProjectInvitation(fv *project_invitation.ProjectInvitation) { 617 if m == nil { 618 panic(fmt.Errorf("can't set %s on nil %s", "ProjectInvitation", "ResendProjectInvitationResponse")) 619 } 620 m.ProjectInvitation = fv 621 } 622 623 var edgelq_iam_proto_v1_project_invitation_custom_proto preflect.FileDescriptor 624 625 var edgelq_iam_proto_v1_project_invitation_custom_proto_rawDesc = []byte{ 626 0x0a, 0x33, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 627 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 628 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 629 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 630 0x31, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 631 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 632 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 633 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 634 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 635 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 636 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 637 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 0x65, 0x67, 638 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2c, 0x65, 0x64, 0x67, 0x65, 0x6c, 639 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 640 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 641 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x33, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 642 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 643 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 644 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4f, 0x0a, 0x1e, 645 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 646 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 647 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 648 0x21, 0x15, 0x0a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 649 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x21, 0x0a, 650 0x1f, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 651 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 652 0x22, 0x50, 0x0a, 0x1f, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 653 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 654 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 655 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x0a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 656 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x6e, 0x61, 657 0x6d, 0x65, 0x22, 0x22, 0x0a, 0x20, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x72, 0x6f, 658 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 659 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x87, 0x01, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x4d, 660 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 661 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x06, 0x70, 0x61, 662 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 663 0x3a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 664 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x31, 0x0a, 665 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 666 0xda, 0x21, 0x15, 0x1a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 667 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 668 0x22, 0x72, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 669 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 670 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4e, 0x0a, 0x13, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 671 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 672 0x0b, 0x32, 0x1d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 673 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 674 0x52, 0x12, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 675 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x4f, 0x0a, 0x1e, 0x52, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x50, 0x72, 676 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 677 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 678 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x0a, 0x13, 0x0a, 0x11, 0x50, 0x72, 679 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 680 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x6f, 0x0a, 0x1f, 0x52, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x50, 681 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 682 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x12, 0x70, 0x72, 0x6f, 0x6a, 683 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 684 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 685 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 686 0x69, 0x6f, 0x6e, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 687 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x8e, 0x01, 0xe8, 0xde, 0x21, 0x00, 0x0a, 0x11, 0x63, 688 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 689 0x42, 0x1c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 690 0x69, 0x6f, 0x6e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 691 0x5a, 0x55, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 692 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 693 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 694 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x70, 0x72, 695 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 696 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 697 } 698 699 var ( 700 edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescOnce sync.Once 701 edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescData = edgelq_iam_proto_v1_project_invitation_custom_proto_rawDesc 702 ) 703 704 func edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescGZIP() []byte { 705 edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescOnce.Do(func() { 706 edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescData) 707 }) 708 return edgelq_iam_proto_v1_project_invitation_custom_proto_rawDescData 709 } 710 711 var edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 8) 712 var edgelq_iam_proto_v1_project_invitation_custom_proto_goTypes = []interface{}{ 713 (*AcceptProjectInvitationRequest)(nil), // 0: ntt.iam.v1.AcceptProjectInvitationRequest 714 (*AcceptProjectInvitationResponse)(nil), // 1: ntt.iam.v1.AcceptProjectInvitationResponse 715 (*DeclineProjectInvitationRequest)(nil), // 2: ntt.iam.v1.DeclineProjectInvitationRequest 716 (*DeclineProjectInvitationResponse)(nil), // 3: ntt.iam.v1.DeclineProjectInvitationResponse 717 (*ListMyProjectInvitationsRequest)(nil), // 4: ntt.iam.v1.ListMyProjectInvitationsRequest 718 (*ListMyProjectInvitationsResponse)(nil), // 5: ntt.iam.v1.ListMyProjectInvitationsResponse 719 (*ResendProjectInvitationRequest)(nil), // 6: ntt.iam.v1.ResendProjectInvitationRequest 720 (*ResendProjectInvitationResponse)(nil), // 7: ntt.iam.v1.ResendProjectInvitationResponse 721 (*project_invitation.ProjectInvitation)(nil), // 8: ntt.iam.v1.ProjectInvitation 722 } 723 var edgelq_iam_proto_v1_project_invitation_custom_proto_depIdxs = []int32{ 724 8, // 0: ntt.iam.v1.ListMyProjectInvitationsResponse.project_invitations:type_name -> ntt.iam.v1.ProjectInvitation 725 8, // 1: ntt.iam.v1.ResendProjectInvitationResponse.project_invitation:type_name -> ntt.iam.v1.ProjectInvitation 726 2, // [2:2] is the sub-list for method output_type 727 2, // [2:2] is the sub-list for method input_type 728 2, // [2:2] is the sub-list for extension type_name 729 2, // [2:2] is the sub-list for extension extendee 730 0, // [0:2] is the sub-list for field type_name 731 } 732 733 func init() { edgelq_iam_proto_v1_project_invitation_custom_proto_init() } 734 func edgelq_iam_proto_v1_project_invitation_custom_proto_init() { 735 if edgelq_iam_proto_v1_project_invitation_custom_proto != nil { 736 return 737 } 738 if !protoimpl.UnsafeEnabled { 739 740 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 741 switch v := v.(*AcceptProjectInvitationRequest); i { 742 case 0: 743 return &v.state 744 case 1: 745 return &v.sizeCache 746 case 2: 747 return &v.unknownFields 748 default: 749 return nil 750 } 751 } 752 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 753 switch v := v.(*AcceptProjectInvitationResponse); i { 754 case 0: 755 return &v.state 756 case 1: 757 return &v.sizeCache 758 case 2: 759 return &v.unknownFields 760 default: 761 return nil 762 } 763 } 764 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 765 switch v := v.(*DeclineProjectInvitationRequest); i { 766 case 0: 767 return &v.state 768 case 1: 769 return &v.sizeCache 770 case 2: 771 return &v.unknownFields 772 default: 773 return nil 774 } 775 } 776 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 777 switch v := v.(*DeclineProjectInvitationResponse); i { 778 case 0: 779 return &v.state 780 case 1: 781 return &v.sizeCache 782 case 2: 783 return &v.unknownFields 784 default: 785 return nil 786 } 787 } 788 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 789 switch v := v.(*ListMyProjectInvitationsRequest); i { 790 case 0: 791 return &v.state 792 case 1: 793 return &v.sizeCache 794 case 2: 795 return &v.unknownFields 796 default: 797 return nil 798 } 799 } 800 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 801 switch v := v.(*ListMyProjectInvitationsResponse); i { 802 case 0: 803 return &v.state 804 case 1: 805 return &v.sizeCache 806 case 2: 807 return &v.unknownFields 808 default: 809 return nil 810 } 811 } 812 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { 813 switch v := v.(*ResendProjectInvitationRequest); i { 814 case 0: 815 return &v.state 816 case 1: 817 return &v.sizeCache 818 case 2: 819 return &v.unknownFields 820 default: 821 return nil 822 } 823 } 824 edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { 825 switch v := v.(*ResendProjectInvitationResponse); i { 826 case 0: 827 return &v.state 828 case 1: 829 return &v.sizeCache 830 case 2: 831 return &v.unknownFields 832 default: 833 return nil 834 } 835 } 836 } 837 838 type x struct{} 839 out := protoimpl.TypeBuilder{ 840 File: protoimpl.DescBuilder{ 841 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 842 RawDescriptor: edgelq_iam_proto_v1_project_invitation_custom_proto_rawDesc, 843 NumEnums: 0, 844 NumMessages: 8, 845 NumExtensions: 0, 846 NumServices: 0, 847 }, 848 GoTypes: edgelq_iam_proto_v1_project_invitation_custom_proto_goTypes, 849 DependencyIndexes: edgelq_iam_proto_v1_project_invitation_custom_proto_depIdxs, 850 MessageInfos: edgelq_iam_proto_v1_project_invitation_custom_proto_msgTypes, 851 }.Build() 852 edgelq_iam_proto_v1_project_invitation_custom_proto = out.File 853 edgelq_iam_proto_v1_project_invitation_custom_proto_rawDesc = nil 854 edgelq_iam_proto_v1_project_invitation_custom_proto_goTypes = nil 855 edgelq_iam_proto_v1_project_invitation_custom_proto_depIdxs = nil 856 }