UsersServiceBase constructor
UsersServiceBase()
Implementation
UsersServiceBase() {
$addMethod($grpc.ServiceMethod<$0.UsersServiceRegisterMobileDeviceRequest,
$1.IdentifierResponse>(
'RegisterMobileDevice',
registerMobileDevice_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceRegisterMobileDeviceRequest.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceCreateRequest,
$1.IdentifierResponse>(
'Create',
create_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceCreateRequest.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceCreateRequest,
$1.IdentifierResponse>(
'Draft',
draft_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceCreateRequest.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceUpdateRequest,
$1.IdentifierResponse>(
'DraftUpdate',
draftUpdate_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceUpdateRequest.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'SendForVerification',
sendForVerification_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'Verify',
verify_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'Approve',
approve_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'SendForRevision',
sendForRevision_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceUpdateRequest,
$1.IdentifierResponse>(
'RevisionUpdate',
revisionUpdate_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceUpdateRequest.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'Halt',
halt_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'Discard',
discard_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'Restore',
restore_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
$1.IdentifierResponse>(
'CommentAdd',
commentAdd_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDWithUserComment.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<
$2.MagicLinksServiceCreateRequestForSpecificResource, $2.MagicLink>(
'CreateMagicLinkForSignature',
createMagicLinkForSignature_Pre,
false,
false,
($core.List<$core.int> value) =>
$2.MagicLinksServiceCreateRequestForSpecificResource.fromBuffer(
value),
($2.MagicLink value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.UpdatePasswordReq, $1.IdentifierResponse>(
'UpdatePassword',
updatePassword_Pre,
false,
false,
($core.List<$core.int> value) => $1.UpdatePasswordReq.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod(
$grpc.ServiceMethod<$1.UpdateOwnPasswordReq, $1.IdentifierResponse>(
'UpdateOwnPassword',
updateOwnPassword_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.UpdateOwnPasswordReq.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.UploadPictureReq, $1.IdentifierResponse>(
'UpdateProfilePicture',
updateProfilePicture_Pre,
false,
false,
($core.List<$core.int> value) => $1.UploadPictureReq.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.UploadPictureReq, $1.IdentifierResponse>(
'UpdateSignature',
updateSignature_Pre,
false,
false,
($core.List<$core.int> value) => $1.UploadPictureReq.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.ImageResponse>(
'MFAEnable',
mFAEnable_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.ImageResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.IdentifierResponse>(
'MFAReset',
mFAReset_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.IdentifierResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierZeroable, $0.User>(
'ViewByID',
viewByID_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierZeroable.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.User>(
'ViewByUUID',
viewByUUID_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.Identifier, $0.User>(
'ViewEssentialByID',
viewEssentialByID_Pre,
false,
false,
($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.User>(
'ViewEssentialByUUID',
viewEssentialByUUID_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.SimpleSearchReq, $0.User>(
'ViewByUsername',
viewByUsername_Pre,
false,
false,
($core.List<$core.int> value) => $1.SimpleSearchReq.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.SimpleSearchReq, $0.User>(
'ViewByCode',
viewByCode_Pre,
false,
false,
($core.List<$core.int> value) => $1.SimpleSearchReq.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.ActiveStatus, $0.UsersList>(
'ViewAll',
viewAll_Pre,
false,
false,
($core.List<$core.int> value) => $1.ActiveStatus.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.UsersList>(
'ViewAllForEntityUUID',
viewAllForEntityUUID_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServicePaginationReq,
$0.UsersServicePaginationResponse>(
'ViewWithPagination',
viewWithPagination_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServicePaginationReq.fromBuffer(value),
($0.UsersServicePaginationResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifiersList, $0.UsersList>(
'ViewFromIDs',
viewFromIDs_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifiersList.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUIDsList, $0.UsersList>(
'ViewFromUUIDs',
viewFromUUIDs_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.IdentifierUUIDsList.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.StringsList, $0.UsersList>(
'ViewFromUsernames',
viewFromUsernames_Pre,
false,
false,
($core.List<$core.int> value) => $1.StringsList.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.Empty, $0.User>(
'ViewSelf',
viewSelf_Pre,
false,
false,
($core.List<$core.int> value) => $1.Empty.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.MonthAndDayFilter, $0.UsersList>(
'ViewBirthdaysOn',
viewBirthdaysOn_Pre,
false,
false,
($core.List<$core.int> value) => $1.MonthAndDayFilter.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.Base64String>(
'ViewSignature',
viewSignature_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.Base64String value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.ImageResponse>(
'ViewProfilePicture',
viewProfilePicture_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.ImageResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.ImageResponse>(
'ViewThumbnailPicture',
viewThumbnailPicture_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.ImageResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.ImageResponse>(
'ViewVCard',
viewVCard_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.ImageResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.ImageResponse>(
'ViewQRImage',
viewQRImage_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.ImageResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $1.StringResponse>(
'ViewQRString',
viewQRString_Pre,
false,
false,
($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
($1.StringResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.StandardFile, $0.User>(
'IdentifyCroppedFace',
identifyCroppedFace_Pre,
false,
false,
($core.List<$core.int> value) => $1.StandardFile.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.StandardFile, $0.User>(
'IdentifyFullFace',
identifyFullFace_Pre,
false,
false,
($core.List<$core.int> value) => $1.StandardFile.fromBuffer(value),
($0.User value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceSearchAllReq, $0.UsersList>(
'SearchAll',
searchAll_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceSearchAllReq.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceFilterReq, $0.UsersList>(
'Filter',
filter_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceFilterReq.fromBuffer(value),
($0.UsersList value) => value.writeToBuffer()));
$addMethod(
$grpc.ServiceMethod<$1.CountInSLCStatusRequest, $1.CountResponse>(
'CountInStatus',
countInStatus_Pre,
false,
false,
($core.List<$core.int> value) =>
$1.CountInSLCStatusRequest.fromBuffer(value),
($1.CountResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceCountReq, $1.CountResponse>(
'Count',
count_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceCountReq.fromBuffer(value),
($1.CountResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UsersServiceFilterReq, $1.StandardFile>(
'DownloadAsCSV',
downloadAsCSV_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.UsersServiceFilterReq.fromBuffer(value),
($1.StandardFile value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.StandardFile, $1.IdentifierUUIDsList>(
'ImportFromCSV',
importFromCSV_Pre,
false,
false,
($core.List<$core.int> value) => $1.StandardFile.fromBuffer(value),
($1.IdentifierUUIDsList value) => value.writeToBuffer()));
}