//
//Сервис предоставляет возможность действий с пользователями

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.30.0
// 	protoc        v4.23.1
// source: keyapis/identity/v1/keyapis_identity_user_v1.proto

package keyapis_identity_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	_ "google.golang.org/protobuf/types/known/timestamppb"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

// Запрос на перенос кабинета ключа
type PostUserSsoMigrationRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор мигрируемого пользователя.
	// # Диапазон: 1..2147483647
	UserId int32 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Целевой номер телефона.
	// # Диапазон: 5..14
	PhoneNumber string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
}

func (x *PostUserSsoMigrationRequest) Reset() {
	*x = PostUserSsoMigrationRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[0]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostUserSsoMigrationRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostUserSsoMigrationRequest) ProtoMessage() {}

func (x *PostUserSsoMigrationRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[0]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostUserSsoMigrationRequest.ProtoReflect.Descriptor instead.
func (*PostUserSsoMigrationRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescGZIP(), []int{0}
}

func (x *PostUserSsoMigrationRequest) GetUserId() int32 {
	if x != nil {
		return x.UserId
	}
	return 0
}

func (x *PostUserSsoMigrationRequest) GetPhoneNumber() string {
	if x != nil {
		return x.PhoneNumber
	}
	return ""
}

// Ответ на запрос на перенос кабинета ключа
type PostUserSsoMigrationResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PostUserSsoMigrationResponse_Error_
	Type isPostUserSsoMigrationResponse_Type `protobuf_oneof:"type"`
}

func (x *PostUserSsoMigrationResponse) Reset() {
	*x = PostUserSsoMigrationResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[1]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostUserSsoMigrationResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostUserSsoMigrationResponse) ProtoMessage() {}

func (x *PostUserSsoMigrationResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[1]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostUserSsoMigrationResponse.ProtoReflect.Descriptor instead.
func (*PostUserSsoMigrationResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescGZIP(), []int{1}
}

func (m *PostUserSsoMigrationResponse) GetType() isPostUserSsoMigrationResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostUserSsoMigrationResponse) GetError() *PostUserSsoMigrationResponse_Error {
	if x, ok := x.GetType().(*PostUserSsoMigrationResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostUserSsoMigrationResponse_Type interface {
	isPostUserSsoMigrationResponse_Type()
}

type PostUserSsoMigrationResponse_Error_ struct {
	// Ошибка
	Error *PostUserSsoMigrationResponse_Error `protobuf:"bytes,1,opt,name=error,proto3,oneof"`
}

func (*PostUserSsoMigrationResponse_Error_) isPostUserSsoMigrationResponse_Type() {}

// Ошибки валидации.
// Эти проверки выполняются до обращения в базу данных
type ValidationError struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Путь к полю в формате наименования прото
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// Валидационное сообщение
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
}

func (x *ValidationError) Reset() {
	*x = ValidationError{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *ValidationError) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ValidationError) ProtoMessage() {}

func (x *ValidationError) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[2]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ValidationError.ProtoReflect.Descriptor instead.
func (*ValidationError) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescGZIP(), []int{2}
}

func (x *ValidationError) GetPath() string {
	if x != nil {
		return x.Path
	}
	return ""
}

func (x *ValidationError) GetMessage() string {
	if x != nil {
		return x.Message
	}
	return ""
}

// Ошибка запроса на перенос кабинета ключа
type PostUserSsoMigrationResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PostUserSsoMigrationResponse_Error_Validation
	//	*PostUserSsoMigrationResponse_Error_UserExists_
	Reason isPostUserSsoMigrationResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PostUserSsoMigrationResponse_Error) Reset() {
	*x = PostUserSsoMigrationResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[3]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostUserSsoMigrationResponse_Error) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostUserSsoMigrationResponse_Error) ProtoMessage() {}

func (x *PostUserSsoMigrationResponse_Error) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[3]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostUserSsoMigrationResponse_Error.ProtoReflect.Descriptor instead.
func (*PostUserSsoMigrationResponse_Error) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescGZIP(), []int{1, 0}
}

