github.com/cloudwan/edgelq-sdk@v1.15.4/iam/client/v1alpha2/organization_invitation/organization_invitation_custom.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/iam/proto/v1alpha2/organization_invitation_custom.proto 3 // DO NOT EDIT!!! 4 5 package organization_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 organization "github.com/cloudwan/edgelq-sdk/iam/resources/v1alpha2/organization" 21 organization_invitation "github.com/cloudwan/edgelq-sdk/iam/resources/v1alpha2/organization_invitation" 22 project_invitation "github.com/cloudwan/edgelq-sdk/iam/resources/v1alpha2/project_invitation" 23 ) 24 25 // Reference imports to suppress errors if they are not otherwise used. 26 var ( 27 _ = fmt.Errorf 28 _ = reflect.Method{} 29 _ = sync.Once{} 30 31 _ = protojson.MarshalOptions{} 32 _ = proto.MarshalOptions{} 33 _ = preflect.Value{} 34 _ = protoimpl.DescBuilder{} 35 ) 36 37 // make sure we're using proto imports 38 var ( 39 _ = &organization.Organization{} 40 _ = &organization_invitation.OrganizationInvitation{} 41 _ = &project_invitation.ProjectInvitation{} 42 ) 43 44 const ( 45 // Verify that this generated code is sufficiently up-to-date. 46 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 47 // Verify that runtime/protoimpl is sufficiently up-to-date. 48 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 49 ) 50 51 // Request message for method 52 // [AcceptOrganizationInvitation][ntt.iam.v1alpha2.AcceptOrganizationInvitation] 53 type AcceptOrganizationInvitationRequest struct { 54 state protoimpl.MessageState 55 sizeCache protoimpl.SizeCache 56 unknownFields protoimpl.UnknownFields 57 // name of ntt.iam.v1alpha2.OrganizationInvitation 58 Name *organization_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 59 } 60 61 func (m *AcceptOrganizationInvitationRequest) Reset() { 62 *m = AcceptOrganizationInvitationRequest{} 63 if protoimpl.UnsafeEnabled { 64 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[0] 65 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 66 ms.StoreMessageInfo(mi) 67 } 68 } 69 70 func (m *AcceptOrganizationInvitationRequest) String() string { 71 return protoimpl.X.MessageStringOf(m) 72 } 73 74 func (*AcceptOrganizationInvitationRequest) ProtoMessage() {} 75 76 func (m *AcceptOrganizationInvitationRequest) ProtoReflect() preflect.Message { 77 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[0] 78 if protoimpl.UnsafeEnabled && m != nil { 79 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 80 if ms.LoadMessageInfo() == nil { 81 ms.StoreMessageInfo(mi) 82 } 83 return ms 84 } 85 return mi.MessageOf(m) 86 } 87 88 func (*AcceptOrganizationInvitationRequest) GotenMessage() {} 89 90 // Deprecated, Use AcceptOrganizationInvitationRequest.ProtoReflect.Descriptor instead. 91 func (*AcceptOrganizationInvitationRequest) Descriptor() ([]byte, []int) { 92 return edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescGZIP(), []int{0} 93 } 94 95 func (m *AcceptOrganizationInvitationRequest) Unmarshal(b []byte) error { 96 return proto.Unmarshal(b, m) 97 } 98 99 func (m *AcceptOrganizationInvitationRequest) Marshal() ([]byte, error) { 100 return proto.Marshal(m) 101 } 102 103 func (m *AcceptOrganizationInvitationRequest) MarshalJSON() ([]byte, error) { 104 return protojson.MarshalOptions{}.Marshal(m) 105 } 106 107 func (m *AcceptOrganizationInvitationRequest) UnmarshalJSON(data []byte) error { 108 return protojson.Unmarshal(data, m) 109 } 110 111 func (m *AcceptOrganizationInvitationRequest) GetName() *organization_invitation.Name { 112 if m != nil { 113 return m.Name 114 } 115 return nil 116 } 117 118 func (m *AcceptOrganizationInvitationRequest) SetName(fv *organization_invitation.Name) { 119 if m == nil { 120 panic(fmt.Errorf("can't set %s on nil %s", "Name", "AcceptOrganizationInvitationRequest")) 121 } 122 m.Name = fv 123 } 124 125 // Response message for method 126 // [AcceptOrganizationInvitation][ntt.iam.v1alpha2.AcceptOrganizationInvitation] 127 type AcceptOrganizationInvitationResponse struct { 128 state protoimpl.MessageState 129 sizeCache protoimpl.SizeCache 130 unknownFields protoimpl.UnknownFields 131 } 132 133 func (m *AcceptOrganizationInvitationResponse) Reset() { 134 *m = AcceptOrganizationInvitationResponse{} 135 if protoimpl.UnsafeEnabled { 136 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[1] 137 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 138 ms.StoreMessageInfo(mi) 139 } 140 } 141 142 func (m *AcceptOrganizationInvitationResponse) String() string { 143 return protoimpl.X.MessageStringOf(m) 144 } 145 146 func (*AcceptOrganizationInvitationResponse) ProtoMessage() {} 147 148 func (m *AcceptOrganizationInvitationResponse) ProtoReflect() preflect.Message { 149 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[1] 150 if protoimpl.UnsafeEnabled && m != nil { 151 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 152 if ms.LoadMessageInfo() == nil { 153 ms.StoreMessageInfo(mi) 154 } 155 return ms 156 } 157 return mi.MessageOf(m) 158 } 159 160 func (*AcceptOrganizationInvitationResponse) GotenMessage() {} 161 162 // Deprecated, Use AcceptOrganizationInvitationResponse.ProtoReflect.Descriptor instead. 163 func (*AcceptOrganizationInvitationResponse) Descriptor() ([]byte, []int) { 164 return edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescGZIP(), []int{1} 165 } 166 167 func (m *AcceptOrganizationInvitationResponse) Unmarshal(b []byte) error { 168 return proto.Unmarshal(b, m) 169 } 170 171 func (m *AcceptOrganizationInvitationResponse) Marshal() ([]byte, error) { 172 return proto.Marshal(m) 173 } 174 175 func (m *AcceptOrganizationInvitationResponse) MarshalJSON() ([]byte, error) { 176 return protojson.MarshalOptions{}.Marshal(m) 177 } 178 179 func (m *AcceptOrganizationInvitationResponse) UnmarshalJSON(data []byte) error { 180 return protojson.Unmarshal(data, m) 181 } 182 183 // Request message for method 184 // [DeclineOrganizationInvitation][ntt.iam.v1alpha2.DeclineOrganizationInvitation] 185 type DeclineOrganizationInvitationRequest struct { 186 state protoimpl.MessageState 187 sizeCache protoimpl.SizeCache 188 unknownFields protoimpl.UnknownFields 189 // name of ntt.iam.v1alpha2.OrganizationInvitation 190 Name *organization_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 191 // Additional filter for invitations, e.g. state = "PENDING" 192 Filter *project_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"` 193 } 194 195 func (m *DeclineOrganizationInvitationRequest) Reset() { 196 *m = DeclineOrganizationInvitationRequest{} 197 if protoimpl.UnsafeEnabled { 198 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[2] 199 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 200 ms.StoreMessageInfo(mi) 201 } 202 } 203 204 func (m *DeclineOrganizationInvitationRequest) String() string { 205 return protoimpl.X.MessageStringOf(m) 206 } 207 208 func (*DeclineOrganizationInvitationRequest) ProtoMessage() {} 209 210 func (m *DeclineOrganizationInvitationRequest) ProtoReflect() preflect.Message { 211 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[2] 212 if protoimpl.UnsafeEnabled && m != nil { 213 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 214 if ms.LoadMessageInfo() == nil { 215 ms.StoreMessageInfo(mi) 216 } 217 return ms 218 } 219 return mi.MessageOf(m) 220 } 221 222 func (*DeclineOrganizationInvitationRequest) GotenMessage() {} 223 224 // Deprecated, Use DeclineOrganizationInvitationRequest.ProtoReflect.Descriptor instead. 225 func (*DeclineOrganizationInvitationRequest) Descriptor() ([]byte, []int) { 226 return edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescGZIP(), []int{2} 227 } 228 229 func (m *DeclineOrganizationInvitationRequest) Unmarshal(b []byte) error { 230 return proto.Unmarshal(b, m) 231 } 232 233 func (m *DeclineOrganizationInvitationRequest) Marshal() ([]byte, error) { 234 return proto.Marshal(m) 235 } 236 237 func (m *DeclineOrganizationInvitationRequest) MarshalJSON() ([]byte, error) { 238 return protojson.MarshalOptions{}.Marshal(m) 239 } 240 241 func (m *DeclineOrganizationInvitationRequest) UnmarshalJSON(data []byte) error { 242 return protojson.Unmarshal(data, m) 243 } 244 245 func (m *DeclineOrganizationInvitationRequest) GetName() *organization_invitation.Name { 246 if m != nil { 247 return m.Name 248 } 249 return nil 250 } 251 252 func (m *DeclineOrganizationInvitationRequest) GetFilter() *project_invitation.Filter { 253 if m != nil { 254 return m.Filter 255 } 256 return nil 257 } 258 259 func (m *DeclineOrganizationInvitationRequest) SetName(fv *organization_invitation.Name) { 260 if m == nil { 261 panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeclineOrganizationInvitationRequest")) 262 } 263 m.Name = fv 264 } 265 266 func (m *DeclineOrganizationInvitationRequest) SetFilter(fv *project_invitation.Filter) { 267 if m == nil { 268 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "DeclineOrganizationInvitationRequest")) 269 } 270 m.Filter = fv 271 } 272 273 // Response message for method 274 // [DeclineOrganizationInvitation][ntt.iam.v1alpha2.DeclineOrganizationInvitation] 275 type DeclineOrganizationInvitationResponse struct { 276 state protoimpl.MessageState 277 sizeCache protoimpl.SizeCache 278 unknownFields protoimpl.UnknownFields 279 } 280 281 func (m *DeclineOrganizationInvitationResponse) Reset() { 282 *m = DeclineOrganizationInvitationResponse{} 283 if protoimpl.UnsafeEnabled { 284 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[3] 285 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 286 ms.StoreMessageInfo(mi) 287 } 288 } 289 290 func (m *DeclineOrganizationInvitationResponse) String() string { 291 return protoimpl.X.MessageStringOf(m) 292 } 293 294 func (*DeclineOrganizationInvitationResponse) ProtoMessage() {} 295 296 func (m *DeclineOrganizationInvitationResponse) ProtoReflect() preflect.Message { 297 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[3] 298 if protoimpl.UnsafeEnabled && m != nil { 299 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 300 if ms.LoadMessageInfo() == nil { 301 ms.StoreMessageInfo(mi) 302 } 303 return ms 304 } 305 return mi.MessageOf(m) 306 } 307 308 func (*DeclineOrganizationInvitationResponse) GotenMessage() {} 309 310 // Deprecated, Use DeclineOrganizationInvitationResponse.ProtoReflect.Descriptor instead. 311 func (*DeclineOrganizationInvitationResponse) Descriptor() ([]byte, []int) { 312 return edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescGZIP(), []int{3} 313 } 314 315 func (m *DeclineOrganizationInvitationResponse) Unmarshal(b []byte) error { 316 return proto.Unmarshal(b, m) 317 } 318 319 func (m *DeclineOrganizationInvitationResponse) Marshal() ([]byte, error) { 320 return proto.Marshal(m) 321 } 322 323 func (m *DeclineOrganizationInvitationResponse) MarshalJSON() ([]byte, error) { 324 return protojson.MarshalOptions{}.Marshal(m) 325 } 326 327 func (m *DeclineOrganizationInvitationResponse) UnmarshalJSON(data []byte) error { 328 return protojson.Unmarshal(data, m) 329 } 330 331 // Request message for method 332 // [ListMyOrganizationInvitations][ntt.iam.v1alpha2.ListMyOrganizationInvitations] 333 type ListMyOrganizationInvitationsRequest struct { 334 state protoimpl.MessageState 335 sizeCache protoimpl.SizeCache 336 unknownFields protoimpl.UnknownFields 337 // Parent name of ntt.iam.v1alpha2.OrganizationInvitation 338 Parent *organization_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"` 339 // Additional filter for invitations, e.g. state = "PENDING" 340 Filter *organization_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"` 341 } 342 343 func (m *ListMyOrganizationInvitationsRequest) Reset() { 344 *m = ListMyOrganizationInvitationsRequest{} 345 if protoimpl.UnsafeEnabled { 346 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[4] 347 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 348 ms.StoreMessageInfo(mi) 349 } 350 } 351 352 func (m *ListMyOrganizationInvitationsRequest) String() string { 353 return protoimpl.X.MessageStringOf(m) 354 } 355 356 func (*ListMyOrganizationInvitationsRequest) ProtoMessage() {} 357 358 func (m *ListMyOrganizationInvitationsRequest) ProtoReflect() preflect.Message { 359 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[4] 360 if protoimpl.UnsafeEnabled && m != nil { 361 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 362 if ms.LoadMessageInfo() == nil { 363 ms.StoreMessageInfo(mi) 364 } 365 return ms 366 } 367 return mi.MessageOf(m) 368 } 369 370 func (*ListMyOrganizationInvitationsRequest) GotenMessage() {} 371 372 // Deprecated, Use ListMyOrganizationInvitationsRequest.ProtoReflect.Descriptor instead. 373 func (*ListMyOrganizationInvitationsRequest) Descriptor() ([]byte, []int) { 374 return edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescGZIP(), []int{4} 375 } 376 377 func (m *ListMyOrganizationInvitationsRequest) Unmarshal(b []byte) error { 378 return proto.Unmarshal(b, m) 379 } 380 381 func (m *ListMyOrganizationInvitationsRequest) Marshal() ([]byte, error) { 382 return proto.Marshal(m) 383 } 384 385 func (m *ListMyOrganizationInvitationsRequest) MarshalJSON() ([]byte, error) { 386 return protojson.MarshalOptions{}.Marshal(m) 387 } 388 389 func (m *ListMyOrganizationInvitationsRequest) UnmarshalJSON(data []byte) error { 390 return protojson.Unmarshal(data, m) 391 } 392 393 func (m *ListMyOrganizationInvitationsRequest) GetParent() *organization_invitation.ParentName { 394 if m != nil { 395 return m.Parent 396 } 397 return nil 398 } 399 400 func (m *ListMyOrganizationInvitationsRequest) GetFilter() *organization_invitation.Filter { 401 if m != nil { 402 return m.Filter 403 } 404 return nil 405 } 406 407 func (m *ListMyOrganizationInvitationsRequest) SetParent(fv *organization_invitation.ParentName) { 408 if m == nil { 409 panic(fmt.Errorf("can't set %s on nil %s", "Parent", "ListMyOrganizationInvitationsRequest")) 410 } 411 m.Parent = fv 412 } 413 414 func (m *ListMyOrganizationInvitationsRequest) SetFilter(fv *organization_invitation.Filter) { 415 if m == nil { 416 panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListMyOrganizationInvitationsRequest")) 417 } 418 m.Filter = fv 419 } 420 421 // Response message for method 422 // [ListMyOrganizationInvitations][ntt.iam.v1alpha2.ListMyOrganizationInvitations] 423 type ListMyOrganizationInvitationsResponse struct { 424 state protoimpl.MessageState 425 sizeCache protoimpl.SizeCache 426 unknownFields protoimpl.UnknownFields 427 // The list of OrganizationInvitations 428 OrganizationInvitations []*organization_invitation.OrganizationInvitation `protobuf:"bytes,1,rep,name=organization_invitations,json=organizationInvitations,proto3" json:"organization_invitations,omitempty"` 429 } 430 431 func (m *ListMyOrganizationInvitationsResponse) Reset() { 432 *m = ListMyOrganizationInvitationsResponse{} 433 if protoimpl.UnsafeEnabled { 434 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[5] 435 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 436 ms.StoreMessageInfo(mi) 437 } 438 } 439 440 func (m *ListMyOrganizationInvitationsResponse) String() string { 441 return protoimpl.X.MessageStringOf(m) 442 } 443 444 func (*ListMyOrganizationInvitationsResponse) ProtoMessage() {} 445 446 func (m *ListMyOrganizationInvitationsResponse) ProtoReflect() preflect.Message { 447 mi := &edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[5] 448 if protoimpl.UnsafeEnabled && m != nil { 449 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 450 if ms.LoadMessageInfo() == nil { 451 ms.StoreMessageInfo(mi) 452 } 453 return ms 454 } 455 return mi.MessageOf(m) 456 } 457 458 func (*ListMyOrganizationInvitationsResponse) GotenMessage() {} 459 460 // Deprecated, Use ListMyOrganizationInvitationsResponse.ProtoReflect.Descriptor instead. 461 func (*ListMyOrganizationInvitationsResponse) Descriptor() ([]byte, []int) { 462 return edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescGZIP(), []int{5} 463 } 464 465 func (m *ListMyOrganizationInvitationsResponse) Unmarshal(b []byte) error { 466 return proto.Unmarshal(b, m) 467 } 468 469 func (m *ListMyOrganizationInvitationsResponse) Marshal() ([]byte, error) { 470 return proto.Marshal(m) 471 } 472 473 func (m *ListMyOrganizationInvitationsResponse) MarshalJSON() ([]byte, error) { 474 return protojson.MarshalOptions{}.Marshal(m) 475 } 476 477 func (m *ListMyOrganizationInvitationsResponse) UnmarshalJSON(data []byte) error { 478 return protojson.Unmarshal(data, m) 479 } 480 481 func (m *ListMyOrganizationInvitationsResponse) GetOrganizationInvitations() []*organization_invitation.OrganizationInvitation { 482 if m != nil { 483 return m.OrganizationInvitations 484 } 485 return nil 486 } 487 488 func (m *ListMyOrganizationInvitationsResponse) SetOrganizationInvitations(fv []*organization_invitation.OrganizationInvitation) { 489 if m == nil { 490 panic(fmt.Errorf("can't set %s on nil %s", "OrganizationInvitations", "ListMyOrganizationInvitationsResponse")) 491 } 492 m.OrganizationInvitations = fv 493 } 494 495 var edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto preflect.FileDescriptor 496 497 var edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDesc = []byte{ 498 0x0a, 0x3e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 499 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x6f, 0x72, 0x67, 0x61, 500 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 501 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 502 0x12, 0x10, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 503 0x61, 0x32, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 504 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 505 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 506 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 507 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 508 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2e, 509 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 510 0x64, 0x69, 0x74, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 511 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x37, 0x65, 0x64, 0x67, 512 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 513 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 514 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 515 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 516 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 517 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 518 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 519 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x59, 0x0a, 0x23, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x72, 520 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 521 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x6e, 522 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0xb2, 0xda, 0x21, 0x1a, 0x0a, 523 0x18, 0x0a, 0x16, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 524 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 525 0x26, 0x0a, 0x24, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 526 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 527 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8d, 0x01, 0x0a, 0x24, 0x44, 0x65, 0x63, 0x6c, 528 0x69, 0x6e, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 529 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 530 0x12, 0x32, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 531 0xb2, 0xda, 0x21, 0x1a, 0x0a, 0x18, 0x0a, 0x16, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 532 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 533 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 534 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x1a, 0x13, 0x0a, 0x11, 0x50, 0x72, 535 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 536 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x27, 0x0a, 0x25, 0x44, 0x65, 0x63, 0x6c, 0x69, 537 0x6e, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 538 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 539 0x22, 0x96, 0x01, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x79, 0x4f, 0x72, 0x67, 0x61, 0x6e, 540 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 541 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x06, 0x70, 0x61, 0x72, 542 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0xb2, 0xda, 0x21, 0x1a, 0x3a, 543 0x18, 0x0a, 0x16, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 544 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 545 0x74, 0x12, 0x36, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 546 0x09, 0x42, 0x1e, 0xb2, 0xda, 0x21, 0x1a, 0x1a, 0x18, 0x0a, 0x16, 0x4f, 0x72, 0x67, 0x61, 0x6e, 547 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 548 0x6e, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x8c, 0x01, 0x0a, 0x25, 0x4c, 0x69, 549 0x73, 0x74, 0x4d, 0x79, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 550 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 551 0x6e, 0x73, 0x65, 0x12, 0x63, 0x0a, 0x18, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 552 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 553 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 554 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 555 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 556 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 557 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0xa5, 0x01, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 558 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x61, 0x6c, 559 0x70, 0x68, 0x61, 0x32, 0x42, 0x21, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 560 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x75, 0x73, 0x74, 561 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x65, 0x67, 0x69, 0x74, 0x68, 0x75, 562 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 563 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 564 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 565 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 566 0x6e, 0x3b, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 567 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 568 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 569 } 570 571 var ( 572 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescOnce sync.Once 573 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescData = edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDesc 574 ) 575 576 func edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescGZIP() []byte { 577 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescOnce.Do(func() { 578 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescData) 579 }) 580 return edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDescData 581 } 582 583 var edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 6) 584 var edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_goTypes = []interface{}{ 585 (*AcceptOrganizationInvitationRequest)(nil), // 0: ntt.iam.v1alpha2.AcceptOrganizationInvitationRequest 586 (*AcceptOrganizationInvitationResponse)(nil), // 1: ntt.iam.v1alpha2.AcceptOrganizationInvitationResponse 587 (*DeclineOrganizationInvitationRequest)(nil), // 2: ntt.iam.v1alpha2.DeclineOrganizationInvitationRequest 588 (*DeclineOrganizationInvitationResponse)(nil), // 3: ntt.iam.v1alpha2.DeclineOrganizationInvitationResponse 589 (*ListMyOrganizationInvitationsRequest)(nil), // 4: ntt.iam.v1alpha2.ListMyOrganizationInvitationsRequest 590 (*ListMyOrganizationInvitationsResponse)(nil), // 5: ntt.iam.v1alpha2.ListMyOrganizationInvitationsResponse 591 (*organization_invitation.OrganizationInvitation)(nil), // 6: ntt.iam.v1alpha2.OrganizationInvitation 592 } 593 var edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_depIdxs = []int32{ 594 6, // 0: ntt.iam.v1alpha2.ListMyOrganizationInvitationsResponse.organization_invitations:type_name -> ntt.iam.v1alpha2.OrganizationInvitation 595 1, // [1:1] is the sub-list for method output_type 596 1, // [1:1] is the sub-list for method input_type 597 1, // [1:1] is the sub-list for extension type_name 598 1, // [1:1] is the sub-list for extension extendee 599 0, // [0:1] is the sub-list for field type_name 600 } 601 602 func init() { edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_init() } 603 func edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_init() { 604 if edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto != nil { 605 return 606 } 607 if !protoimpl.UnsafeEnabled { 608 609 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 610 switch v := v.(*AcceptOrganizationInvitationRequest); i { 611 case 0: 612 return &v.state 613 case 1: 614 return &v.sizeCache 615 case 2: 616 return &v.unknownFields 617 default: 618 return nil 619 } 620 } 621 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 622 switch v := v.(*AcceptOrganizationInvitationResponse); i { 623 case 0: 624 return &v.state 625 case 1: 626 return &v.sizeCache 627 case 2: 628 return &v.unknownFields 629 default: 630 return nil 631 } 632 } 633 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 634 switch v := v.(*DeclineOrganizationInvitationRequest); i { 635 case 0: 636 return &v.state 637 case 1: 638 return &v.sizeCache 639 case 2: 640 return &v.unknownFields 641 default: 642 return nil 643 } 644 } 645 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 646 switch v := v.(*DeclineOrganizationInvitationResponse); i { 647 case 0: 648 return &v.state 649 case 1: 650 return &v.sizeCache 651 case 2: 652 return &v.unknownFields 653 default: 654 return nil 655 } 656 } 657 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 658 switch v := v.(*ListMyOrganizationInvitationsRequest); i { 659 case 0: 660 return &v.state 661 case 1: 662 return &v.sizeCache 663 case 2: 664 return &v.unknownFields 665 default: 666 return nil 667 } 668 } 669 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 670 switch v := v.(*ListMyOrganizationInvitationsResponse); i { 671 case 0: 672 return &v.state 673 case 1: 674 return &v.sizeCache 675 case 2: 676 return &v.unknownFields 677 default: 678 return nil 679 } 680 } 681 } 682 683 type x struct{} 684 out := protoimpl.TypeBuilder{ 685 File: protoimpl.DescBuilder{ 686 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 687 RawDescriptor: edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDesc, 688 NumEnums: 0, 689 NumMessages: 6, 690 NumExtensions: 0, 691 NumServices: 0, 692 }, 693 GoTypes: edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_goTypes, 694 DependencyIndexes: edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_depIdxs, 695 MessageInfos: edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_msgTypes, 696 }.Build() 697 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto = out.File 698 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_rawDesc = nil 699 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_goTypes = nil 700 edgelq_iam_proto_v1alpha2_organization_invitation_custom_proto_depIdxs = nil 701 }