25
25
* @method GetLogicDatabase getLogicDatabase(array $options = [])
26
26
* @method GetOpLog getOpLog(array $options = [])
27
27
* @method GetOrderBaseInfo getOrderBaseInfo(array $options = [])
28
+ * @method GetUser getUser(array $options = [])
29
+ * @method GrantUserPermission grantUserPermission(array $options = [])
28
30
* @method ListColumns listColumns(array $options = [])
29
31
* @method ListDatabases listDatabases(array $options = [])
32
+ * @method ListDatabaseUserPermssions listDatabaseUserPermssions(array $options = [])
30
33
* @method ListIndexes listIndexes(array $options = [])
31
34
* @method ListInstances listInstances(array $options = [])
32
35
* @method ListLogicDatabases listLogicDatabases(array $options = [])
33
36
* @method ListLogicTables listLogicTables(array $options = [])
34
37
* @method ListOrders listOrders(array $options = [])
35
38
* @method ListTables listTables(array $options = [])
39
+ * @method ListUserPermissions listUserPermissions(array $options = [])
36
40
* @method ListUsers listUsers(array $options = [])
37
41
* @method RegisterInstance registerInstance(array $options = [])
38
42
* @method RegisterUser registerUser(array $options = [])
43
+ * @method RevokeUserPermission revokeUserPermission(array $options = [])
39
44
* @method SearchDatabase searchDatabase(array $options = [])
40
45
* @method SearchTable searchTable(array $options = [])
46
+ * @method SetOwners setOwners(array $options = [])
41
47
* @method SubmitOrderApproval submitOrderApproval(array $options = [])
48
+ * @method SyncDatabaseMeta syncDatabaseMeta(array $options = [])
49
+ * @method SyncInstanceMeta syncInstanceMeta(array $options = [])
42
50
* @method UpdateInstance updateInstance(array $options = [])
43
51
* @method UpdateUser updateUser(array $options = [])
44
52
*/
@@ -354,6 +362,45 @@ public function withOrderId($value)
354
362
}
355
363
}
356
364
365
+ /**
366
+ * @method string getUid()
367
+ * @method $this withUid($value)
368
+ * @method string getUserId()
369
+ * @method $this withUserId($value)
370
+ * @method string getTid()
371
+ * @method $this withTid($value)
372
+ */
373
+ class GetUser extends Rpc
374
+ {
375
+
376
+ /** @var string */
377
+ public $ method = 'GET ' ;
378
+ }
379
+
380
+ /**
381
+ * @method string getPermTypes()
382
+ * @method $this withPermTypes($value)
383
+ * @method string getDsType()
384
+ * @method $this withDsType($value)
385
+ * @method string getExpireDate()
386
+ * @method $this withExpireDate($value)
387
+ * @method string getUserId()
388
+ * @method $this withUserId($value)
389
+ * @method string getTid()
390
+ * @method $this withTid($value)
391
+ * @method string getDbId()
392
+ * @method $this withDbId($value)
393
+ * @method string getTableId()
394
+ * @method $this withTableId($value)
395
+ * @method string getLogic()
396
+ * @method $this withLogic($value)
397
+ * @method string getTableName()
398
+ * @method $this withTableName($value)
399
+ */
400
+ class GrantUserPermission extends Rpc
401
+ {
402
+ }
403
+
357
404
/**
358
405
* @method string getTableId()
359
406
* @method $this withTableId($value)
@@ -386,6 +433,29 @@ class ListDatabases extends Rpc
386
433
public $ method = 'GET ' ;
387
434
}
388
435
436
+ /**
437
+ * @method string getPermType()
438
+ * @method $this withPermType($value)
439
+ * @method string getDbId()
440
+ * @method $this withDbId($value)
441
+ * @method string getPageSize()
442
+ * @method $this withPageSize($value)
443
+ * @method string getLogic()
444
+ * @method $this withLogic($value)
445
+ * @method string getTid()
446
+ * @method $this withTid($value)
447
+ * @method string getPageNumber()
448
+ * @method $this withPageNumber($value)
449
+ * @method string getUserName()
450
+ * @method $this withUserName($value)
451
+ */
452
+ class ListDatabaseUserPermssions extends Rpc
453
+ {
454
+
455
+ /** @var string */
456
+ public $ method = 'GET ' ;
457
+ }
458
+
389
459
/**
390
460
* @method string getTableId()
391
461
* @method $this withTableId($value)
@@ -510,6 +580,33 @@ class ListTables extends Rpc
510
580
public $ method = 'GET ' ;
511
581
}
512
582
583
+ /**
584
+ * @method string getUserId()
585
+ * @method $this withUserId($value)
586
+ * @method string getTid()
587
+ * @method $this withTid($value)
588
+ * @method string getPageNumber()
589
+ * @method $this withPageNumber($value)
590
+ * @method string getPermType()
591
+ * @method $this withPermType($value)
592
+ * @method string getDatabaseName()
593
+ * @method $this withDatabaseName($value)
594
+ * @method string getEnvType()
595
+ * @method $this withEnvType($value)
596
+ * @method string getDbType()
597
+ * @method $this withDbType($value)
598
+ * @method string getPageSize()
599
+ * @method $this withPageSize($value)
600
+ * @method string getLogic()
601
+ * @method $this withLogic($value)
602
+ */
603
+ class ListUserPermissions extends Rpc
604
+ {
605
+
606
+ /** @var string */
607
+ public $ method = 'GET ' ;
608
+ }
609
+
513
610
/**
514
611
* @method string getUserState()
515
612
* @method $this withUserState($value)
@@ -586,13 +683,39 @@ class RegisterInstance extends Rpc
586
683
* @method $this withUid($value)
587
684
* @method string getUserNick()
588
685
* @method $this withUserNick($value)
686
+ * @method string getMobile()
687
+ * @method $this withMobile($value)
589
688
* @method string getTid()
590
689
* @method $this withTid($value)
591
690
*/
592
691
class RegisterUser extends Rpc
593
692
{
594
693
}
595
694
695
+ /**
696
+ * @method string getPermTypes()
697
+ * @method $this withPermTypes($value)
698
+ * @method string getUserAccessId()
699
+ * @method $this withUserAccessId($value)
700
+ * @method string getDsType()
701
+ * @method $this withDsType($value)
702
+ * @method string getUserId()
703
+ * @method $this withUserId($value)
704
+ * @method string getTid()
705
+ * @method $this withTid($value)
706
+ * @method string getDbId()
707
+ * @method $this withDbId($value)
708
+ * @method string getTableId()
709
+ * @method $this withTableId($value)
710
+ * @method string getLogic()
711
+ * @method $this withLogic($value)
712
+ * @method string getTableName()
713
+ * @method $this withTableName($value)
714
+ */
715
+ class RevokeUserPermission extends Rpc
716
+ {
717
+ }
718
+
596
719
/**
597
720
* @method string getSearchKey()
598
721
* @method $this withSearchKey($value)
@@ -641,6 +764,20 @@ class SearchTable extends Rpc
641
764
public $ method = 'GET ' ;
642
765
}
643
766
767
+ /**
768
+ * @method string getResourceId()
769
+ * @method $this withResourceId($value)
770
+ * @method string getOwnerIds()
771
+ * @method $this withOwnerIds($value)
772
+ * @method string getOwnerType()
773
+ * @method $this withOwnerType($value)
774
+ * @method string getTid()
775
+ * @method $this withTid($value)
776
+ */
777
+ class SetOwners extends Rpc
778
+ {
779
+ }
780
+
644
781
/**
645
782
* @method string getOrderId()
646
783
* @method $this withOrderId($value)
@@ -651,6 +788,30 @@ class SubmitOrderApproval extends Rpc
651
788
{
652
789
}
653
790
791
+ /**
792
+ * @method string getDbId()
793
+ * @method $this withDbId($value)
794
+ * @method string getLogic()
795
+ * @method $this withLogic($value)
796
+ * @method string getTid()
797
+ * @method $this withTid($value)
798
+ */
799
+ class SyncDatabaseMeta extends Rpc
800
+ {
801
+ }
802
+
803
+ /**
804
+ * @method string getInstanceId()
805
+ * @method $this withInstanceId($value)
806
+ * @method string getIgnoreTable()
807
+ * @method $this withIgnoreTable($value)
808
+ * @method string getTid()
809
+ * @method $this withTid($value)
810
+ */
811
+ class SyncInstanceMeta extends Rpc
812
+ {
813
+ }
814
+
654
815
/**
655
816
* @method string getSafeRuleId()
656
817
* @method $this withSafeRuleId($value)
0 commit comments