func (m *PostUserSsoMigrationResponse_Error) GetReason() isPostUserSsoMigrationResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PostUserSsoMigrationResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*PostUserSsoMigrationResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

func (x *PostUserSsoMigrationResponse_Error) GetUserExists() *PostUserSsoMigrationResponse_Error_UserExists {
	if x, ok := x.GetReason().(*PostUserSsoMigrationResponse_Error_UserExists_); ok {
		return x.UserExists
	}
	return nil
}

type isPostUserSsoMigrationResponse_Error_Reason interface {
	isPostUserSsoMigrationResponse_Error_Reason()
}

type PostUserSsoMigrationResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

type PostUserSsoMigrationResponse_Error_UserExists_ struct {
	// Пользователь с целевым номером телефона зарегистрирован на платформе Ключ
	UserExists *PostUserSsoMigrationResponse_Error_UserExists `protobuf:"bytes,2,opt,name=user_exists,json=userExists,proto3,oneof"`
}

func (*PostUserSsoMigrationResponse_Error_Validation) isPostUserSsoMigrationResponse_Error_Reason() {}

func (*PostUserSsoMigrationResponse_Error_UserExists_) isPostUserSsoMigrationResponse_Error_Reason() {
}

// Пользователь с целевым номером телефона зарегистрирован на платформе Ключ
type PostUserSsoMigrationResponse_Error_UserExists struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *PostUserSsoMigrationResponse_Error_UserExists) Reset() {
	*x = PostUserSsoMigrationResponse_Error_UserExists{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[4]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostUserSsoMigrationResponse_Error_UserExists) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostUserSsoMigrationResponse_Error_UserExists) ProtoMessage() {}

func (x *PostUserSsoMigrationResponse_Error_UserExists) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[4]
	if protoimpl.UnsafeEnabled && x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use PostUserSsoMigrationResponse_Error_UserExists.ProtoReflect.Descriptor instead.
func (*PostUserSsoMigrationResponse_Error_UserExists) Descriptor() ([]byte, []int) {
	return file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescGZIP(), []int{1, 0, 0}
}

var File_keyapis_identity_v1_keyapis_identity_user_v1_proto protoreflect.FileDescriptor

var file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDesc = []byte{
	0x0a, 0x32, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x76, 0x31, 0x2e, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64,
	0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
	0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69,
	0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
	0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x63, 0x0a, 0x1b, 0x50, 0x6f, 0x73,
	0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x73, 0x6f, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72,
	0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x06,
	0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f,
	0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
	0x02, 0x52, 0x0b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xc8,
	0x02, 0x0a, 0x1c, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x73, 0x6f, 0x4d, 0x69,
	0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
	0x4f, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x73, 0x6f,
	0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72,
	0x1a, 0xce, 0x01, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x46, 0x0a, 0x0a, 0x76, 0x61,
	0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
	0x79, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x12, 0x65, 0x0a, 0x0b, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x65, 0x78, 0x69, 0x73, 0x74,
	0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f,
	0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x73, 0x6f, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72,
	0x2e, 0x55, 0x73, 0x65, 0x72, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x48, 0x00, 0x52, 0x0a, 0x75,
	0x73, 0x65, 0x72, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x1a, 0x0c, 0x0a, 0x0a, 0x55, 0x73, 0x65,
	0x72, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f,
	0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x49, 0x0a, 0x0f, 0x56, 0x61, 0x6c,
	0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x17, 0x0a, 0x04,
	0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1d, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x6d, 0x65, 0x73,
	0x73, 0x61, 0x67, 0x65, 0x32, 0xbb, 0x01, 0x0a, 0x0b, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x72,
	0x76, 0x69, 0x63, 0x65, 0x12, 0xab, 0x01, 0x0a, 0x14, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x73, 0x65,
	0x72, 0x53, 0x73, 0x6f, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x30, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
	0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x73, 0x6f, 0x4d,
	0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x53, 0x73,
	0x6f, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x22, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x22, 0x23, 0x2f,
	0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
	0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x73, 0x6f, 0x5f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x42, 0xa8, 0x01, 0x0a, 0x16, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x76, 0x31, 0x42, 0x16, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x56, 0x31,
	0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x14, 0x2f, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x76, 0x31, 0xd8,
	0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x11, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x49,
	0x44, 0x45, 0x4e, 0x54, 0x49, 0x54, 0x59, 0x56, 0x31, 0xaa, 0x02, 0x13, 0x4b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x56, 0x31, 0xca,
	0x02, 0x13, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
	0x74, 0x79, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x15, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a,
	0x3a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70,
	0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescOnce sync.Once
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescData = file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDesc
)

