github.com/cloudwan/edgelq-sdk@v1.15.4/iam/client/v1alpha2/user/user_custom.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/iam/proto/v1alpha2/user_custom.proto 3 // DO NOT EDIT!!! 4 5 package user_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 user "github.com/cloudwan/edgelq-sdk/iam/resources/v1alpha2/user" 21 view "github.com/cloudwan/goten-sdk/types/view" 22 fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb" 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 _ = &user.User{} 40 _ = &fieldmaskpb.FieldMask{} 41 _ = view.View(0) 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 [GetUserByEmail][ntt.iam.v1alpha2.GetUserByEmail] 52 type GetUserByEmailRequest struct { 53 state protoimpl.MessageState 54 sizeCache protoimpl.SizeCache 55 unknownFields protoimpl.UnknownFields 56 // reference of ntt.iam.v1alpha2.User 57 Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` 58 // A list of extra fields to be obtained for each response item on top of 59 // fields defined by request field view 60 FieldMask *user.User_FieldMask `protobuf:"bytes,3,opt,customtype=User_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 61 // View defines list of standard response fields present in response items. 62 // Additional fields can be amended by request field field_mask 63 View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 64 // If true, server will skip checking if query result is present in it's cache 65 SkipCache bool `protobuf:"varint,5,opt,name=skip_cache,json=skipCache,proto3" json:"skip_cache,omitempty"` 66 } 67 68 func (m *GetUserByEmailRequest) Reset() { 69 *m = GetUserByEmailRequest{} 70 if protoimpl.UnsafeEnabled { 71 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[0] 72 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 73 ms.StoreMessageInfo(mi) 74 } 75 } 76 77 func (m *GetUserByEmailRequest) String() string { 78 return protoimpl.X.MessageStringOf(m) 79 } 80 81 func (*GetUserByEmailRequest) ProtoMessage() {} 82 83 func (m *GetUserByEmailRequest) ProtoReflect() preflect.Message { 84 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[0] 85 if protoimpl.UnsafeEnabled && m != nil { 86 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 87 if ms.LoadMessageInfo() == nil { 88 ms.StoreMessageInfo(mi) 89 } 90 return ms 91 } 92 return mi.MessageOf(m) 93 } 94 95 func (*GetUserByEmailRequest) GotenMessage() {} 96 97 // Deprecated, Use GetUserByEmailRequest.ProtoReflect.Descriptor instead. 98 func (*GetUserByEmailRequest) Descriptor() ([]byte, []int) { 99 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{0} 100 } 101 102 func (m *GetUserByEmailRequest) Unmarshal(b []byte) error { 103 return proto.Unmarshal(b, m) 104 } 105 106 func (m *GetUserByEmailRequest) Marshal() ([]byte, error) { 107 return proto.Marshal(m) 108 } 109 110 func (m *GetUserByEmailRequest) MarshalJSON() ([]byte, error) { 111 return protojson.MarshalOptions{}.Marshal(m) 112 } 113 114 func (m *GetUserByEmailRequest) UnmarshalJSON(data []byte) error { 115 return protojson.Unmarshal(data, m) 116 } 117 118 func (m *GetUserByEmailRequest) GetEmail() string { 119 if m != nil { 120 return m.Email 121 } 122 return "" 123 } 124 125 func (m *GetUserByEmailRequest) GetFieldMask() *user.User_FieldMask { 126 if m != nil { 127 return m.FieldMask 128 } 129 return nil 130 } 131 132 func (m *GetUserByEmailRequest) GetView() view.View { 133 if m != nil { 134 return m.View 135 } 136 return view.View_UNSPECIFIED 137 } 138 139 func (m *GetUserByEmailRequest) GetSkipCache() bool { 140 if m != nil { 141 return m.SkipCache 142 } 143 return false 144 } 145 146 func (m *GetUserByEmailRequest) SetEmail(fv string) { 147 if m == nil { 148 panic(fmt.Errorf("can't set %s on nil %s", "Email", "GetUserByEmailRequest")) 149 } 150 m.Email = fv 151 } 152 153 func (m *GetUserByEmailRequest) SetFieldMask(fv *user.User_FieldMask) { 154 if m == nil { 155 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "GetUserByEmailRequest")) 156 } 157 m.FieldMask = fv 158 } 159 160 func (m *GetUserByEmailRequest) SetView(fv view.View) { 161 if m == nil { 162 panic(fmt.Errorf("can't set %s on nil %s", "View", "GetUserByEmailRequest")) 163 } 164 m.View = fv 165 } 166 167 func (m *GetUserByEmailRequest) SetSkipCache(fv bool) { 168 if m == nil { 169 panic(fmt.Errorf("can't set %s on nil %s", "SkipCache", "GetUserByEmailRequest")) 170 } 171 m.SkipCache = fv 172 } 173 174 // Request message for method 175 // [BatchGetUsersByEmail][ntt.iam.v1alpha2.BatchGetUsersByEmail] 176 type BatchGetUsersByEmailRequest struct { 177 state protoimpl.MessageState 178 sizeCache protoimpl.SizeCache 179 unknownFields protoimpl.UnknownFields 180 // Emails of users 181 Emails []string `protobuf:"bytes,2,rep,name=emails,proto3" json:"emails,omitempty"` 182 // A list of extra fields to be obtained for each response item on top of 183 // fields defined by request field view 184 FieldMask *user.User_FieldMask `protobuf:"bytes,3,opt,customtype=User_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` 185 // View defines list of standard response fields present in response items. 186 // Additional fields can be amended by request field field_mask 187 View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"` 188 // If true, server will skip checking if query result is present in it's cache 189 SkipCache bool `protobuf:"varint,5,opt,name=skip_cache,json=skipCache,proto3" json:"skip_cache,omitempty"` 190 } 191 192 func (m *BatchGetUsersByEmailRequest) Reset() { 193 *m = BatchGetUsersByEmailRequest{} 194 if protoimpl.UnsafeEnabled { 195 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[1] 196 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 197 ms.StoreMessageInfo(mi) 198 } 199 } 200 201 func (m *BatchGetUsersByEmailRequest) String() string { 202 return protoimpl.X.MessageStringOf(m) 203 } 204 205 func (*BatchGetUsersByEmailRequest) ProtoMessage() {} 206 207 func (m *BatchGetUsersByEmailRequest) ProtoReflect() preflect.Message { 208 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[1] 209 if protoimpl.UnsafeEnabled && m != nil { 210 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 211 if ms.LoadMessageInfo() == nil { 212 ms.StoreMessageInfo(mi) 213 } 214 return ms 215 } 216 return mi.MessageOf(m) 217 } 218 219 func (*BatchGetUsersByEmailRequest) GotenMessage() {} 220 221 // Deprecated, Use BatchGetUsersByEmailRequest.ProtoReflect.Descriptor instead. 222 func (*BatchGetUsersByEmailRequest) Descriptor() ([]byte, []int) { 223 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{1} 224 } 225 226 func (m *BatchGetUsersByEmailRequest) Unmarshal(b []byte) error { 227 return proto.Unmarshal(b, m) 228 } 229 230 func (m *BatchGetUsersByEmailRequest) Marshal() ([]byte, error) { 231 return proto.Marshal(m) 232 } 233 234 func (m *BatchGetUsersByEmailRequest) MarshalJSON() ([]byte, error) { 235 return protojson.MarshalOptions{}.Marshal(m) 236 } 237 238 func (m *BatchGetUsersByEmailRequest) UnmarshalJSON(data []byte) error { 239 return protojson.Unmarshal(data, m) 240 } 241 242 func (m *BatchGetUsersByEmailRequest) GetEmails() []string { 243 if m != nil { 244 return m.Emails 245 } 246 return nil 247 } 248 249 func (m *BatchGetUsersByEmailRequest) GetFieldMask() *user.User_FieldMask { 250 if m != nil { 251 return m.FieldMask 252 } 253 return nil 254 } 255 256 func (m *BatchGetUsersByEmailRequest) GetView() view.View { 257 if m != nil { 258 return m.View 259 } 260 return view.View_UNSPECIFIED 261 } 262 263 func (m *BatchGetUsersByEmailRequest) GetSkipCache() bool { 264 if m != nil { 265 return m.SkipCache 266 } 267 return false 268 } 269 270 func (m *BatchGetUsersByEmailRequest) SetEmails(fv []string) { 271 if m == nil { 272 panic(fmt.Errorf("can't set %s on nil %s", "Emails", "BatchGetUsersByEmailRequest")) 273 } 274 m.Emails = fv 275 } 276 277 func (m *BatchGetUsersByEmailRequest) SetFieldMask(fv *user.User_FieldMask) { 278 if m == nil { 279 panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "BatchGetUsersByEmailRequest")) 280 } 281 m.FieldMask = fv 282 } 283 284 func (m *BatchGetUsersByEmailRequest) SetView(fv view.View) { 285 if m == nil { 286 panic(fmt.Errorf("can't set %s on nil %s", "View", "BatchGetUsersByEmailRequest")) 287 } 288 m.View = fv 289 } 290 291 func (m *BatchGetUsersByEmailRequest) SetSkipCache(fv bool) { 292 if m == nil { 293 panic(fmt.Errorf("can't set %s on nil %s", "SkipCache", "BatchGetUsersByEmailRequest")) 294 } 295 m.SkipCache = fv 296 } 297 298 // Response message for method 299 // [BatchGetUsersByEmail][ntt.iam.v1alpha2.BatchGetUsersByEmail] 300 type BatchGetUsersByEmailResponse struct { 301 state protoimpl.MessageState 302 sizeCache protoimpl.SizeCache 303 unknownFields protoimpl.UnknownFields 304 // found Users 305 Users []*user.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` 306 // list of not found user emails 307 Missing []string `protobuf:"bytes,2,rep,name=missing,proto3" json:"missing,omitempty"` 308 } 309 310 func (m *BatchGetUsersByEmailResponse) Reset() { 311 *m = BatchGetUsersByEmailResponse{} 312 if protoimpl.UnsafeEnabled { 313 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[2] 314 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 315 ms.StoreMessageInfo(mi) 316 } 317 } 318 319 func (m *BatchGetUsersByEmailResponse) String() string { 320 return protoimpl.X.MessageStringOf(m) 321 } 322 323 func (*BatchGetUsersByEmailResponse) ProtoMessage() {} 324 325 func (m *BatchGetUsersByEmailResponse) ProtoReflect() preflect.Message { 326 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[2] 327 if protoimpl.UnsafeEnabled && m != nil { 328 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 329 if ms.LoadMessageInfo() == nil { 330 ms.StoreMessageInfo(mi) 331 } 332 return ms 333 } 334 return mi.MessageOf(m) 335 } 336 337 func (*BatchGetUsersByEmailResponse) GotenMessage() {} 338 339 // Deprecated, Use BatchGetUsersByEmailResponse.ProtoReflect.Descriptor instead. 340 func (*BatchGetUsersByEmailResponse) Descriptor() ([]byte, []int) { 341 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{2} 342 } 343 344 func (m *BatchGetUsersByEmailResponse) Unmarshal(b []byte) error { 345 return proto.Unmarshal(b, m) 346 } 347 348 func (m *BatchGetUsersByEmailResponse) Marshal() ([]byte, error) { 349 return proto.Marshal(m) 350 } 351 352 func (m *BatchGetUsersByEmailResponse) MarshalJSON() ([]byte, error) { 353 return protojson.MarshalOptions{}.Marshal(m) 354 } 355 356 func (m *BatchGetUsersByEmailResponse) UnmarshalJSON(data []byte) error { 357 return protojson.Unmarshal(data, m) 358 } 359 360 func (m *BatchGetUsersByEmailResponse) GetUsers() []*user.User { 361 if m != nil { 362 return m.Users 363 } 364 return nil 365 } 366 367 func (m *BatchGetUsersByEmailResponse) GetMissing() []string { 368 if m != nil { 369 return m.Missing 370 } 371 return nil 372 } 373 374 func (m *BatchGetUsersByEmailResponse) SetUsers(fv []*user.User) { 375 if m == nil { 376 panic(fmt.Errorf("can't set %s on nil %s", "Users", "BatchGetUsersByEmailResponse")) 377 } 378 m.Users = fv 379 } 380 381 func (m *BatchGetUsersByEmailResponse) SetMissing(fv []string) { 382 if m == nil { 383 panic(fmt.Errorf("can't set %s on nil %s", "Missing", "BatchGetUsersByEmailResponse")) 384 } 385 m.Missing = fv 386 } 387 388 // Request message for method [GetMySettings][ntt.iam.v1alpha2.GetMySettings] 389 type GetMySettingsRequest struct { 390 state protoimpl.MessageState 391 sizeCache protoimpl.SizeCache 392 unknownFields protoimpl.UnknownFields 393 // list of keys to retrieve 394 Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` 395 } 396 397 func (m *GetMySettingsRequest) Reset() { 398 *m = GetMySettingsRequest{} 399 if protoimpl.UnsafeEnabled { 400 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[3] 401 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 402 ms.StoreMessageInfo(mi) 403 } 404 } 405 406 func (m *GetMySettingsRequest) String() string { 407 return protoimpl.X.MessageStringOf(m) 408 } 409 410 func (*GetMySettingsRequest) ProtoMessage() {} 411 412 func (m *GetMySettingsRequest) ProtoReflect() preflect.Message { 413 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[3] 414 if protoimpl.UnsafeEnabled && m != nil { 415 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 416 if ms.LoadMessageInfo() == nil { 417 ms.StoreMessageInfo(mi) 418 } 419 return ms 420 } 421 return mi.MessageOf(m) 422 } 423 424 func (*GetMySettingsRequest) GotenMessage() {} 425 426 // Deprecated, Use GetMySettingsRequest.ProtoReflect.Descriptor instead. 427 func (*GetMySettingsRequest) Descriptor() ([]byte, []int) { 428 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{3} 429 } 430 431 func (m *GetMySettingsRequest) Unmarshal(b []byte) error { 432 return proto.Unmarshal(b, m) 433 } 434 435 func (m *GetMySettingsRequest) Marshal() ([]byte, error) { 436 return proto.Marshal(m) 437 } 438 439 func (m *GetMySettingsRequest) MarshalJSON() ([]byte, error) { 440 return protojson.MarshalOptions{}.Marshal(m) 441 } 442 443 func (m *GetMySettingsRequest) UnmarshalJSON(data []byte) error { 444 return protojson.Unmarshal(data, m) 445 } 446 447 func (m *GetMySettingsRequest) GetKeys() []string { 448 if m != nil { 449 return m.Keys 450 } 451 return nil 452 } 453 454 func (m *GetMySettingsRequest) SetKeys(fv []string) { 455 if m == nil { 456 panic(fmt.Errorf("can't set %s on nil %s", "Keys", "GetMySettingsRequest")) 457 } 458 m.Keys = fv 459 } 460 461 // Response message for method [GetMySettings][ntt.iam.v1alpha2.GetMySettings] 462 type GetMySettingsResponse struct { 463 state protoimpl.MessageState 464 sizeCache protoimpl.SizeCache 465 unknownFields protoimpl.UnknownFields 466 // resulting settings 467 Settings map[string]string `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 468 } 469 470 func (m *GetMySettingsResponse) Reset() { 471 *m = GetMySettingsResponse{} 472 if protoimpl.UnsafeEnabled { 473 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[4] 474 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 475 ms.StoreMessageInfo(mi) 476 } 477 } 478 479 func (m *GetMySettingsResponse) String() string { 480 return protoimpl.X.MessageStringOf(m) 481 } 482 483 func (*GetMySettingsResponse) ProtoMessage() {} 484 485 func (m *GetMySettingsResponse) ProtoReflect() preflect.Message { 486 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[4] 487 if protoimpl.UnsafeEnabled && m != nil { 488 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 489 if ms.LoadMessageInfo() == nil { 490 ms.StoreMessageInfo(mi) 491 } 492 return ms 493 } 494 return mi.MessageOf(m) 495 } 496 497 func (*GetMySettingsResponse) GotenMessage() {} 498 499 // Deprecated, Use GetMySettingsResponse.ProtoReflect.Descriptor instead. 500 func (*GetMySettingsResponse) Descriptor() ([]byte, []int) { 501 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{4} 502 } 503 504 func (m *GetMySettingsResponse) Unmarshal(b []byte) error { 505 return proto.Unmarshal(b, m) 506 } 507 508 func (m *GetMySettingsResponse) Marshal() ([]byte, error) { 509 return proto.Marshal(m) 510 } 511 512 func (m *GetMySettingsResponse) MarshalJSON() ([]byte, error) { 513 return protojson.MarshalOptions{}.Marshal(m) 514 } 515 516 func (m *GetMySettingsResponse) UnmarshalJSON(data []byte) error { 517 return protojson.Unmarshal(data, m) 518 } 519 520 func (m *GetMySettingsResponse) GetSettings() map[string]string { 521 if m != nil { 522 return m.Settings 523 } 524 return nil 525 } 526 527 func (m *GetMySettingsResponse) SetSettings(fv map[string]string) { 528 if m == nil { 529 panic(fmt.Errorf("can't set %s on nil %s", "Settings", "GetMySettingsResponse")) 530 } 531 m.Settings = fv 532 } 533 534 // Request message for method [SetMySettings][ntt.iam.v1alpha2.SetMySettings] 535 type SetMySettingsRequest struct { 536 state protoimpl.MessageState 537 sizeCache protoimpl.SizeCache 538 unknownFields protoimpl.UnknownFields 539 // Settings to update. Leave empty value to unset key 540 Settings map[string]string `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 541 } 542 543 func (m *SetMySettingsRequest) Reset() { 544 *m = SetMySettingsRequest{} 545 if protoimpl.UnsafeEnabled { 546 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[5] 547 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 548 ms.StoreMessageInfo(mi) 549 } 550 } 551 552 func (m *SetMySettingsRequest) String() string { 553 return protoimpl.X.MessageStringOf(m) 554 } 555 556 func (*SetMySettingsRequest) ProtoMessage() {} 557 558 func (m *SetMySettingsRequest) ProtoReflect() preflect.Message { 559 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[5] 560 if protoimpl.UnsafeEnabled && m != nil { 561 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 562 if ms.LoadMessageInfo() == nil { 563 ms.StoreMessageInfo(mi) 564 } 565 return ms 566 } 567 return mi.MessageOf(m) 568 } 569 570 func (*SetMySettingsRequest) GotenMessage() {} 571 572 // Deprecated, Use SetMySettingsRequest.ProtoReflect.Descriptor instead. 573 func (*SetMySettingsRequest) Descriptor() ([]byte, []int) { 574 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{5} 575 } 576 577 func (m *SetMySettingsRequest) Unmarshal(b []byte) error { 578 return proto.Unmarshal(b, m) 579 } 580 581 func (m *SetMySettingsRequest) Marshal() ([]byte, error) { 582 return proto.Marshal(m) 583 } 584 585 func (m *SetMySettingsRequest) MarshalJSON() ([]byte, error) { 586 return protojson.MarshalOptions{}.Marshal(m) 587 } 588 589 func (m *SetMySettingsRequest) UnmarshalJSON(data []byte) error { 590 return protojson.Unmarshal(data, m) 591 } 592 593 func (m *SetMySettingsRequest) GetSettings() map[string]string { 594 if m != nil { 595 return m.Settings 596 } 597 return nil 598 } 599 600 func (m *SetMySettingsRequest) SetSettings(fv map[string]string) { 601 if m == nil { 602 panic(fmt.Errorf("can't set %s on nil %s", "Settings", "SetMySettingsRequest")) 603 } 604 m.Settings = fv 605 } 606 607 // Request message for method 608 // [RefreshUserFromIdToken][ntt.iam.v1alpha2.RefreshUserFromIdToken] 609 type RefreshUserFromIdTokenRequest struct { 610 state protoimpl.MessageState 611 sizeCache protoimpl.SizeCache 612 unknownFields protoimpl.UnknownFields 613 // JWT-encoded ID token 614 IdToken string `protobuf:"bytes,1,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` 615 } 616 617 func (m *RefreshUserFromIdTokenRequest) Reset() { 618 *m = RefreshUserFromIdTokenRequest{} 619 if protoimpl.UnsafeEnabled { 620 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[6] 621 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 622 ms.StoreMessageInfo(mi) 623 } 624 } 625 626 func (m *RefreshUserFromIdTokenRequest) String() string { 627 return protoimpl.X.MessageStringOf(m) 628 } 629 630 func (*RefreshUserFromIdTokenRequest) ProtoMessage() {} 631 632 func (m *RefreshUserFromIdTokenRequest) ProtoReflect() preflect.Message { 633 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[6] 634 if protoimpl.UnsafeEnabled && m != nil { 635 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 636 if ms.LoadMessageInfo() == nil { 637 ms.StoreMessageInfo(mi) 638 } 639 return ms 640 } 641 return mi.MessageOf(m) 642 } 643 644 func (*RefreshUserFromIdTokenRequest) GotenMessage() {} 645 646 // Deprecated, Use RefreshUserFromIdTokenRequest.ProtoReflect.Descriptor instead. 647 func (*RefreshUserFromIdTokenRequest) Descriptor() ([]byte, []int) { 648 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{6} 649 } 650 651 func (m *RefreshUserFromIdTokenRequest) Unmarshal(b []byte) error { 652 return proto.Unmarshal(b, m) 653 } 654 655 func (m *RefreshUserFromIdTokenRequest) Marshal() ([]byte, error) { 656 return proto.Marshal(m) 657 } 658 659 func (m *RefreshUserFromIdTokenRequest) MarshalJSON() ([]byte, error) { 660 return protojson.MarshalOptions{}.Marshal(m) 661 } 662 663 func (m *RefreshUserFromIdTokenRequest) UnmarshalJSON(data []byte) error { 664 return protojson.Unmarshal(data, m) 665 } 666 667 func (m *RefreshUserFromIdTokenRequest) GetIdToken() string { 668 if m != nil { 669 return m.IdToken 670 } 671 return "" 672 } 673 674 func (m *RefreshUserFromIdTokenRequest) SetIdToken(fv string) { 675 if m == nil { 676 panic(fmt.Errorf("can't set %s on nil %s", "IdToken", "RefreshUserFromIdTokenRequest")) 677 } 678 m.IdToken = fv 679 } 680 681 // Response message for method 682 // [RefreshUserFromIdToken][ntt.iam.v1alpha2.RefreshUserFromIdToken] 683 type RefreshUserFromIdTokenResponse struct { 684 state protoimpl.MessageState 685 sizeCache protoimpl.SizeCache 686 unknownFields protoimpl.UnknownFields 687 } 688 689 func (m *RefreshUserFromIdTokenResponse) Reset() { 690 *m = RefreshUserFromIdTokenResponse{} 691 if protoimpl.UnsafeEnabled { 692 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[7] 693 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 694 ms.StoreMessageInfo(mi) 695 } 696 } 697 698 func (m *RefreshUserFromIdTokenResponse) String() string { 699 return protoimpl.X.MessageStringOf(m) 700 } 701 702 func (*RefreshUserFromIdTokenResponse) ProtoMessage() {} 703 704 func (m *RefreshUserFromIdTokenResponse) ProtoReflect() preflect.Message { 705 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[7] 706 if protoimpl.UnsafeEnabled && m != nil { 707 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 708 if ms.LoadMessageInfo() == nil { 709 ms.StoreMessageInfo(mi) 710 } 711 return ms 712 } 713 return mi.MessageOf(m) 714 } 715 716 func (*RefreshUserFromIdTokenResponse) GotenMessage() {} 717 718 // Deprecated, Use RefreshUserFromIdTokenResponse.ProtoReflect.Descriptor instead. 719 func (*RefreshUserFromIdTokenResponse) Descriptor() ([]byte, []int) { 720 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{7} 721 } 722 723 func (m *RefreshUserFromIdTokenResponse) Unmarshal(b []byte) error { 724 return proto.Unmarshal(b, m) 725 } 726 727 func (m *RefreshUserFromIdTokenResponse) Marshal() ([]byte, error) { 728 return proto.Marshal(m) 729 } 730 731 func (m *RefreshUserFromIdTokenResponse) MarshalJSON() ([]byte, error) { 732 return protojson.MarshalOptions{}.Marshal(m) 733 } 734 735 func (m *RefreshUserFromIdTokenResponse) UnmarshalJSON(data []byte) error { 736 return protojson.Unmarshal(data, m) 737 } 738 739 // Request message for method 740 // [ResendVerificationEmail][ntt.iam.v1alpha2.ResendVerificationEmail] 741 type ResendVerificationEmailRequest struct { 742 state protoimpl.MessageState 743 sizeCache protoimpl.SizeCache 744 unknownFields protoimpl.UnknownFields 745 } 746 747 func (m *ResendVerificationEmailRequest) Reset() { 748 *m = ResendVerificationEmailRequest{} 749 if protoimpl.UnsafeEnabled { 750 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[8] 751 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 752 ms.StoreMessageInfo(mi) 753 } 754 } 755 756 func (m *ResendVerificationEmailRequest) String() string { 757 return protoimpl.X.MessageStringOf(m) 758 } 759 760 func (*ResendVerificationEmailRequest) ProtoMessage() {} 761 762 func (m *ResendVerificationEmailRequest) ProtoReflect() preflect.Message { 763 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[8] 764 if protoimpl.UnsafeEnabled && m != nil { 765 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 766 if ms.LoadMessageInfo() == nil { 767 ms.StoreMessageInfo(mi) 768 } 769 return ms 770 } 771 return mi.MessageOf(m) 772 } 773 774 func (*ResendVerificationEmailRequest) GotenMessage() {} 775 776 // Deprecated, Use ResendVerificationEmailRequest.ProtoReflect.Descriptor instead. 777 func (*ResendVerificationEmailRequest) Descriptor() ([]byte, []int) { 778 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{8} 779 } 780 781 func (m *ResendVerificationEmailRequest) Unmarshal(b []byte) error { 782 return proto.Unmarshal(b, m) 783 } 784 785 func (m *ResendVerificationEmailRequest) Marshal() ([]byte, error) { 786 return proto.Marshal(m) 787 } 788 789 func (m *ResendVerificationEmailRequest) MarshalJSON() ([]byte, error) { 790 return protojson.MarshalOptions{}.Marshal(m) 791 } 792 793 func (m *ResendVerificationEmailRequest) UnmarshalJSON(data []byte) error { 794 return protojson.Unmarshal(data, m) 795 } 796 797 // Request message for method 798 // [IsUserVerified][ntt.iam.v1alpha2.IsUserVerified] 799 type IsUserVerifiedRequest struct { 800 state protoimpl.MessageState 801 sizeCache protoimpl.SizeCache 802 unknownFields protoimpl.UnknownFields 803 } 804 805 func (m *IsUserVerifiedRequest) Reset() { 806 *m = IsUserVerifiedRequest{} 807 if protoimpl.UnsafeEnabled { 808 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[9] 809 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 810 ms.StoreMessageInfo(mi) 811 } 812 } 813 814 func (m *IsUserVerifiedRequest) String() string { 815 return protoimpl.X.MessageStringOf(m) 816 } 817 818 func (*IsUserVerifiedRequest) ProtoMessage() {} 819 820 func (m *IsUserVerifiedRequest) ProtoReflect() preflect.Message { 821 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[9] 822 if protoimpl.UnsafeEnabled && m != nil { 823 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 824 if ms.LoadMessageInfo() == nil { 825 ms.StoreMessageInfo(mi) 826 } 827 return ms 828 } 829 return mi.MessageOf(m) 830 } 831 832 func (*IsUserVerifiedRequest) GotenMessage() {} 833 834 // Deprecated, Use IsUserVerifiedRequest.ProtoReflect.Descriptor instead. 835 func (*IsUserVerifiedRequest) Descriptor() ([]byte, []int) { 836 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{9} 837 } 838 839 func (m *IsUserVerifiedRequest) Unmarshal(b []byte) error { 840 return proto.Unmarshal(b, m) 841 } 842 843 func (m *IsUserVerifiedRequest) Marshal() ([]byte, error) { 844 return proto.Marshal(m) 845 } 846 847 func (m *IsUserVerifiedRequest) MarshalJSON() ([]byte, error) { 848 return protojson.MarshalOptions{}.Marshal(m) 849 } 850 851 func (m *IsUserVerifiedRequest) UnmarshalJSON(data []byte) error { 852 return protojson.Unmarshal(data, m) 853 } 854 855 // Request message for method 856 // [ResetMFAIfRecoveryKeyUsed][ntt.iam.v1alpha2.ResetMFAIfRecoveryKeyUsed] 857 type ResetMFAIfRecoveryKeyUsedRequest struct { 858 state protoimpl.MessageState 859 sizeCache protoimpl.SizeCache 860 unknownFields protoimpl.UnknownFields 861 } 862 863 func (m *ResetMFAIfRecoveryKeyUsedRequest) Reset() { 864 *m = ResetMFAIfRecoveryKeyUsedRequest{} 865 if protoimpl.UnsafeEnabled { 866 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[10] 867 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 868 ms.StoreMessageInfo(mi) 869 } 870 } 871 872 func (m *ResetMFAIfRecoveryKeyUsedRequest) String() string { 873 return protoimpl.X.MessageStringOf(m) 874 } 875 876 func (*ResetMFAIfRecoveryKeyUsedRequest) ProtoMessage() {} 877 878 func (m *ResetMFAIfRecoveryKeyUsedRequest) ProtoReflect() preflect.Message { 879 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[10] 880 if protoimpl.UnsafeEnabled && m != nil { 881 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 882 if ms.LoadMessageInfo() == nil { 883 ms.StoreMessageInfo(mi) 884 } 885 return ms 886 } 887 return mi.MessageOf(m) 888 } 889 890 func (*ResetMFAIfRecoveryKeyUsedRequest) GotenMessage() {} 891 892 // Deprecated, Use ResetMFAIfRecoveryKeyUsedRequest.ProtoReflect.Descriptor instead. 893 func (*ResetMFAIfRecoveryKeyUsedRequest) Descriptor() ([]byte, []int) { 894 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{10} 895 } 896 897 func (m *ResetMFAIfRecoveryKeyUsedRequest) Unmarshal(b []byte) error { 898 return proto.Unmarshal(b, m) 899 } 900 901 func (m *ResetMFAIfRecoveryKeyUsedRequest) Marshal() ([]byte, error) { 902 return proto.Marshal(m) 903 } 904 905 func (m *ResetMFAIfRecoveryKeyUsedRequest) MarshalJSON() ([]byte, error) { 906 return protojson.MarshalOptions{}.Marshal(m) 907 } 908 909 func (m *ResetMFAIfRecoveryKeyUsedRequest) UnmarshalJSON(data []byte) error { 910 return protojson.Unmarshal(data, m) 911 } 912 913 // Request message for method 914 // [SetUsersNameInAuth0][ntt.iam.v1alpha2.SetUsersNameInAuth0] 915 type SetUsersNameInAuth0Request struct { 916 state protoimpl.MessageState 917 sizeCache protoimpl.SizeCache 918 unknownFields protoimpl.UnknownFields 919 } 920 921 func (m *SetUsersNameInAuth0Request) Reset() { 922 *m = SetUsersNameInAuth0Request{} 923 if protoimpl.UnsafeEnabled { 924 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[11] 925 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 926 ms.StoreMessageInfo(mi) 927 } 928 } 929 930 func (m *SetUsersNameInAuth0Request) String() string { 931 return protoimpl.X.MessageStringOf(m) 932 } 933 934 func (*SetUsersNameInAuth0Request) ProtoMessage() {} 935 936 func (m *SetUsersNameInAuth0Request) ProtoReflect() preflect.Message { 937 mi := &edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[11] 938 if protoimpl.UnsafeEnabled && m != nil { 939 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 940 if ms.LoadMessageInfo() == nil { 941 ms.StoreMessageInfo(mi) 942 } 943 return ms 944 } 945 return mi.MessageOf(m) 946 } 947 948 func (*SetUsersNameInAuth0Request) GotenMessage() {} 949 950 // Deprecated, Use SetUsersNameInAuth0Request.ProtoReflect.Descriptor instead. 951 func (*SetUsersNameInAuth0Request) Descriptor() ([]byte, []int) { 952 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP(), []int{11} 953 } 954 955 func (m *SetUsersNameInAuth0Request) Unmarshal(b []byte) error { 956 return proto.Unmarshal(b, m) 957 } 958 959 func (m *SetUsersNameInAuth0Request) Marshal() ([]byte, error) { 960 return proto.Marshal(m) 961 } 962 963 func (m *SetUsersNameInAuth0Request) MarshalJSON() ([]byte, error) { 964 return protojson.MarshalOptions{}.Marshal(m) 965 } 966 967 func (m *SetUsersNameInAuth0Request) UnmarshalJSON(data []byte) error { 968 return protojson.Unmarshal(data, m) 969 } 970 971 var edgelq_iam_proto_v1alpha2_user_custom_proto preflect.FileDescriptor 972 973 var edgelq_iam_proto_v1alpha2_user_custom_proto_rawDesc = []byte{ 974 0x0a, 0x2b, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 975 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 976 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x10, 0x6e, 977 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x1a, 978 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 979 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 980 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 981 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 982 0x1a, 0x1b, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 983 0x6f, 0x6e, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x65, 984 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 985 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 986 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 0x6e, 987 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 988 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 989 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 990 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 991 0x79, 0x70, 0x65, 0x73, 0x2f, 0x76, 0x69, 0x65, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 992 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 993 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 994 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2b, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 995 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 996 0x2f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 997 0x74, 0x6f, 0x22, 0xbc, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 998 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 999 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 1000 0x69, 0x6c, 0x12, 0x47, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 1001 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 1002 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 1003 0x73, 0x6b, 0x42, 0x0c, 0xb2, 0xda, 0x21, 0x08, 0x32, 0x06, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 1004 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 1005 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 1006 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 1007 0x65, 0x77, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x6b, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 1008 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x73, 0x6b, 0x69, 0x70, 0x43, 0x61, 0x63, 0x68, 1009 0x65, 0x22, 0xc4, 0x01, 0x0a, 0x1b, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x55, 0x73, 1010 0x65, 0x72, 0x73, 0x42, 0x79, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 1011 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 1012 0x09, 0x52, 0x06, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x47, 0x0a, 0x0a, 0x66, 0x69, 0x65, 1013 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 1014 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 1015 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0c, 0xb2, 0xda, 0x21, 0x08, 0x32, 1016 0x06, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 1017 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 1018 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 1019 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x6b, 0x69, 1020 0x70, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x73, 1021 0x6b, 0x69, 0x70, 0x43, 0x61, 0x63, 0x68, 0x65, 0x22, 0x66, 0x0a, 0x1c, 0x42, 0x61, 0x74, 0x63, 1022 0x68, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x42, 0x79, 0x45, 0x6d, 0x61, 0x69, 0x6c, 1023 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 1024 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 1025 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 1026 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 1027 0x67, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 1028 0x22, 0x30, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4d, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 1029 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x04, 0x6b, 0x65, 0x79, 0x73, 1030 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x42, 0x04, 0xc8, 0xd5, 0x22, 0x01, 0x52, 0x04, 0x6b, 0x65, 1031 0x79, 0x73, 0x22, 0xa7, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4d, 0x79, 0x53, 0x65, 0x74, 0x74, 1032 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x51, 0x0a, 0x08, 1033 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 1034 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 1035 0x32, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 1036 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 1037 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x1a, 1038 0x3b, 0x0a, 0x0d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 1039 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 1040 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 1041 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xab, 0x01, 0x0a, 1042 0x14, 0x53, 0x65, 0x74, 0x4d, 0x79, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 1043 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x56, 0x0a, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 1044 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 1045 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x53, 0x65, 0x74, 0x4d, 0x79, 1046 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 1047 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x04, 0xc8, 1048 0xd5, 0x22, 0x01, 0x52, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x1a, 0x3b, 0x0a, 1049 0x0d, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 1050 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 1051 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 1052 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x3a, 0x0a, 0x1d, 0x52, 0x65, 1053 0x66, 0x72, 0x65, 0x73, 0x68, 0x55, 0x73, 0x65, 0x72, 0x46, 0x72, 0x6f, 0x6d, 0x49, 0x64, 0x54, 1054 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x69, 1055 0x64, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x69, 1056 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x20, 0x0a, 0x1e, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 1057 0x68, 0x55, 0x73, 0x65, 0x72, 0x46, 0x72, 0x6f, 0x6d, 0x49, 0x64, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 1058 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x20, 0x0a, 0x1e, 0x52, 0x65, 0x73, 0x65, 1059 0x6e, 0x64, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6d, 1060 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x17, 0x0a, 0x15, 0x49, 0x73, 1061 0x55, 0x73, 0x65, 0x72, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 1062 0x65, 0x73, 0x74, 0x22, 0x22, 0x0a, 0x20, 0x52, 0x65, 0x73, 0x65, 0x74, 0x4d, 0x46, 0x41, 0x49, 1063 0x66, 0x52, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x4b, 0x65, 0x79, 0x55, 0x73, 0x65, 0x64, 1064 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1c, 0x0a, 0x1a, 0x53, 0x65, 0x74, 0x55, 0x73, 1065 0x65, 0x72, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x41, 0x75, 0x74, 0x68, 0x30, 0x52, 0x65, 1066 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x6d, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 1067 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 1068 0x42, 0x0f, 0x55, 0x73, 0x65, 0x72, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 1069 0x6f, 0x50, 0x00, 0x5a, 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 1070 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 1071 0x69, 0x61, 0x6d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 1072 0x68, 0x61, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x3b, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x63, 0x6c, 1073 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 1074 } 1075 1076 var ( 1077 edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescOnce sync.Once 1078 edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescData = edgelq_iam_proto_v1alpha2_user_custom_proto_rawDesc 1079 ) 1080 1081 func edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescGZIP() []byte { 1082 edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescOnce.Do(func() { 1083 edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescData) 1084 }) 1085 return edgelq_iam_proto_v1alpha2_user_custom_proto_rawDescData 1086 } 1087 1088 var edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 14) 1089 var edgelq_iam_proto_v1alpha2_user_custom_proto_goTypes = []interface{}{ 1090 (*GetUserByEmailRequest)(nil), // 0: ntt.iam.v1alpha2.GetUserByEmailRequest 1091 (*BatchGetUsersByEmailRequest)(nil), // 1: ntt.iam.v1alpha2.BatchGetUsersByEmailRequest 1092 (*BatchGetUsersByEmailResponse)(nil), // 2: ntt.iam.v1alpha2.BatchGetUsersByEmailResponse 1093 (*GetMySettingsRequest)(nil), // 3: ntt.iam.v1alpha2.GetMySettingsRequest 1094 (*GetMySettingsResponse)(nil), // 4: ntt.iam.v1alpha2.GetMySettingsResponse 1095 (*SetMySettingsRequest)(nil), // 5: ntt.iam.v1alpha2.SetMySettingsRequest 1096 (*RefreshUserFromIdTokenRequest)(nil), // 6: ntt.iam.v1alpha2.RefreshUserFromIdTokenRequest 1097 (*RefreshUserFromIdTokenResponse)(nil), // 7: ntt.iam.v1alpha2.RefreshUserFromIdTokenResponse 1098 (*ResendVerificationEmailRequest)(nil), // 8: ntt.iam.v1alpha2.ResendVerificationEmailRequest 1099 (*IsUserVerifiedRequest)(nil), // 9: ntt.iam.v1alpha2.IsUserVerifiedRequest 1100 (*ResetMFAIfRecoveryKeyUsedRequest)(nil), // 10: ntt.iam.v1alpha2.ResetMFAIfRecoveryKeyUsedRequest 1101 (*SetUsersNameInAuth0Request)(nil), // 11: ntt.iam.v1alpha2.SetUsersNameInAuth0Request 1102 nil, // 12: ntt.iam.v1alpha2.GetMySettingsResponse.SettingsEntry 1103 nil, // 13: ntt.iam.v1alpha2.SetMySettingsRequest.SettingsEntry 1104 (*user.User_FieldMask)(nil), // 14: ntt.iam.v1alpha2.User_FieldMask 1105 (view.View)(0), // 15: goten.types.View 1106 (*user.User)(nil), // 16: ntt.iam.v1alpha2.User 1107 } 1108 var edgelq_iam_proto_v1alpha2_user_custom_proto_depIdxs = []int32{ 1109 14, // 0: ntt.iam.v1alpha2.GetUserByEmailRequest.field_mask:type_name -> ntt.iam.v1alpha2.User_FieldMask 1110 15, // 1: ntt.iam.v1alpha2.GetUserByEmailRequest.view:type_name -> goten.types.View 1111 14, // 2: ntt.iam.v1alpha2.BatchGetUsersByEmailRequest.field_mask:type_name -> ntt.iam.v1alpha2.User_FieldMask 1112 15, // 3: ntt.iam.v1alpha2.BatchGetUsersByEmailRequest.view:type_name -> goten.types.View 1113 16, // 4: ntt.iam.v1alpha2.BatchGetUsersByEmailResponse.users:type_name -> ntt.iam.v1alpha2.User 1114 12, // 5: ntt.iam.v1alpha2.GetMySettingsResponse.settings:type_name -> ntt.iam.v1alpha2.GetMySettingsResponse.SettingsEntry 1115 13, // 6: ntt.iam.v1alpha2.SetMySettingsRequest.settings:type_name -> ntt.iam.v1alpha2.SetMySettingsRequest.SettingsEntry 1116 7, // [7:7] is the sub-list for method output_type 1117 7, // [7:7] is the sub-list for method input_type 1118 7, // [7:7] is the sub-list for extension type_name 1119 7, // [7:7] is the sub-list for extension extendee 1120 0, // [0:7] is the sub-list for field type_name 1121 } 1122 1123 func init() { edgelq_iam_proto_v1alpha2_user_custom_proto_init() } 1124 func edgelq_iam_proto_v1alpha2_user_custom_proto_init() { 1125 if edgelq_iam_proto_v1alpha2_user_custom_proto != nil { 1126 return 1127 } 1128 if !protoimpl.UnsafeEnabled { 1129 1130 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 1131 switch v := v.(*GetUserByEmailRequest); i { 1132 case 0: 1133 return &v.state 1134 case 1: 1135 return &v.sizeCache 1136 case 2: 1137 return &v.unknownFields 1138 default: 1139 return nil 1140 } 1141 } 1142 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 1143 switch v := v.(*BatchGetUsersByEmailRequest); i { 1144 case 0: 1145 return &v.state 1146 case 1: 1147 return &v.sizeCache 1148 case 2: 1149 return &v.unknownFields 1150 default: 1151 return nil 1152 } 1153 } 1154 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 1155 switch v := v.(*BatchGetUsersByEmailResponse); i { 1156 case 0: 1157 return &v.state 1158 case 1: 1159 return &v.sizeCache 1160 case 2: 1161 return &v.unknownFields 1162 default: 1163 return nil 1164 } 1165 } 1166 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 1167 switch v := v.(*GetMySettingsRequest); i { 1168 case 0: 1169 return &v.state 1170 case 1: 1171 return &v.sizeCache 1172 case 2: 1173 return &v.unknownFields 1174 default: 1175 return nil 1176 } 1177 } 1178 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 1179 switch v := v.(*GetMySettingsResponse); i { 1180 case 0: 1181 return &v.state 1182 case 1: 1183 return &v.sizeCache 1184 case 2: 1185 return &v.unknownFields 1186 default: 1187 return nil 1188 } 1189 } 1190 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 1191 switch v := v.(*SetMySettingsRequest); i { 1192 case 0: 1193 return &v.state 1194 case 1: 1195 return &v.sizeCache 1196 case 2: 1197 return &v.unknownFields 1198 default: 1199 return nil 1200 } 1201 } 1202 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { 1203 switch v := v.(*RefreshUserFromIdTokenRequest); i { 1204 case 0: 1205 return &v.state 1206 case 1: 1207 return &v.sizeCache 1208 case 2: 1209 return &v.unknownFields 1210 default: 1211 return nil 1212 } 1213 } 1214 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { 1215 switch v := v.(*RefreshUserFromIdTokenResponse); i { 1216 case 0: 1217 return &v.state 1218 case 1: 1219 return &v.sizeCache 1220 case 2: 1221 return &v.unknownFields 1222 default: 1223 return nil 1224 } 1225 } 1226 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { 1227 switch v := v.(*ResendVerificationEmailRequest); i { 1228 case 0: 1229 return &v.state 1230 case 1: 1231 return &v.sizeCache 1232 case 2: 1233 return &v.unknownFields 1234 default: 1235 return nil 1236 } 1237 } 1238 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { 1239 switch v := v.(*IsUserVerifiedRequest); i { 1240 case 0: 1241 return &v.state 1242 case 1: 1243 return &v.sizeCache 1244 case 2: 1245 return &v.unknownFields 1246 default: 1247 return nil 1248 } 1249 } 1250 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { 1251 switch v := v.(*ResetMFAIfRecoveryKeyUsedRequest); i { 1252 case 0: 1253 return &v.state 1254 case 1: 1255 return &v.sizeCache 1256 case 2: 1257 return &v.unknownFields 1258 default: 1259 return nil 1260 } 1261 } 1262 edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { 1263 switch v := v.(*SetUsersNameInAuth0Request); i { 1264 case 0: 1265 return &v.state 1266 case 1: 1267 return &v.sizeCache 1268 case 2: 1269 return &v.unknownFields 1270 default: 1271 return nil 1272 } 1273 } 1274 } 1275 1276 type x struct{} 1277 out := protoimpl.TypeBuilder{ 1278 File: protoimpl.DescBuilder{ 1279 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 1280 RawDescriptor: edgelq_iam_proto_v1alpha2_user_custom_proto_rawDesc, 1281 NumEnums: 0, 1282 NumMessages: 14, 1283 NumExtensions: 0, 1284 NumServices: 0, 1285 }, 1286 GoTypes: edgelq_iam_proto_v1alpha2_user_custom_proto_goTypes, 1287 DependencyIndexes: edgelq_iam_proto_v1alpha2_user_custom_proto_depIdxs, 1288 MessageInfos: edgelq_iam_proto_v1alpha2_user_custom_proto_msgTypes, 1289 }.Build() 1290 edgelq_iam_proto_v1alpha2_user_custom_proto = out.File 1291 edgelq_iam_proto_v1alpha2_user_custom_proto_rawDesc = nil 1292 edgelq_iam_proto_v1alpha2_user_custom_proto_goTypes = nil 1293 edgelq_iam_proto_v1alpha2_user_custom_proto_depIdxs = nil 1294 }