fonchain-artistinfo/pb/artistinfo/artistinfo.pb.go

1671 lines
57 KiB
Go
Raw Permalink Normal View History

2022-12-09 08:24:12 +00:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc v3.21.8
// source: artistinfo.proto
package artistInfo
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
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 UserUpdateInfoService struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
TelNum string `protobuf:"bytes,1,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
CertificateNum string `protobuf:"bytes,2,opt,name=CertificateNum,json=certificateNum,proto3" json:"CertificateNum,omitempty"`
CertificateImg string `protobuf:"bytes,3,opt,name=CertificateImg,json=certificateImg,proto3" json:"CertificateImg,omitempty"`
JoinAssoTime string `protobuf:"bytes,4,opt,name=JoinAssoTime,json=joinAssoTime,proto3" json:"JoinAssoTime,omitempty"`
RealName string `protobuf:"bytes,5,opt,name=RealName,json=realName,proto3" json:"RealName,omitempty"`
PenName string `protobuf:"bytes,6,opt,name=PenName,json=penName,proto3" json:"PenName,omitempty"`
StageName string `protobuf:"bytes,7,opt,name=StageName,json=stageName,proto3" json:"StageName,omitempty"`
Sex int32 `protobuf:"varint,8,opt,name=Sex,json=sex,proto3" json:"Sex,omitempty"`
IdCard string `protobuf:"bytes,9,opt,name=IdCard,json=idCard,proto3" json:"IdCard,omitempty"`
IdCardFront string `protobuf:"bytes,10,opt,name=IdCardFront,json=idCardFront,proto3" json:"IdCardFront,omitempty"`
IdCardBack string `protobuf:"bytes,11,opt,name=IdCardBack,json=idCardBack,proto3" json:"IdCardBack,omitempty"`
Age int32 `protobuf:"varint,12,opt,name=Age,json=age,proto3" json:"Age,omitempty"`
Ruler int32 `protobuf:"varint,13,opt,name=Ruler,json=ruler,proto3" json:"Ruler,omitempty"`
ConAddress []string `protobuf:"bytes,14,rep,name=ConAddress,json=conAddress,proto3" json:"ConAddress,omitempty"`
Photo string `protobuf:"bytes,15,opt,name=Photo,json=photo,proto3" json:"Photo,omitempty"`
Video string `protobuf:"bytes,16,opt,name=Video,json=video,proto3" json:"Video,omitempty"`
FddState int32 `protobuf:"varint,17,opt,name=FddState,json=fddState,proto3" json:"FddState,omitempty"`
CustomerId string `protobuf:"bytes,18,opt,name=CustomerId,json=customerId,proto3" json:"CustomerId,omitempty"`
InvitedCode string `protobuf:"bytes,19,opt,name=InvitedCode,json=invitedCode,proto3" json:"InvitedCode,omitempty"`
InvitedName string `protobuf:"bytes,20,opt,name=InvitedName,json=invitedName,proto3" json:"InvitedName,omitempty"`
WxAccount string `protobuf:"bytes,21,opt,name=WxAccount,json=wxAccount,proto3" json:"WxAccount,omitempty"`
QrCodeImg string `protobuf:"bytes,22,opt,name=QrCodeImg,json=qrCode,proto3" json:"QrCodeImg,omitempty"`
QrCodeImgDownload string `protobuf:"bytes,23,opt,name=QrCodeImgDownload,json=qrCodeDownload,proto3" json:"QrCodeImgDownload,omitempty"`
HtmlType string `protobuf:"bytes,24,opt,name=HtmlType,json=htmlType,proto3" json:"HtmlType,omitempty"`
EnvType string `protobuf:"bytes,25,opt,name=EnvType,json=envType,proto3" json:"EnvType,omitempty"`
}
func (x *UserUpdateInfoService) Reset() {
*x = UserUpdateInfoService{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UserUpdateInfoService) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UserUpdateInfoService) ProtoMessage() {}
func (x *UserUpdateInfoService) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_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 UserUpdateInfoService.ProtoReflect.Descriptor instead.
func (*UserUpdateInfoService) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{0}
}
func (x *UserUpdateInfoService) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *UserUpdateInfoService) GetCertificateNum() string {
if x != nil {
return x.CertificateNum
}
return ""
}
func (x *UserUpdateInfoService) GetCertificateImg() string {
if x != nil {
return x.CertificateImg
}
return ""
}
func (x *UserUpdateInfoService) GetJoinAssoTime() string {
if x != nil {
return x.JoinAssoTime
}
return ""
}
func (x *UserUpdateInfoService) GetRealName() string {
if x != nil {
return x.RealName
}
return ""
}
func (x *UserUpdateInfoService) GetPenName() string {
if x != nil {
return x.PenName
}
return ""
}
func (x *UserUpdateInfoService) GetStageName() string {
if x != nil {
return x.StageName
}
return ""
}
func (x *UserUpdateInfoService) GetSex() int32 {
if x != nil {
return x.Sex
}
return 0
}
func (x *UserUpdateInfoService) GetIdCard() string {
if x != nil {
return x.IdCard
}
return ""
}
func (x *UserUpdateInfoService) GetIdCardFront() string {
if x != nil {
return x.IdCardFront
}
return ""
}
func (x *UserUpdateInfoService) GetIdCardBack() string {
if x != nil {
return x.IdCardBack
}
return ""
}
func (x *UserUpdateInfoService) GetAge() int32 {
if x != nil {
return x.Age
}
return 0
}
func (x *UserUpdateInfoService) GetRuler() int32 {
if x != nil {
return x.Ruler
}
return 0
}
func (x *UserUpdateInfoService) GetConAddress() []string {
if x != nil {
return x.ConAddress
}
return nil
}
func (x *UserUpdateInfoService) GetPhoto() string {
if x != nil {
return x.Photo
}
return ""
}
func (x *UserUpdateInfoService) GetVideo() string {
if x != nil {
return x.Video
}
return ""
}
func (x *UserUpdateInfoService) GetFddState() int32 {
if x != nil {
return x.FddState
}
return 0
}
func (x *UserUpdateInfoService) GetCustomerId() string {
if x != nil {
return x.CustomerId
}
return ""
}
func (x *UserUpdateInfoService) GetInvitedCode() string {
if x != nil {
return x.InvitedCode
}
return ""
}
func (x *UserUpdateInfoService) GetInvitedName() string {
if x != nil {
return x.InvitedName
}
return ""
}
func (x *UserUpdateInfoService) GetWxAccount() string {
if x != nil {
return x.WxAccount
}
return ""
}
func (x *UserUpdateInfoService) GetQrCodeImg() string {
if x != nil {
return x.QrCodeImg
}
return ""
}
func (x *UserUpdateInfoService) GetQrCodeImgDownload() string {
if x != nil {
return x.QrCodeImgDownload
}
return ""
}
func (x *UserUpdateInfoService) GetHtmlType() string {
if x != nil {
return x.HtmlType
}
return ""
}
func (x *UserUpdateInfoService) GetEnvType() string {
if x != nil {
return x.EnvType
}
return ""
}
type User struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID int32 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
Account string `protobuf:"bytes,2,opt,name=Account,json=account,proto3" json:"Account,omitempty"`
MnemonicWords string `protobuf:"bytes,3,opt,name=MnemonicWords,json=mnemonicWords,proto3" json:"MnemonicWords,omitempty"`
TelNum string `protobuf:"bytes,4,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
Name string `protobuf:"bytes,5,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
PenName string `protobuf:"bytes,6,opt,name=PenName,json=penName,proto3" json:"PenName,omitempty"`
StageName string `protobuf:"bytes,7,opt,name=StageName,json=stageName,proto3" json:"StageName,omitempty"`
JoinAssoTime string `protobuf:"bytes,8,opt,name=JoinAssoTime,json=joinAssoTime,proto3" json:"JoinAssoTime,omitempty"`
CertificateNum string `protobuf:"bytes,9,opt,name=CertificateNum,json=certificateNum,proto3" json:"CertificateNum,omitempty"`
CertificateImg string `protobuf:"bytes,10,opt,name=CertificateImg,json=certificateImg,proto3" json:"CertificateImg,omitempty"`
Key string `protobuf:"bytes,11,opt,name=Key,json=key,proto3" json:"Key,omitempty"`
RealNameID int32 `protobuf:"varint,12,opt,name=RealNameID,json=realNameID,proto3" json:"RealNameID,omitempty"`
IDNum string `protobuf:"bytes,13,opt,name=IDNum,json=idNum,proto3" json:"IDNum,omitempty"`
Sex int32 `protobuf:"varint,14,opt,name=Sex,json=sex,proto3" json:"Sex,omitempty"`
OpenId string `protobuf:"bytes,15,opt,name=OpenId,json=openId,proto3" json:"OpenId,omitempty"`
CustomerId string `protobuf:"bytes,16,opt,name=CustomerId,json=customerId,proto3" json:"CustomerId,omitempty"`
Age int32 `protobuf:"varint,17,opt,name=Age,json=age,proto3" json:"Age,omitempty"`
Introduct string `protobuf:"bytes,18,opt,name=Introduct,json=introduct,proto3" json:"Introduct,omitempty"`
CreateAt int64 `protobuf:"varint,19,opt,name=CreateAt,json=createAt,proto3" json:"CreateAt,omitempty"`
ConAddress string `protobuf:"bytes,20,opt,name=ConAddress,json=conAddress,proto3" json:"ConAddress,omitempty"`
Photo string `protobuf:"bytes,21,opt,name=Photo,json=photo,proto3" json:"Photo,omitempty"`
Video string `protobuf:"bytes,22,opt,name=Video,json=video,proto3" json:"Video,omitempty"`
IsRealName bool `protobuf:"varint,23,opt,name=IsRealName,json=isRealName,proto3" json:"IsRealName,omitempty"`
FddState int32 `protobuf:"varint,24,opt,name=FddState,json=fddState,proto3" json:"FddState,omitempty"`
WxAccount string `protobuf:"bytes,25,opt,name=WxAccount,json=wxAccount,proto3" json:"WxAccount,omitempty"`
IsLock bool `protobuf:"varint,26,opt,name=IsLock,json=isLock,proto3" json:"IsLock,omitempty"`
InvitedCode string `protobuf:"bytes,27,opt,name=InvitedCode,json=invitedCode,proto3" json:"InvitedCode,omitempty"`
IsRead int32 `protobuf:"varint,28,opt,name=IsRead,json=isRead,proto3" json:"IsRead,omitempty"`
IsImport int32 `protobuf:"varint,29,opt,name=IsImport,json=isImport,proto3" json:"IsImport,omitempty"`
Enable bool `protobuf:"varint,30,opt,name=Enable,json=enable,proto3" json:"Enable,omitempty"`
}
func (x *User) Reset() {
*x = User{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *User) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*User) ProtoMessage() {}
func (x *User) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_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 User.ProtoReflect.Descriptor instead.
func (*User) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{1}
}
func (x *User) GetID() int32 {
if x != nil {
return x.ID
}
return 0
}
func (x *User) GetAccount() string {
if x != nil {
return x.Account
}
return ""
}
func (x *User) GetMnemonicWords() string {
if x != nil {
return x.MnemonicWords
}
return ""
}
func (x *User) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *User) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *User) GetPenName() string {
if x != nil {
return x.PenName
}
return ""
}
func (x *User) GetStageName() string {
if x != nil {
return x.StageName
}
return ""
}
func (x *User) GetJoinAssoTime() string {
if x != nil {
return x.JoinAssoTime
}
return ""
}
func (x *User) GetCertificateNum() string {
if x != nil {
return x.CertificateNum
}
return ""
}
func (x *User) GetCertificateImg() string {
if x != nil {
return x.CertificateImg
}
return ""
}
func (x *User) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
func (x *User) GetRealNameID() int32 {
if x != nil {
return x.RealNameID
}
return 0
}
func (x *User) GetIDNum() string {
if x != nil {
return x.IDNum
}
return ""
}
func (x *User) GetSex() int32 {
if x != nil {
return x.Sex
}
return 0
}
func (x *User) GetOpenId() string {
if x != nil {
return x.OpenId
}
return ""
}
func (x *User) GetCustomerId() string {
if x != nil {
return x.CustomerId
}
return ""
}
func (x *User) GetAge() int32 {
if x != nil {
return x.Age
}
return 0
}
func (x *User) GetIntroduct() string {
if x != nil {
return x.Introduct
}
return ""
}
func (x *User) GetCreateAt() int64 {
if x != nil {
return x.CreateAt
}
return 0
}
func (x *User) GetConAddress() string {
if x != nil {
return x.ConAddress
}
return ""
}
func (x *User) GetPhoto() string {
if x != nil {
return x.Photo
}
return ""
}
func (x *User) GetVideo() string {
if x != nil {
return x.Video
}
return ""
}
func (x *User) GetIsRealName() bool {
if x != nil {
return x.IsRealName
}
return false
}
func (x *User) GetFddState() int32 {
if x != nil {
return x.FddState
}
return 0
}
func (x *User) GetWxAccount() string {
if x != nil {
return x.WxAccount
}
return ""
}
func (x *User) GetIsLock() bool {
if x != nil {
return x.IsLock
}
return false
}
func (x *User) GetInvitedCode() string {
if x != nil {
return x.InvitedCode
}
return ""
}
func (x *User) GetIsRead() int32 {
if x != nil {
return x.IsRead
}
return 0
}
func (x *User) GetIsImport() int32 {
if x != nil {
return x.IsImport
}
return 0
}
func (x *User) GetEnable() bool {
if x != nil {
return x.Enable
}
return false
}
type UserInfoCommonRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id,omitempty"`
UserUpdateInfoService *UserUpdateInfoService `protobuf:"bytes,2,opt,name=UserUpdateInfoService,json=userUpdateInfoService,proto3" json:"UserUpdateInfoService,omitempty"`
}
func (x *UserInfoCommonRequest) Reset() {
*x = UserInfoCommonRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UserInfoCommonRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UserInfoCommonRequest) ProtoMessage() {}
func (x *UserInfoCommonRequest) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_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 UserInfoCommonRequest.ProtoReflect.Descriptor instead.
func (*UserInfoCommonRequest) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{2}
}
func (x *UserInfoCommonRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *UserInfoCommonRequest) GetUserUpdateInfoService() *UserUpdateInfoService {
if x != nil {
return x.UserUpdateInfoService
}
return nil
}
type GetUserInfoRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id,omitempty"`
}
func (x *GetUserInfoRequest) Reset() {
*x = GetUserInfoRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetUserInfoRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserInfoRequest) ProtoMessage() {}
func (x *GetUserInfoRequest) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_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 GetUserInfoRequest.ProtoReflect.Descriptor instead.
func (*GetUserInfoRequest) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{3}
}
func (x *GetUserInfoRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
type GetUserInfoRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Data *UserUpdateInfoService `protobuf:"bytes,1,opt,name=Data,json=data,proto3" json:"Data,omitempty"`
}
func (x *GetUserInfoRespond) Reset() {
*x = GetUserInfoRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetUserInfoRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserInfoRespond) ProtoMessage() {}
func (x *GetUserInfoRespond) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_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 GetUserInfoRespond.ProtoReflect.Descriptor instead.
func (*GetUserInfoRespond) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{4}
}
func (x *GetUserInfoRespond) GetData() *UserUpdateInfoService {
if x != nil {
return x.Data
}
return nil
}
type CreateUserInfoRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
User *User `protobuf:"bytes,1,opt,name=User,json=user,proto3" json:"User,omitempty"`
Url string `protobuf:"bytes,2,opt,name=Url,json=url,proto3" json:"Url,omitempty"`
}
func (x *CreateUserInfoRespond) Reset() {
*x = CreateUserInfoRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CreateUserInfoRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateUserInfoRespond) ProtoMessage() {}
func (x *CreateUserInfoRespond) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[5]
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 CreateUserInfoRespond.ProtoReflect.Descriptor instead.
func (*CreateUserInfoRespond) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{5}
}
func (x *CreateUserInfoRespond) GetUser() *User {
if x != nil {
return x.User
}
return nil
}
func (x *CreateUserInfoRespond) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
type UpdateUserInfoRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
User *User `protobuf:"bytes,1,opt,name=User,json=user,proto3" json:"User,omitempty"`
}
func (x *UpdateUserInfoRespond) Reset() {
*x = UpdateUserInfoRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UpdateUserInfoRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateUserInfoRespond) ProtoMessage() {}
func (x *UpdateUserInfoRespond) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[6]
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 UpdateUserInfoRespond.ProtoReflect.Descriptor instead.
func (*UpdateUserInfoRespond) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{6}
}
func (x *UpdateUserInfoRespond) GetUser() *User {
if x != nil {
return x.User
}
return nil
}
type UserUpdateTelRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id,omitempty"`
TelNum string `protobuf:"bytes,2,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
VerCode string `protobuf:"bytes,3,opt,name=VerCode,json=verCode,proto3" json:"VerCode,omitempty"`
}
func (x *UserUpdateTelRequest) Reset() {
*x = UserUpdateTelRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UserUpdateTelRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UserUpdateTelRequest) ProtoMessage() {}
func (x *UserUpdateTelRequest) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[7]
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 UserUpdateTelRequest.ProtoReflect.Descriptor instead.
func (*UserUpdateTelRequest) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{7}
}
func (x *UserUpdateTelRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *UserUpdateTelRequest) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
func (x *UserUpdateTelRequest) GetVerCode() string {
if x != nil {
return x.VerCode
}
return ""
}
type UserUpdateTelRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
TelNum string `protobuf:"bytes,1,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
}
func (x *UserUpdateTelRespond) Reset() {
*x = UserUpdateTelRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UserUpdateTelRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UserUpdateTelRespond) ProtoMessage() {}
func (x *UserUpdateTelRespond) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[8]
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 UserUpdateTelRespond.ProtoReflect.Descriptor instead.
func (*UserUpdateTelRespond) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{8}
}
func (x *UserUpdateTelRespond) GetTelNum() string {
if x != nil {
return x.TelNum
}
return ""
}
type UserUpdateMsgRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id,omitempty"`
}
func (x *UserUpdateMsgRequest) Reset() {
*x = UserUpdateMsgRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UserUpdateMsgRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UserUpdateMsgRequest) ProtoMessage() {}
func (x *UserUpdateMsgRequest) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[9]
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 UserUpdateMsgRequest.ProtoReflect.Descriptor instead.
func (*UserUpdateMsgRequest) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{9}
}
func (x *UserUpdateMsgRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
type UserUpdateMsgRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *UserUpdateMsgRespond) Reset() {
*x = UserUpdateMsgRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UserUpdateMsgRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UserUpdateMsgRespond) ProtoMessage() {}
func (x *UserUpdateMsgRespond) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[10]
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 UserUpdateMsgRespond.ProtoReflect.Descriptor instead.
func (*UserUpdateMsgRespond) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{10}
}
type VerifyfddRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id,omitempty"`
}
func (x *VerifyfddRequest) Reset() {
*x = VerifyfddRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *VerifyfddRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*VerifyfddRequest) ProtoMessage() {}
func (x *VerifyfddRequest) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[11]
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 VerifyfddRequest.ProtoReflect.Descriptor instead.
func (*VerifyfddRequest) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{11}
}
func (x *VerifyfddRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
type VerifyfddRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Ready bool `protobuf:"varint,1,opt,name=Ready,json=ready,proto3" json:"Ready,omitempty"`
Url string `protobuf:"bytes,2,opt,name=Url,json=url,proto3" json:"Url,omitempty"`
}
func (x *VerifyfddRespond) Reset() {
*x = VerifyfddRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *VerifyfddRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*VerifyfddRespond) ProtoMessage() {}
func (x *VerifyfddRespond) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[12]
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 VerifyfddRespond.ProtoReflect.Descriptor instead.
func (*VerifyfddRespond) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{12}
}
func (x *VerifyfddRespond) GetReady() bool {
if x != nil {
return x.Ready
}
return false
}
func (x *VerifyfddRespond) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
type FinishVerifyRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id,omitempty"`
ContractId int64 `protobuf:"varint,2,opt,name=ContractId,json=contractId,proto3" json:"ContractId,omitempty"`
HtmlType string `protobuf:"bytes,3,opt,name=HtmlType,json=htmlType,proto3" json:"HtmlType,omitempty"`
EnvType string `protobuf:"bytes,4,opt,name=EnvType,json=envType,proto3" json:"EnvType,omitempty"`
}
func (x *FinishVerifyRequest) Reset() {
*x = FinishVerifyRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FinishVerifyRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FinishVerifyRequest) ProtoMessage() {}
func (x *FinishVerifyRequest) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[13]
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 FinishVerifyRequest.ProtoReflect.Descriptor instead.
func (*FinishVerifyRequest) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{13}
}
func (x *FinishVerifyRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *FinishVerifyRequest) GetContractId() int64 {
if x != nil {
return x.ContractId
}
return 0
}
func (x *FinishVerifyRequest) GetHtmlType() string {
if x != nil {
return x.HtmlType
}
return ""
}
func (x *FinishVerifyRequest) GetEnvType() string {
if x != nil {
return x.EnvType
}
return ""
}
type FinishVerifyRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
User *User `protobuf:"bytes,1,opt,name=User,json=user,proto3" json:"User,omitempty"`
}
func (x *FinishVerifyRespond) Reset() {
*x = FinishVerifyRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_artistinfo_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FinishVerifyRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FinishVerifyRespond) ProtoMessage() {}
func (x *FinishVerifyRespond) ProtoReflect() protoreflect.Message {
mi := &file_artistinfo_proto_msgTypes[14]
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 FinishVerifyRespond.ProtoReflect.Descriptor instead.
func (*FinishVerifyRespond) Descriptor() ([]byte, []int) {
return file_artistinfo_proto_rawDescGZIP(), []int{14}
}
func (x *FinishVerifyRespond) GetUser() *User {
if x != nil {
return x.User
}
return nil
}
var File_artistinfo_proto protoreflect.FileDescriptor
var file_artistinfo_proto_rawDesc = []byte{
0x0a, 0x10, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x12, 0x0a, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xf1,
0x05, 0x0a, 0x15, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66,
0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x54, 0x65, 0x6c, 0x4e,
0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d,
0x12, 0x26, 0x0a, 0x0e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e,
0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66,
0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x43, 0x65, 0x72, 0x74,
0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67,
0x12, 0x22, 0x0a, 0x0c, 0x4a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65,
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f,
0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x50, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74,
0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x53, 0x65, 0x78, 0x18,
0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x64,
0x43, 0x61, 0x72, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x64, 0x43, 0x61,
0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x46, 0x72, 0x6f, 0x6e,
0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x46,
0x72, 0x6f, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x42, 0x61,
0x63, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64,
0x42, 0x61, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x41, 0x67, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28,
0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18,
0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x1e, 0x0a, 0x0a,
0x43, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x09,
0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05,
0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f,
0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x18, 0x10, 0x20, 0x01, 0x28,
0x09, 0x52, 0x05, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x46, 0x64, 0x64, 0x53,
0x74, 0x61, 0x74, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x66, 0x64, 0x64, 0x53,
0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72,
0x49, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d,
0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43,
0x6f, 0x64, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74,
0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65,
0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76,
0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x57, 0x78, 0x41, 0x63,
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x41,
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x19, 0x0a, 0x09, 0x51, 0x72, 0x43, 0x6f, 0x64, 0x65,
0x49, 0x6d, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x71, 0x72, 0x43, 0x6f, 0x64,
0x65, 0x12, 0x29, 0x0a, 0x11, 0x51, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x49, 0x6d, 0x67, 0x44, 0x6f,
0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x71, 0x72,
0x43, 0x6f, 0x64, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1a, 0x0a, 0x08,
0x48, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x45, 0x6e, 0x76, 0x54,
0x79, 0x70, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x76, 0x54, 0x79,
0x70, 0x65, 0x22, 0xb8, 0x06, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x49,
0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x41,
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63,
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x4d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69,
0x63, 0x57, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x6e,
0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x57, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x54,
0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c,
0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x50, 0x65, 0x6e, 0x4e, 0x61,
0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d,
0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07,
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12,
0x22, 0x0a, 0x0c, 0x4a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x18,
0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54,
0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
0x74, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72,
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x43,
0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x0a, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
0x49, 0x6d, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x4b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09,
0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d,
0x65, 0x49, 0x44, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e,
0x61, 0x6d, 0x65, 0x49, 0x44, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x44, 0x4e, 0x75, 0x6d, 0x18, 0x0d,
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x53,
0x65, 0x78, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a,
0x06, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f,
0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65,
0x72, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f,
0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x41, 0x67, 0x65, 0x18, 0x11, 0x20, 0x01,
0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74, 0x72, 0x6f,
0x64, 0x75, 0x63, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72,
0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41,
0x74, 0x18, 0x13, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41,
0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18,
0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
0x73, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09,
0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x56, 0x69, 0x64, 0x65, 0x6f,
0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x1e, 0x0a,
0x0a, 0x49, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28,
0x08, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a,
0x08, 0x46, 0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x05, 0x52,
0x08, 0x66, 0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x57, 0x78, 0x41,
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78,
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x73, 0x4c, 0x6f, 0x63,
0x6b, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x12,
0x20, 0x0a, 0x0b, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1b,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64,
0x65, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x73, 0x52, 0x65, 0x61, 0x64, 0x18, 0x1c, 0x20, 0x01, 0x28,
0x05, 0x52, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x73, 0x49,
0x6d, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, 0x73, 0x49,
0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18,
0x1e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x80, 0x01,
0x0a, 0x15, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x57, 0x0a, 0x15, 0x55, 0x73, 0x65, 0x72, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e,
0x66, 0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x15, 0x75, 0x73, 0x65, 0x72, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x22, 0x24, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4b, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x35, 0x0a, 0x04,
0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x41, 0x72, 0x74,
0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61,
0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x04, 0x64,
0x61, 0x74, 0x61, 0x22, 0x4f, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65,
0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x24, 0x0a, 0x04,
0x55, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x41, 0x72, 0x74,
0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75, 0x73,
0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x03, 0x75, 0x72, 0x6c, 0x22, 0x3d, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73,
0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x24, 0x0a,
0x04, 0x55, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x41, 0x72,
0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75,
0x73, 0x65, 0x72, 0x22, 0x58, 0x0a, 0x14, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74,
0x65, 0x54, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x54,
0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c,
0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03,
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x2e, 0x0a,
0x14, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x22, 0x26, 0x0a,
0x14, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64,
0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x22, 0x0a,
0x10, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x66, 0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
0x64, 0x22, 0x3a, 0x0a, 0x10, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x66, 0x64, 0x64, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x65, 0x61, 0x64, 0x79, 0x18, 0x01,
0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x72, 0x65, 0x61, 0x64, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x55,
0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x7b, 0x0a,
0x13, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74,
0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61,
0x63, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x48, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x45, 0x6e, 0x76, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x65, 0x6e, 0x76, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3b, 0x0a, 0x13, 0x46, 0x69,
0x6e, 0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x64, 0x12, 0x24, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x10, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65,
0x72, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x32, 0xde, 0x04, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x69,
0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x4f, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x21, 0x2e, 0x41, 0x72, 0x74, 0x69,
0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x43,
0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x41,
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22,
0x00, 0x12, 0x58, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49,
0x6e, 0x66, 0x6f, 0x12, 0x21, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f,
0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e,
0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x0d, 0x55,
0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x12, 0x20, 0x2e, 0x41,
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70,
0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20,
0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72,
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64,
0x22, 0x00, 0x12, 0x55, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
0x4d, 0x73, 0x67, 0x12, 0x20, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f,
0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x09, 0x56, 0x65, 0x72,
0x69, 0x66, 0x79, 0x66, 0x64, 0x64, 0x12, 0x1c, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
0x6e, 0x66, 0x6f, 0x2e, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x66, 0x64, 0x64, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66,
0x6f, 0x2e, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x66, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x64, 0x22, 0x00, 0x12, 0x52, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x56, 0x65,
0x72, 0x69, 0x66, 0x79, 0x12, 0x1f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66,
0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x61,
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x33,
}
var (
file_artistinfo_proto_rawDescOnce sync.Once
file_artistinfo_proto_rawDescData = file_artistinfo_proto_rawDesc
)
func file_artistinfo_proto_rawDescGZIP() []byte {
file_artistinfo_proto_rawDescOnce.Do(func() {
file_artistinfo_proto_rawDescData = protoimpl.X.CompressGZIP(file_artistinfo_proto_rawDescData)
})
return file_artistinfo_proto_rawDescData
}
var file_artistinfo_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
var file_artistinfo_proto_goTypes = []interface{}{
(*UserUpdateInfoService)(nil), // 0: ArtistInfo.UserUpdateInfoService
(*User)(nil), // 1: ArtistInfo.User
(*UserInfoCommonRequest)(nil), // 2: ArtistInfo.UserInfoCommonRequest
(*GetUserInfoRequest)(nil), // 3: ArtistInfo.GetUserInfoRequest
(*GetUserInfoRespond)(nil), // 4: ArtistInfo.GetUserInfoRespond
(*CreateUserInfoRespond)(nil), // 5: ArtistInfo.CreateUserInfoRespond
(*UpdateUserInfoRespond)(nil), // 6: ArtistInfo.UpdateUserInfoRespond
(*UserUpdateTelRequest)(nil), // 7: ArtistInfo.UserUpdateTelRequest
(*UserUpdateTelRespond)(nil), // 8: ArtistInfo.UserUpdateTelRespond
(*UserUpdateMsgRequest)(nil), // 9: ArtistInfo.UserUpdateMsgRequest
(*UserUpdateMsgRespond)(nil), // 10: ArtistInfo.UserUpdateMsgRespond
(*VerifyfddRequest)(nil), // 11: ArtistInfo.VerifyfddRequest
(*VerifyfddRespond)(nil), // 12: ArtistInfo.VerifyfddRespond
(*FinishVerifyRequest)(nil), // 13: ArtistInfo.FinishVerifyRequest
(*FinishVerifyRespond)(nil), // 14: ArtistInfo.FinishVerifyRespond
}
var file_artistinfo_proto_depIdxs = []int32{
0, // 0: ArtistInfo.UserInfoCommonRequest.UserUpdateInfoService:type_name -> ArtistInfo.UserUpdateInfoService
0, // 1: ArtistInfo.GetUserInfoRespond.Data:type_name -> ArtistInfo.UserUpdateInfoService
1, // 2: ArtistInfo.CreateUserInfoRespond.User:type_name -> ArtistInfo.User
1, // 3: ArtistInfo.UpdateUserInfoRespond.User:type_name -> ArtistInfo.User
1, // 4: ArtistInfo.FinishVerifyRespond.User:type_name -> ArtistInfo.User
3, // 5: ArtistInfo.ArtistInfo.GetUserInfo:input_type -> ArtistInfo.GetUserInfoRequest
2, // 6: ArtistInfo.ArtistInfo.CreateUserInfo:input_type -> ArtistInfo.UserInfoCommonRequest
2, // 7: ArtistInfo.ArtistInfo.UpdateUserInfo:input_type -> ArtistInfo.UserInfoCommonRequest
7, // 8: ArtistInfo.ArtistInfo.UserUpdateTel:input_type -> ArtistInfo.UserUpdateTelRequest
9, // 9: ArtistInfo.ArtistInfo.UserUpdateMsg:input_type -> ArtistInfo.UserUpdateMsgRequest
11, // 10: ArtistInfo.ArtistInfo.Verifyfdd:input_type -> ArtistInfo.VerifyfddRequest
13, // 11: ArtistInfo.ArtistInfo.FinishVerify:input_type -> ArtistInfo.FinishVerifyRequest
4, // 12: ArtistInfo.ArtistInfo.GetUserInfo:output_type -> ArtistInfo.GetUserInfoRespond
5, // 13: ArtistInfo.ArtistInfo.CreateUserInfo:output_type -> ArtistInfo.CreateUserInfoRespond
6, // 14: ArtistInfo.ArtistInfo.UpdateUserInfo:output_type -> ArtistInfo.UpdateUserInfoRespond
8, // 15: ArtistInfo.ArtistInfo.UserUpdateTel:output_type -> ArtistInfo.UserUpdateTelRespond
10, // 16: ArtistInfo.ArtistInfo.UserUpdateMsg:output_type -> ArtistInfo.UserUpdateMsgRespond
12, // 17: ArtistInfo.ArtistInfo.Verifyfdd:output_type -> ArtistInfo.VerifyfddRespond
14, // 18: ArtistInfo.ArtistInfo.FinishVerify:output_type -> ArtistInfo.FinishVerifyRespond
12, // [12:19] is the sub-list for method output_type
5, // [5:12] is the sub-list for method input_type
5, // [5:5] is the sub-list for extension type_name
5, // [5:5] is the sub-list for extension extendee
0, // [0:5] is the sub-list for field type_name
}
func init() { file_artistinfo_proto_init() }
func file_artistinfo_proto_init() {
if File_artistinfo_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_artistinfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UserUpdateInfoService); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*User); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UserInfoCommonRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetUserInfoRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetUserInfoRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CreateUserInfoRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UpdateUserInfoRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UserUpdateTelRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UserUpdateTelRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UserUpdateMsgRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UserUpdateMsgRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*VerifyfddRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*VerifyfddRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FinishVerifyRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_artistinfo_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FinishVerifyRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_artistinfo_proto_rawDesc,
NumEnums: 0,
NumMessages: 15,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_artistinfo_proto_goTypes,
DependencyIndexes: file_artistinfo_proto_depIdxs,
MessageInfos: file_artistinfo_proto_msgTypes,
}.Build()
File_artistinfo_proto = out.File
file_artistinfo_proto_rawDesc = nil
file_artistinfo_proto_goTypes = nil
file_artistinfo_proto_depIdxs = nil
}