strongdm 7.0.0__zip → 12.1.0__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. {strongdm-7.0.0 → strongdm-12.1.0}/PKG-INFO +2 -2
  2. {strongdm-7.0.0 → strongdm-12.1.0}/setup.py +2 -2
  3. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2.py +3 -3
  4. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2.py +3 -3
  5. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_pb2.py +45 -16
  6. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_pb2.py +6 -4
  7. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_pb2.py +47 -34
  8. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_pb2_grpc.py +3 -0
  9. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +3 -3
  10. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2.py +3 -3
  11. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2.py +3 -3
  12. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2.py +3 -3
  13. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2.py +3 -3
  14. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2.py +3 -3
  15. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/client.py +108 -13
  16. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/constants.py +86 -12
  17. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/drivers_pb2.py +745 -227
  18. strongdm-12.1.0/strongdm/health_checks_pb2.py +107 -0
  19. strongdm-12.1.0/strongdm/health_checks_pb2_grpc.py +87 -0
  20. strongdm-12.1.0/strongdm/identity_aliases_history_pb2.py +100 -0
  21. strongdm-12.1.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
  22. strongdm-12.1.0/strongdm/identity_aliases_pb2.py +220 -0
  23. strongdm-12.1.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
  24. strongdm-12.1.0/strongdm/identity_sets_history_pb2.py +100 -0
  25. strongdm-12.1.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
  26. strongdm-12.1.0/strongdm/identity_sets_pb2.py +216 -0
  27. strongdm-12.1.0/strongdm/identity_sets_pb2_grpc.py +223 -0
  28. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/models.py +5857 -1634
  29. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_pb2.py +41 -15
  30. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/options_pb2.py +24 -24
  31. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/organization_history_pb2.py +13 -5
  32. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2.py +3 -3
  33. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2.py +3 -3
  34. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2.py +3 -3
  35. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2.py +3 -3
  36. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/plumbing.py +3197 -1210
  37. strongdm-12.1.0/strongdm/policies_history_pb2.py +100 -0
  38. strongdm-12.1.0/strongdm/policies_history_pb2_grpc.py +84 -0
  39. strongdm-12.1.0/strongdm/policies_pb2.py +216 -0
  40. strongdm-12.1.0/strongdm/policies_pb2_grpc.py +223 -0
  41. strongdm-12.1.0/strongdm/proxy_cluster_keys_pb2.py +191 -0
  42. strongdm-12.1.0/strongdm/proxy_cluster_keys_pb2_grpc.py +192 -0
  43. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/queries_pb2.py +17 -11
  44. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2.py +3 -3
  45. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2.py +3 -3
  46. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
  47. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2.py +3 -3
  48. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/replays_pb2.py +8 -6
  49. strongdm-12.1.0/strongdm/secret_store_types_pb2.py +687 -0
  50. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/spec_pb2.py +12 -8
  51. strongdm-12.1.0/strongdm/spec_pb2_grpc.py +18 -0
  52. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/svc.py +1345 -339
  53. strongdm-12.1.0/strongdm/tags_pb2_grpc.py +18 -0
  54. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2.py +3 -3
  55. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2.py +3 -3
  56. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2.py +3 -3
  57. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2.py +3 -3
  58. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2.py +3 -3
  59. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2.py +3 -3
  60. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2.py +3 -3
  61. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_pb2.py +31 -26
  62. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/PKG-INFO +2 -2
  63. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/SOURCES.txt +18 -0
  64. strongdm-7.0.0/strongdm/secret_store_types_pb2.py +0 -549
  65. {strongdm-7.0.0 → strongdm-12.1.0}/LICENSE +0 -0
  66. {strongdm-7.0.0 → strongdm-12.1.0}/README.md +0 -0
  67. {strongdm-7.0.0 → strongdm-12.1.0}/setup.cfg +0 -0
  68. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/__init__.py +0 -0
  69. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  70. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  71. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  72. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
  73. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  74. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2.py +0 -0
  75. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  76. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2.py +0 -0
  77. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  78. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  79. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2.py +0 -0
  80. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  81. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2.py +0 -0
  82. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  83. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_pb2.py +0 -0
  84. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  85. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2.py +0 -0
  86. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  87. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/activities_pb2.py +0 -0
  88. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/activities_pb2_grpc.py +0 -0
  89. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
  90. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
  91. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
  92. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
  93. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
  94. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
  95. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/control_panel_pb2.py +0 -0
  96. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  97. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
  98. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/errors.py +0 -0
  99. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2.py +0 -0
  100. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  101. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
  102. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/options_pb2_grpc.py +0 -0
  103. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  104. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  105. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  106. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  107. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  108. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/queries_pb2_grpc.py +0 -0
  109. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  110. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  111. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  112. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  113. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/replays_pb2_grpc.py +0 -0
  114. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_history_pb2.py +0 -0
  115. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  116. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_pb2.py +0 -0
  117. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/resources_pb2_grpc.py +0 -0
  118. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2.py +0 -0
  119. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  120. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_pb2.py +0 -0
  121. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  122. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_history_pb2.py +0 -0
  123. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  124. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_pb2.py +0 -0
  125. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/roles_pb2_grpc.py +0 -0
  126. /strongdm-7.0.0/strongdm/secret_store_types_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
  127. /strongdm-7.0.0/strongdm/spec_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_engine_types_pb2_grpc.py +0 -0
  128. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
  129. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
  130. /strongdm-7.0.0/strongdm/tags_pb2_grpc.py → /strongdm-12.1.0/strongdm/secret_store_types_pb2_grpc.py +0 -0
  131. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
  132. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  133. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2.py +0 -0
  134. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  135. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/tags_pb2.py +0 -0
  136. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  137. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
  138. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
  139. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
  140. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  141. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
  142. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  143. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
  144. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
  145. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/requires.txt +0 -0
  146. {strongdm-7.0.0 → strongdm-12.1.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -0,0 +1,223 @@
1
+ # Copyright 2020 StrongDM Inc
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ #
15
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
16
+ """Client and server classes corresponding to protobuf-defined services."""
17
+ import grpc
18
+
19
+ from . import identity_sets_pb2 as identity__sets__pb2
20
+
21
+
22
+ class IdentitySetsStub(object):
23
+ """A IdentitySet is a named grouping of Identity Aliases for Accounts.
24
+ An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
25
+ """
26
+
27
+ def __init__(self, channel):
28
+ """Constructor.
29
+
30
+ Args:
31
+ channel: A grpc.Channel.
32
+ """
33
+ self.Create = channel.unary_unary(
34
+ '/v1.IdentitySets/Create',
35
+ request_serializer=identity__sets__pb2.IdentitySetCreateRequest.SerializeToString,
36
+ response_deserializer=identity__sets__pb2.IdentitySetCreateResponse.FromString,
37
+ )
38
+ self.Get = channel.unary_unary(
39
+ '/v1.IdentitySets/Get',
40
+ request_serializer=identity__sets__pb2.IdentitySetGetRequest.SerializeToString,
41
+ response_deserializer=identity__sets__pb2.IdentitySetGetResponse.FromString,
42
+ )
43
+ self.Update = channel.unary_unary(
44
+ '/v1.IdentitySets/Update',
45
+ request_serializer=identity__sets__pb2.IdentitySetUpdateRequest.SerializeToString,
46
+ response_deserializer=identity__sets__pb2.IdentitySetUpdateResponse.FromString,
47
+ )
48
+ self.Delete = channel.unary_unary(
49
+ '/v1.IdentitySets/Delete',
50
+ request_serializer=identity__sets__pb2.IdentitySetDeleteRequest.SerializeToString,
51
+ response_deserializer=identity__sets__pb2.IdentitySetDeleteResponse.FromString,
52
+ )
53
+ self.List = channel.unary_unary(
54
+ '/v1.IdentitySets/List',
55
+ request_serializer=identity__sets__pb2.IdentitySetListRequest.SerializeToString,
56
+ response_deserializer=identity__sets__pb2.IdentitySetListResponse.FromString,
57
+ )
58
+
59
+
60
+ class IdentitySetsServicer(object):
61
+ """A IdentitySet is a named grouping of Identity Aliases for Accounts.
62
+ An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
63
+ """
64
+
65
+ def Create(self, request, context):
66
+ """Create registers a new IdentitySet.
67
+ """
68
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
69
+ context.set_details('Method not implemented!')
70
+ raise NotImplementedError('Method not implemented!')
71
+
72
+ def Get(self, request, context):
73
+ """Get reads one IdentitySet by ID.
74
+ """
75
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
76
+ context.set_details('Method not implemented!')
77
+ raise NotImplementedError('Method not implemented!')
78
+
79
+ def Update(self, request, context):
80
+ """Update replaces all the fields of a IdentitySet by ID.
81
+ """
82
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
83
+ context.set_details('Method not implemented!')
84
+ raise NotImplementedError('Method not implemented!')
85
+
86
+ def Delete(self, request, context):
87
+ """Delete removes a IdentitySet by ID.
88
+ """
89
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
90
+ context.set_details('Method not implemented!')
91
+ raise NotImplementedError('Method not implemented!')
92
+
93
+ def List(self, request, context):
94
+ """List gets a list of IdentitySets matching a given set of criteria.
95
+ """
96
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
97
+ context.set_details('Method not implemented!')
98
+ raise NotImplementedError('Method not implemented!')
99
+
100
+
101
+ def add_IdentitySetsServicer_to_server(servicer, server):
102
+ rpc_method_handlers = {
103
+ 'Create': grpc.unary_unary_rpc_method_handler(
104
+ servicer.Create,
105
+ request_deserializer=identity__sets__pb2.IdentitySetCreateRequest.FromString,
106
+ response_serializer=identity__sets__pb2.IdentitySetCreateResponse.SerializeToString,
107
+ ),
108
+ 'Get': grpc.unary_unary_rpc_method_handler(
109
+ servicer.Get,
110
+ request_deserializer=identity__sets__pb2.IdentitySetGetRequest.FromString,
111
+ response_serializer=identity__sets__pb2.IdentitySetGetResponse.SerializeToString,
112
+ ),
113
+ 'Update': grpc.unary_unary_rpc_method_handler(
114
+ servicer.Update,
115
+ request_deserializer=identity__sets__pb2.IdentitySetUpdateRequest.FromString,
116
+ response_serializer=identity__sets__pb2.IdentitySetUpdateResponse.SerializeToString,
117
+ ),
118
+ 'Delete': grpc.unary_unary_rpc_method_handler(
119
+ servicer.Delete,
120
+ request_deserializer=identity__sets__pb2.IdentitySetDeleteRequest.FromString,
121
+ response_serializer=identity__sets__pb2.IdentitySetDeleteResponse.SerializeToString,
122
+ ),
123
+ 'List': grpc.unary_unary_rpc_method_handler(
124
+ servicer.List,
125
+ request_deserializer=identity__sets__pb2.IdentitySetListRequest.FromString,
126
+ response_serializer=identity__sets__pb2.IdentitySetListResponse.SerializeToString,
127
+ ),
128
+ }
129
+ generic_handler = grpc.method_handlers_generic_handler(
130
+ 'v1.IdentitySets', rpc_method_handlers)
131
+ server.add_generic_rpc_handlers((generic_handler,))
132
+
133
+
134
+ # This class is part of an EXPERIMENTAL API.
135
+ class IdentitySets(object):
136
+ """A IdentitySet is a named grouping of Identity Aliases for Accounts.
137
+ An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
138
+ """
139
+
140
+ @staticmethod
141
+ def Create(request,
142
+ target,
143
+ options=(),
144
+ channel_credentials=None,
145
+ call_credentials=None,
146
+ insecure=False,
147
+ compression=None,
148
+ wait_for_ready=None,
149
+ timeout=None,
150
+ metadata=None):
151
+ return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Create',
152
+ identity__sets__pb2.IdentitySetCreateRequest.SerializeToString,
153
+ identity__sets__pb2.IdentitySetCreateResponse.FromString,
154
+ options, channel_credentials,
155
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
156
+
157
+ @staticmethod
158
+ def Get(request,
159
+ target,
160
+ options=(),
161
+ channel_credentials=None,
162
+ call_credentials=None,
163
+ insecure=False,
164
+ compression=None,
165
+ wait_for_ready=None,
166
+ timeout=None,
167
+ metadata=None):
168
+ return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Get',
169
+ identity__sets__pb2.IdentitySetGetRequest.SerializeToString,
170
+ identity__sets__pb2.IdentitySetGetResponse.FromString,
171
+ options, channel_credentials,
172
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
173
+
174
+ @staticmethod
175
+ def Update(request,
176
+ target,
177
+ options=(),
178
+ channel_credentials=None,
179
+ call_credentials=None,
180
+ insecure=False,
181
+ compression=None,
182
+ wait_for_ready=None,
183
+ timeout=None,
184
+ metadata=None):
185
+ return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Update',
186
+ identity__sets__pb2.IdentitySetUpdateRequest.SerializeToString,
187
+ identity__sets__pb2.IdentitySetUpdateResponse.FromString,
188
+ options, channel_credentials,
189
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
190
+
191
+ @staticmethod
192
+ def Delete(request,
193
+ target,
194
+ options=(),
195
+ channel_credentials=None,
196
+ call_credentials=None,
197
+ insecure=False,
198
+ compression=None,
199
+ wait_for_ready=None,
200
+ timeout=None,
201
+ metadata=None):
202
+ return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/Delete',
203
+ identity__sets__pb2.IdentitySetDeleteRequest.SerializeToString,
204
+ identity__sets__pb2.IdentitySetDeleteResponse.FromString,
205
+ options, channel_credentials,
206
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
207
+
208
+ @staticmethod
209
+ def List(request,
210
+ target,
211
+ options=(),
212
+ channel_credentials=None,
213
+ call_credentials=None,
214
+ insecure=False,
215
+ compression=None,
216
+ wait_for_ready=None,
217
+ timeout=None,
218
+ metadata=None):
219
+ return grpc.experimental.unary_unary(request, target, '/v1.IdentitySets/List',
220
+ identity__sets__pb2.IdentitySetListRequest.SerializeToString,
221
+ identity__sets__pb2.IdentitySetListResponse.FromString,
222
+ options, channel_credentials,
223
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)