func file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescGZIP() []byte {
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescData)
	})
	return file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDescData
}

var file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
var file_keyapis_identity_v1_keyapis_identity_user_v1_proto_goTypes = []interface{}{
	(*PostUserSsoMigrationRequest)(nil),                   // 0: keyapis.identity.v1.PostUserSsoMigrationRequest
	(*PostUserSsoMigrationResponse)(nil),                  // 1: keyapis.identity.v1.PostUserSsoMigrationResponse
	(*ValidationError)(nil),                               // 2: keyapis.identity.v1.ValidationError
	(*PostUserSsoMigrationResponse_Error)(nil),            // 3: keyapis.identity.v1.PostUserSsoMigrationResponse.Error
	(*PostUserSsoMigrationResponse_Error_UserExists)(nil), // 4: keyapis.identity.v1.PostUserSsoMigrationResponse.Error.UserExists
}
var file_keyapis_identity_v1_keyapis_identity_user_v1_proto_depIdxs = []int32{
	3, // 0: keyapis.identity.v1.PostUserSsoMigrationResponse.error:type_name -> keyapis.identity.v1.PostUserSsoMigrationResponse.Error
	2, // 1: keyapis.identity.v1.PostUserSsoMigrationResponse.Error.validation:type_name -> keyapis.identity.v1.ValidationError
	4, // 2: keyapis.identity.v1.PostUserSsoMigrationResponse.Error.user_exists:type_name -> keyapis.identity.v1.PostUserSsoMigrationResponse.Error.UserExists
	0, // 3: keyapis.identity.v1.UserService.PostUserSsoMigration:input_type -> keyapis.identity.v1.PostUserSsoMigrationRequest
	1, // 4: keyapis.identity.v1.UserService.PostUserSsoMigration:output_type -> keyapis.identity.v1.PostUserSsoMigrationResponse
	4, // [4:5] is the sub-list for method output_type
	3, // [3:4] is the sub-list for method input_type
	3, // [3:3] is the sub-list for extension type_name
	3, // [3:3] is the sub-list for extension extendee
	0, // [0:3] is the sub-list for field type_name
}

func init() { file_keyapis_identity_v1_keyapis_identity_user_v1_proto_init() }
func file_keyapis_identity_v1_keyapis_identity_user_v1_proto_init() {
	if File_keyapis_identity_v1_keyapis_identity_user_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostUserSsoMigrationRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostUserSsoMigrationResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*ValidationError); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostUserSsoMigrationResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostUserSsoMigrationResponse_Error_UserExists); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*PostUserSsoMigrationResponse_Error_)(nil),
	}
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*PostUserSsoMigrationResponse_Error_Validation)(nil),
		(*PostUserSsoMigrationResponse_Error_UserExists_)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   5,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_identity_v1_keyapis_identity_user_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_identity_v1_keyapis_identity_user_v1_proto_depIdxs,
		MessageInfos:      file_keyapis_identity_v1_keyapis_identity_user_v1_proto_msgTypes,
	}.Build()
	File_keyapis_identity_v1_keyapis_identity_user_v1_proto = out.File
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_rawDesc = nil
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_goTypes = nil
	file_keyapis_identity_v1_keyapis_identity_user_v1_proto_depIdxs = nil
}
