strongdm 15.14.0__zip → 15.15.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.
- {strongdm-15.14.0 → strongdm-15.15.0}/PKG-INFO +2 -2
- {strongdm-15.14.0 → strongdm-15.15.0}/setup.py +2 -2
- strongdm-15.15.0/strongdm/accounts_groups_history_pb2.py +100 -0
- strongdm-15.15.0/strongdm/accounts_groups_history_pb2_grpc.py +84 -0
- strongdm-15.15.0/strongdm/accounts_groups_pb2.py +194 -0
- strongdm-15.15.0/strongdm/accounts_groups_pb2_grpc.py +186 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflows_pb2.py +5 -5
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/client.py +59 -1
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/drivers_pb2.py +262 -220
- strongdm-15.15.0/strongdm/groups_history_pb2.py +100 -0
- strongdm-15.15.0/strongdm/groups_history_pb2_grpc.py +84 -0
- strongdm-15.15.0/strongdm/groups_pb2.py +290 -0
- strongdm-15.15.0/strongdm/groups_pb2_grpc.py +253 -0
- strongdm-15.15.0/strongdm/groups_roles_history_pb2.py +100 -0
- strongdm-15.15.0/strongdm/groups_roles_history_pb2_grpc.py +84 -0
- strongdm-15.15.0/strongdm/groups_roles_pb2.py +200 -0
- strongdm-15.15.0/strongdm/groups_roles_pb2_grpc.py +186 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/models.py +6643 -4987
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/plumbing.py +1256 -11
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/svc.py +759 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm.egg-info/SOURCES.txt +12 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/LICENSE +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/README.md +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/setup.cfg +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/__init__.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/constants.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/errors.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/health_checks_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/health_checks_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/managed_secrets_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/options_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/policies_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_engine_policy_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_engine_types_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_engines_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-15.14.0 → strongdm-15.15.0}/strongdm.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,253 @@
|
|
|
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 groups_pb2 as groups__pb2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class GroupsStub(object):
|
|
23
|
+
"""A Group is a set of principals.
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
def __init__(self, channel):
|
|
27
|
+
"""Constructor.
|
|
28
|
+
|
|
29
|
+
Args:
|
|
30
|
+
channel: A grpc.Channel.
|
|
31
|
+
"""
|
|
32
|
+
self.Create = channel.unary_unary(
|
|
33
|
+
'/v1.Groups/Create',
|
|
34
|
+
request_serializer=groups__pb2.GroupCreateRequest.SerializeToString,
|
|
35
|
+
response_deserializer=groups__pb2.GroupCreateResponse.FromString,
|
|
36
|
+
)
|
|
37
|
+
self.CreateFromRoles = channel.unary_unary(
|
|
38
|
+
'/v1.Groups/CreateFromRoles',
|
|
39
|
+
request_serializer=groups__pb2.GroupCreateFromRolesRequest.SerializeToString,
|
|
40
|
+
response_deserializer=groups__pb2.GroupCreateFromRolesResponse.FromString,
|
|
41
|
+
)
|
|
42
|
+
self.Get = channel.unary_unary(
|
|
43
|
+
'/v1.Groups/Get',
|
|
44
|
+
request_serializer=groups__pb2.GroupGetRequest.SerializeToString,
|
|
45
|
+
response_deserializer=groups__pb2.GroupGetResponse.FromString,
|
|
46
|
+
)
|
|
47
|
+
self.Update = channel.unary_unary(
|
|
48
|
+
'/v1.Groups/Update',
|
|
49
|
+
request_serializer=groups__pb2.GroupUpdateRequest.SerializeToString,
|
|
50
|
+
response_deserializer=groups__pb2.GroupUpdateResponse.FromString,
|
|
51
|
+
)
|
|
52
|
+
self.Delete = channel.unary_unary(
|
|
53
|
+
'/v1.Groups/Delete',
|
|
54
|
+
request_serializer=groups__pb2.GroupDeleteRequest.SerializeToString,
|
|
55
|
+
response_deserializer=groups__pb2.GroupDeleteResponse.FromString,
|
|
56
|
+
)
|
|
57
|
+
self.List = channel.unary_unary(
|
|
58
|
+
'/v1.Groups/List',
|
|
59
|
+
request_serializer=groups__pb2.GroupListRequest.SerializeToString,
|
|
60
|
+
response_deserializer=groups__pb2.GroupListResponse.FromString,
|
|
61
|
+
)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
class GroupsServicer(object):
|
|
65
|
+
"""A Group is a set of principals.
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
def Create(self, request, context):
|
|
69
|
+
"""Create registers a new Group.
|
|
70
|
+
"""
|
|
71
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
72
|
+
context.set_details('Method not implemented!')
|
|
73
|
+
raise NotImplementedError('Method not implemented!')
|
|
74
|
+
|
|
75
|
+
def CreateFromRoles(self, request, context):
|
|
76
|
+
"""Missing associated documentation comment in .proto file."""
|
|
77
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
78
|
+
context.set_details('Method not implemented!')
|
|
79
|
+
raise NotImplementedError('Method not implemented!')
|
|
80
|
+
|
|
81
|
+
def Get(self, request, context):
|
|
82
|
+
"""Get reads one Group by ID.
|
|
83
|
+
"""
|
|
84
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
85
|
+
context.set_details('Method not implemented!')
|
|
86
|
+
raise NotImplementedError('Method not implemented!')
|
|
87
|
+
|
|
88
|
+
def Update(self, request, context):
|
|
89
|
+
"""Update replaces all the fields of a Group by ID.
|
|
90
|
+
"""
|
|
91
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
92
|
+
context.set_details('Method not implemented!')
|
|
93
|
+
raise NotImplementedError('Method not implemented!')
|
|
94
|
+
|
|
95
|
+
def Delete(self, request, context):
|
|
96
|
+
"""Delete removes a Group by ID.
|
|
97
|
+
"""
|
|
98
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
99
|
+
context.set_details('Method not implemented!')
|
|
100
|
+
raise NotImplementedError('Method not implemented!')
|
|
101
|
+
|
|
102
|
+
def List(self, request, context):
|
|
103
|
+
"""List gets a list of Groups matching a given set of criteria.
|
|
104
|
+
"""
|
|
105
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
106
|
+
context.set_details('Method not implemented!')
|
|
107
|
+
raise NotImplementedError('Method not implemented!')
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
def add_GroupsServicer_to_server(servicer, server):
|
|
111
|
+
rpc_method_handlers = {
|
|
112
|
+
'Create': grpc.unary_unary_rpc_method_handler(
|
|
113
|
+
servicer.Create,
|
|
114
|
+
request_deserializer=groups__pb2.GroupCreateRequest.FromString,
|
|
115
|
+
response_serializer=groups__pb2.GroupCreateResponse.SerializeToString,
|
|
116
|
+
),
|
|
117
|
+
'CreateFromRoles': grpc.unary_unary_rpc_method_handler(
|
|
118
|
+
servicer.CreateFromRoles,
|
|
119
|
+
request_deserializer=groups__pb2.GroupCreateFromRolesRequest.FromString,
|
|
120
|
+
response_serializer=groups__pb2.GroupCreateFromRolesResponse.SerializeToString,
|
|
121
|
+
),
|
|
122
|
+
'Get': grpc.unary_unary_rpc_method_handler(
|
|
123
|
+
servicer.Get,
|
|
124
|
+
request_deserializer=groups__pb2.GroupGetRequest.FromString,
|
|
125
|
+
response_serializer=groups__pb2.GroupGetResponse.SerializeToString,
|
|
126
|
+
),
|
|
127
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
|
128
|
+
servicer.Update,
|
|
129
|
+
request_deserializer=groups__pb2.GroupUpdateRequest.FromString,
|
|
130
|
+
response_serializer=groups__pb2.GroupUpdateResponse.SerializeToString,
|
|
131
|
+
),
|
|
132
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
|
133
|
+
servicer.Delete,
|
|
134
|
+
request_deserializer=groups__pb2.GroupDeleteRequest.FromString,
|
|
135
|
+
response_serializer=groups__pb2.GroupDeleteResponse.SerializeToString,
|
|
136
|
+
),
|
|
137
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
138
|
+
servicer.List,
|
|
139
|
+
request_deserializer=groups__pb2.GroupListRequest.FromString,
|
|
140
|
+
response_serializer=groups__pb2.GroupListResponse.SerializeToString,
|
|
141
|
+
),
|
|
142
|
+
}
|
|
143
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
144
|
+
'v1.Groups', rpc_method_handlers)
|
|
145
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
# This class is part of an EXPERIMENTAL API.
|
|
149
|
+
class Groups(object):
|
|
150
|
+
"""A Group is a set of principals.
|
|
151
|
+
"""
|
|
152
|
+
|
|
153
|
+
@staticmethod
|
|
154
|
+
def Create(request,
|
|
155
|
+
target,
|
|
156
|
+
options=(),
|
|
157
|
+
channel_credentials=None,
|
|
158
|
+
call_credentials=None,
|
|
159
|
+
insecure=False,
|
|
160
|
+
compression=None,
|
|
161
|
+
wait_for_ready=None,
|
|
162
|
+
timeout=None,
|
|
163
|
+
metadata=None):
|
|
164
|
+
return grpc.experimental.unary_unary(request, target, '/v1.Groups/Create',
|
|
165
|
+
groups__pb2.GroupCreateRequest.SerializeToString,
|
|
166
|
+
groups__pb2.GroupCreateResponse.FromString,
|
|
167
|
+
options, channel_credentials,
|
|
168
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
169
|
+
|
|
170
|
+
@staticmethod
|
|
171
|
+
def CreateFromRoles(request,
|
|
172
|
+
target,
|
|
173
|
+
options=(),
|
|
174
|
+
channel_credentials=None,
|
|
175
|
+
call_credentials=None,
|
|
176
|
+
insecure=False,
|
|
177
|
+
compression=None,
|
|
178
|
+
wait_for_ready=None,
|
|
179
|
+
timeout=None,
|
|
180
|
+
metadata=None):
|
|
181
|
+
return grpc.experimental.unary_unary(request, target, '/v1.Groups/CreateFromRoles',
|
|
182
|
+
groups__pb2.GroupCreateFromRolesRequest.SerializeToString,
|
|
183
|
+
groups__pb2.GroupCreateFromRolesResponse.FromString,
|
|
184
|
+
options, channel_credentials,
|
|
185
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
186
|
+
|
|
187
|
+
@staticmethod
|
|
188
|
+
def Get(request,
|
|
189
|
+
target,
|
|
190
|
+
options=(),
|
|
191
|
+
channel_credentials=None,
|
|
192
|
+
call_credentials=None,
|
|
193
|
+
insecure=False,
|
|
194
|
+
compression=None,
|
|
195
|
+
wait_for_ready=None,
|
|
196
|
+
timeout=None,
|
|
197
|
+
metadata=None):
|
|
198
|
+
return grpc.experimental.unary_unary(request, target, '/v1.Groups/Get',
|
|
199
|
+
groups__pb2.GroupGetRequest.SerializeToString,
|
|
200
|
+
groups__pb2.GroupGetResponse.FromString,
|
|
201
|
+
options, channel_credentials,
|
|
202
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
203
|
+
|
|
204
|
+
@staticmethod
|
|
205
|
+
def Update(request,
|
|
206
|
+
target,
|
|
207
|
+
options=(),
|
|
208
|
+
channel_credentials=None,
|
|
209
|
+
call_credentials=None,
|
|
210
|
+
insecure=False,
|
|
211
|
+
compression=None,
|
|
212
|
+
wait_for_ready=None,
|
|
213
|
+
timeout=None,
|
|
214
|
+
metadata=None):
|
|
215
|
+
return grpc.experimental.unary_unary(request, target, '/v1.Groups/Update',
|
|
216
|
+
groups__pb2.GroupUpdateRequest.SerializeToString,
|
|
217
|
+
groups__pb2.GroupUpdateResponse.FromString,
|
|
218
|
+
options, channel_credentials,
|
|
219
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
220
|
+
|
|
221
|
+
@staticmethod
|
|
222
|
+
def Delete(request,
|
|
223
|
+
target,
|
|
224
|
+
options=(),
|
|
225
|
+
channel_credentials=None,
|
|
226
|
+
call_credentials=None,
|
|
227
|
+
insecure=False,
|
|
228
|
+
compression=None,
|
|
229
|
+
wait_for_ready=None,
|
|
230
|
+
timeout=None,
|
|
231
|
+
metadata=None):
|
|
232
|
+
return grpc.experimental.unary_unary(request, target, '/v1.Groups/Delete',
|
|
233
|
+
groups__pb2.GroupDeleteRequest.SerializeToString,
|
|
234
|
+
groups__pb2.GroupDeleteResponse.FromString,
|
|
235
|
+
options, channel_credentials,
|
|
236
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
237
|
+
|
|
238
|
+
@staticmethod
|
|
239
|
+
def List(request,
|
|
240
|
+
target,
|
|
241
|
+
options=(),
|
|
242
|
+
channel_credentials=None,
|
|
243
|
+
call_credentials=None,
|
|
244
|
+
insecure=False,
|
|
245
|
+
compression=None,
|
|
246
|
+
wait_for_ready=None,
|
|
247
|
+
timeout=None,
|
|
248
|
+
metadata=None):
|
|
249
|
+
return grpc.experimental.unary_unary(request, target, '/v1.Groups/List',
|
|
250
|
+
groups__pb2.GroupListRequest.SerializeToString,
|
|
251
|
+
groups__pb2.GroupListResponse.FromString,
|
|
252
|
+
options, channel_credentials,
|
|
253
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,100 @@
|
|
|
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
|
+
# -*- coding: utf-8 -*-
|
|
16
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
17
|
+
# source: groups_roles_history.proto
|
|
18
|
+
"""Generated protocol buffer code."""
|
|
19
|
+
from google.protobuf import descriptor as _descriptor
|
|
20
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
from google.protobuf import reflection as _reflection
|
|
23
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
24
|
+
# @@protoc_insertion_point(imports)
|
|
25
|
+
|
|
26
|
+
_sym_db = _symbol_database.Default()
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
30
|
+
from . import groups_roles_pb2 as groups__roles__pb2
|
|
31
|
+
from . import options_pb2 as options__pb2
|
|
32
|
+
from . import spec_pb2 as spec__pb2
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1agroups_roles_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x12groups_roles.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8a\x01\n\x1bGroupRoleHistoryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xda\x01\n\x1cGroupRoleHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x31\n\x07history\x18\x02 \x03(\x0b\x32\x14.v1.GroupRoleHistoryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x8d\x02\n\x10GroupRoleHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12-\n\ngroup_role\x18\x03 \x01(\x0b\x32\r.v1.GroupRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xdd\x01\n\x12GroupsRolesHistory\x12y\n\x04List\x12\x1f.v1.GroupRoleHistoryListRequest\x1a .v1.GroupRoleHistoryListResponse\".\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1c\xaa\xf3\xb3\x07\x17/v1/groupsroles-history\x1aL\xca\xf9\xb3\x07\x15\xc2\xf9\xb3\x07\x10GroupRoleHistory\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerB\x96\x01\n\x19\x63om.strongdm.api.plumbingB\x1aGroupsRolesHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
_GROUPROLEHISTORYLISTREQUEST = DESCRIPTOR.message_types_by_name['GroupRoleHistoryListRequest']
|
|
40
|
+
_GROUPROLEHISTORYLISTRESPONSE = DESCRIPTOR.message_types_by_name['GroupRoleHistoryListResponse']
|
|
41
|
+
_GROUPROLEHISTORY = DESCRIPTOR.message_types_by_name['GroupRoleHistory']
|
|
42
|
+
GroupRoleHistoryListRequest = _reflection.GeneratedProtocolMessageType('GroupRoleHistoryListRequest', (_message.Message,), {
|
|
43
|
+
'DESCRIPTOR' : _GROUPROLEHISTORYLISTREQUEST,
|
|
44
|
+
'__module__' : 'groups_roles_history_pb2'
|
|
45
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleHistoryListRequest)
|
|
46
|
+
})
|
|
47
|
+
_sym_db.RegisterMessage(GroupRoleHistoryListRequest)
|
|
48
|
+
|
|
49
|
+
GroupRoleHistoryListResponse = _reflection.GeneratedProtocolMessageType('GroupRoleHistoryListResponse', (_message.Message,), {
|
|
50
|
+
'DESCRIPTOR' : _GROUPROLEHISTORYLISTRESPONSE,
|
|
51
|
+
'__module__' : 'groups_roles_history_pb2'
|
|
52
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleHistoryListResponse)
|
|
53
|
+
})
|
|
54
|
+
_sym_db.RegisterMessage(GroupRoleHistoryListResponse)
|
|
55
|
+
|
|
56
|
+
GroupRoleHistory = _reflection.GeneratedProtocolMessageType('GroupRoleHistory', (_message.Message,), {
|
|
57
|
+
'DESCRIPTOR' : _GROUPROLEHISTORY,
|
|
58
|
+
'__module__' : 'groups_roles_history_pb2'
|
|
59
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleHistory)
|
|
60
|
+
})
|
|
61
|
+
_sym_db.RegisterMessage(GroupRoleHistory)
|
|
62
|
+
|
|
63
|
+
_GROUPSROLESHISTORY = DESCRIPTOR.services_by_name['GroupsRolesHistory']
|
|
64
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
65
|
+
|
|
66
|
+
DESCRIPTOR._options = None
|
|
67
|
+
DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\032GroupsRolesHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\302\222\264\007\006\242\214\264\007\001*\302\222\264\007\030\242\214\264\007\023!terraform-provider'
|
|
68
|
+
_GROUPROLEHISTORYLISTREQUEST.fields_by_name['filter']._options = None
|
|
69
|
+
_GROUPROLEHISTORYLISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
70
|
+
_GROUPROLEHISTORYLISTREQUEST._options = None
|
|
71
|
+
_GROUPROLEHISTORYLISTREQUEST._serialized_options = b'\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
|
|
72
|
+
_GROUPROLEHISTORYLISTRESPONSE.fields_by_name['history']._options = None
|
|
73
|
+
_GROUPROLEHISTORYLISTRESPONSE.fields_by_name['history']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
|
|
74
|
+
_GROUPROLEHISTORYLISTRESPONSE.fields_by_name['rate_limit']._options = None
|
|
75
|
+
_GROUPROLEHISTORYLISTRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
76
|
+
_GROUPROLEHISTORYLISTRESPONSE._options = None
|
|
77
|
+
_GROUPROLEHISTORYLISTRESPONSE._serialized_options = b'\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
|
|
78
|
+
_GROUPROLEHISTORY.fields_by_name['activity_id']._options = None
|
|
79
|
+
_GROUPROLEHISTORY.fields_by_name['activity_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
80
|
+
_GROUPROLEHISTORY.fields_by_name['timestamp']._options = None
|
|
81
|
+
_GROUPROLEHISTORY.fields_by_name['timestamp']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
82
|
+
_GROUPROLEHISTORY.fields_by_name['group_role']._options = None
|
|
83
|
+
_GROUPROLEHISTORY.fields_by_name['group_role']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
84
|
+
_GROUPROLEHISTORY.fields_by_name['deleted_at']._options = None
|
|
85
|
+
_GROUPROLEHISTORY.fields_by_name['deleted_at']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
86
|
+
_GROUPROLEHISTORY._options = None
|
|
87
|
+
_GROUPROLEHISTORY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
|
|
88
|
+
_GROUPSROLESHISTORY._options = None
|
|
89
|
+
_GROUPSROLESHISTORY._serialized_options = b'\312\371\263\007\025\302\371\263\007\020GroupRoleHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
|
|
90
|
+
_GROUPSROLESHISTORY.methods_by_name['List']._options = None
|
|
91
|
+
_GROUPSROLESHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\034\252\363\263\007\027/v1/groupsroles-history'
|
|
92
|
+
_GROUPROLEHISTORYLISTREQUEST._serialized_start=115
|
|
93
|
+
_GROUPROLEHISTORYLISTREQUEST._serialized_end=253
|
|
94
|
+
_GROUPROLEHISTORYLISTRESPONSE._serialized_start=256
|
|
95
|
+
_GROUPROLEHISTORYLISTRESPONSE._serialized_end=474
|
|
96
|
+
_GROUPROLEHISTORY._serialized_start=477
|
|
97
|
+
_GROUPROLEHISTORY._serialized_end=746
|
|
98
|
+
_GROUPSROLESHISTORY._serialized_start=749
|
|
99
|
+
_GROUPSROLESHISTORY._serialized_end=970
|
|
100
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,84 @@
|
|
|
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 groups_roles_history_pb2 as groups__roles__history__pb2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class GroupsRolesHistoryStub(object):
|
|
23
|
+
"""GroupsRolesHistory records all changes to the state of a GroupRole.
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
def __init__(self, channel):
|
|
27
|
+
"""Constructor.
|
|
28
|
+
|
|
29
|
+
Args:
|
|
30
|
+
channel: A grpc.Channel.
|
|
31
|
+
"""
|
|
32
|
+
self.List = channel.unary_unary(
|
|
33
|
+
'/v1.GroupsRolesHistory/List',
|
|
34
|
+
request_serializer=groups__roles__history__pb2.GroupRoleHistoryListRequest.SerializeToString,
|
|
35
|
+
response_deserializer=groups__roles__history__pb2.GroupRoleHistoryListResponse.FromString,
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class GroupsRolesHistoryServicer(object):
|
|
40
|
+
"""GroupsRolesHistory records all changes to the state of a GroupRole.
|
|
41
|
+
"""
|
|
42
|
+
|
|
43
|
+
def List(self, request, context):
|
|
44
|
+
"""List gets a list of GroupRoleHistory records matching a given set of criteria.
|
|
45
|
+
"""
|
|
46
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
47
|
+
context.set_details('Method not implemented!')
|
|
48
|
+
raise NotImplementedError('Method not implemented!')
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def add_GroupsRolesHistoryServicer_to_server(servicer, server):
|
|
52
|
+
rpc_method_handlers = {
|
|
53
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
54
|
+
servicer.List,
|
|
55
|
+
request_deserializer=groups__roles__history__pb2.GroupRoleHistoryListRequest.FromString,
|
|
56
|
+
response_serializer=groups__roles__history__pb2.GroupRoleHistoryListResponse.SerializeToString,
|
|
57
|
+
),
|
|
58
|
+
}
|
|
59
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
60
|
+
'v1.GroupsRolesHistory', rpc_method_handlers)
|
|
61
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# This class is part of an EXPERIMENTAL API.
|
|
65
|
+
class GroupsRolesHistory(object):
|
|
66
|
+
"""GroupsRolesHistory records all changes to the state of a GroupRole.
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
@staticmethod
|
|
70
|
+
def List(request,
|
|
71
|
+
target,
|
|
72
|
+
options=(),
|
|
73
|
+
channel_credentials=None,
|
|
74
|
+
call_credentials=None,
|
|
75
|
+
insecure=False,
|
|
76
|
+
compression=None,
|
|
77
|
+
wait_for_ready=None,
|
|
78
|
+
timeout=None,
|
|
79
|
+
metadata=None):
|
|
80
|
+
return grpc.experimental.unary_unary(request, target, '/v1.GroupsRolesHistory/List',
|
|
81
|
+
groups__roles__history__pb2.GroupRoleHistoryListRequest.SerializeToString,
|
|
82
|
+
groups__roles__history__pb2.GroupRoleHistoryListResponse.FromString,
|
|
83
|
+
options, channel_credentials,
|
|
84
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,200 @@
|
|
|
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
|
+
# -*- coding: utf-8 -*-
|
|
16
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
17
|
+
# source: groups_roles.proto
|
|
18
|
+
"""Generated protocol buffer code."""
|
|
19
|
+
from google.protobuf import descriptor as _descriptor
|
|
20
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
from google.protobuf import reflection as _reflection
|
|
23
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
24
|
+
# @@protoc_insertion_point(imports)
|
|
25
|
+
|
|
26
|
+
_sym_db = _symbol_database.Default()
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
from . import options_pb2 as options__pb2
|
|
30
|
+
from . import spec_pb2 as spec__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12groups_roles.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x8a\x01\n\x16GroupRoleCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12-\n\ngroup_role\x18\x02 \x01(\x0b\x32\r.v1.GroupRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xc3\x01\n\x17GroupRoleCreateResponse\x12(\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadata\x12-\n\ngroup_role\x18\x02 \x01(\x0b\x32\r.v1.GroupRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"m\n\x13GroupRoleGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xc9\x01\n\x14GroupRoleGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12-\n\ngroup_role\x18\x02 \x01(\x0b\x32\r.v1.GroupRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"s\n\x16GroupRoleDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xcf\x01\n\x17GroupRoleDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12-\n\ngroup_role\x18\x03 \x01(\x0b\x32\r.v1.GroupRoleB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"s\n\x14GroupRoleListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xc1\x01\n\x15GroupRoleListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12/\n\x0cgroups_roles\x18\x02 \x03(\x0b\x32\r.v1.GroupRoleB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12\x35\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li\"\xee\x01\n\tGroupRole\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12!\n\x08group_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12 \n\x07role_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x32\n\ngroup_name\x18\x04 \x01(\tB\x1e\xf2\xf8\xb3\x07\x19\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\x12\x36\n\trole_name\x18\x05 \x01(\tB#\xf2\xf8\xb3\x07\x1e\xb0\xf3\xb3\x07\x01\x98\xf4\xb3\x07\x01\xb2\xf4\xb3\x07\ngo_private\xd0\xf4\xb3\x07\x01:\x18\xfa\xf8\xb3\x07\x13\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\xd2\xf3\xb3\x07\x03\x63li2\xea\x03\n\x0bGroupsRoles\x12j\n\x06\x43reate\x12\x1a.v1.GroupRoleCreateRequest\x1a\x1b.v1.GroupRoleCreateResponse\"\'\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x14\xaa\xf3\xb3\x07\x0f/v1/groupsroles\x12\x65\n\x03Get\x12\x17.v1.GroupRoleGetRequest\x1a\x18.v1.GroupRoleGetResponse\"+\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x19\xaa\xf3\xb3\x07\x14/v1/groupsroles/{id}\x12q\n\x06\x44\x65lete\x12\x1a.v1.GroupRoleDeleteRequest\x1a\x1b.v1.GroupRoleDeleteResponse\".\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x19\xaa\xf3\xb3\x07\x14/v1/groupsroles/{id}\x12\x63\n\x04List\x12\x18.v1.GroupRoleListRequest\x1a\x19.v1.GroupRoleListResponse\"&\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x14\xaa\xf3\xb3\x07\x0f/v1/groupsroles\x1a\x30\xca\xf9\xb3\x07+\xc2\xf9\xb3\x07\tGroupRole\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x03\x63li\xd2\xf9\xb3\x07\ngrouprole-B\x7f\n\x19\x63om.strongdm.api.plumbingB\x13GroupsRolesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x08\xa2\x8c\xb4\x07\x03\x63lib\x06proto3')
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
_GROUPROLECREATEREQUEST = DESCRIPTOR.message_types_by_name['GroupRoleCreateRequest']
|
|
38
|
+
_GROUPROLECREATERESPONSE = DESCRIPTOR.message_types_by_name['GroupRoleCreateResponse']
|
|
39
|
+
_GROUPROLEGETREQUEST = DESCRIPTOR.message_types_by_name['GroupRoleGetRequest']
|
|
40
|
+
_GROUPROLEGETRESPONSE = DESCRIPTOR.message_types_by_name['GroupRoleGetResponse']
|
|
41
|
+
_GROUPROLEDELETEREQUEST = DESCRIPTOR.message_types_by_name['GroupRoleDeleteRequest']
|
|
42
|
+
_GROUPROLEDELETERESPONSE = DESCRIPTOR.message_types_by_name['GroupRoleDeleteResponse']
|
|
43
|
+
_GROUPROLELISTREQUEST = DESCRIPTOR.message_types_by_name['GroupRoleListRequest']
|
|
44
|
+
_GROUPROLELISTRESPONSE = DESCRIPTOR.message_types_by_name['GroupRoleListResponse']
|
|
45
|
+
_GROUPROLE = DESCRIPTOR.message_types_by_name['GroupRole']
|
|
46
|
+
GroupRoleCreateRequest = _reflection.GeneratedProtocolMessageType('GroupRoleCreateRequest', (_message.Message,), {
|
|
47
|
+
'DESCRIPTOR' : _GROUPROLECREATEREQUEST,
|
|
48
|
+
'__module__' : 'groups_roles_pb2'
|
|
49
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleCreateRequest)
|
|
50
|
+
})
|
|
51
|
+
_sym_db.RegisterMessage(GroupRoleCreateRequest)
|
|
52
|
+
|
|
53
|
+
GroupRoleCreateResponse = _reflection.GeneratedProtocolMessageType('GroupRoleCreateResponse', (_message.Message,), {
|
|
54
|
+
'DESCRIPTOR' : _GROUPROLECREATERESPONSE,
|
|
55
|
+
'__module__' : 'groups_roles_pb2'
|
|
56
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleCreateResponse)
|
|
57
|
+
})
|
|
58
|
+
_sym_db.RegisterMessage(GroupRoleCreateResponse)
|
|
59
|
+
|
|
60
|
+
GroupRoleGetRequest = _reflection.GeneratedProtocolMessageType('GroupRoleGetRequest', (_message.Message,), {
|
|
61
|
+
'DESCRIPTOR' : _GROUPROLEGETREQUEST,
|
|
62
|
+
'__module__' : 'groups_roles_pb2'
|
|
63
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleGetRequest)
|
|
64
|
+
})
|
|
65
|
+
_sym_db.RegisterMessage(GroupRoleGetRequest)
|
|
66
|
+
|
|
67
|
+
GroupRoleGetResponse = _reflection.GeneratedProtocolMessageType('GroupRoleGetResponse', (_message.Message,), {
|
|
68
|
+
'DESCRIPTOR' : _GROUPROLEGETRESPONSE,
|
|
69
|
+
'__module__' : 'groups_roles_pb2'
|
|
70
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleGetResponse)
|
|
71
|
+
})
|
|
72
|
+
_sym_db.RegisterMessage(GroupRoleGetResponse)
|
|
73
|
+
|
|
74
|
+
GroupRoleDeleteRequest = _reflection.GeneratedProtocolMessageType('GroupRoleDeleteRequest', (_message.Message,), {
|
|
75
|
+
'DESCRIPTOR' : _GROUPROLEDELETEREQUEST,
|
|
76
|
+
'__module__' : 'groups_roles_pb2'
|
|
77
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleDeleteRequest)
|
|
78
|
+
})
|
|
79
|
+
_sym_db.RegisterMessage(GroupRoleDeleteRequest)
|
|
80
|
+
|
|
81
|
+
GroupRoleDeleteResponse = _reflection.GeneratedProtocolMessageType('GroupRoleDeleteResponse', (_message.Message,), {
|
|
82
|
+
'DESCRIPTOR' : _GROUPROLEDELETERESPONSE,
|
|
83
|
+
'__module__' : 'groups_roles_pb2'
|
|
84
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleDeleteResponse)
|
|
85
|
+
})
|
|
86
|
+
_sym_db.RegisterMessage(GroupRoleDeleteResponse)
|
|
87
|
+
|
|
88
|
+
GroupRoleListRequest = _reflection.GeneratedProtocolMessageType('GroupRoleListRequest', (_message.Message,), {
|
|
89
|
+
'DESCRIPTOR' : _GROUPROLELISTREQUEST,
|
|
90
|
+
'__module__' : 'groups_roles_pb2'
|
|
91
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleListRequest)
|
|
92
|
+
})
|
|
93
|
+
_sym_db.RegisterMessage(GroupRoleListRequest)
|
|
94
|
+
|
|
95
|
+
GroupRoleListResponse = _reflection.GeneratedProtocolMessageType('GroupRoleListResponse', (_message.Message,), {
|
|
96
|
+
'DESCRIPTOR' : _GROUPROLELISTRESPONSE,
|
|
97
|
+
'__module__' : 'groups_roles_pb2'
|
|
98
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRoleListResponse)
|
|
99
|
+
})
|
|
100
|
+
_sym_db.RegisterMessage(GroupRoleListResponse)
|
|
101
|
+
|
|
102
|
+
GroupRole = _reflection.GeneratedProtocolMessageType('GroupRole', (_message.Message,), {
|
|
103
|
+
'DESCRIPTOR' : _GROUPROLE,
|
|
104
|
+
'__module__' : 'groups_roles_pb2'
|
|
105
|
+
# @@protoc_insertion_point(class_scope:v1.GroupRole)
|
|
106
|
+
})
|
|
107
|
+
_sym_db.RegisterMessage(GroupRole)
|
|
108
|
+
|
|
109
|
+
_GROUPSROLES = DESCRIPTOR.services_by_name['GroupsRoles']
|
|
110
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
111
|
+
|
|
112
|
+
DESCRIPTOR._options = None
|
|
113
|
+
DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\023GroupsRolesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\302\222\264\007\006\242\214\264\007\001*\302\222\264\007\010\242\214\264\007\003cli'
|
|
114
|
+
_GROUPROLECREATEREQUEST.fields_by_name['group_role']._options = None
|
|
115
|
+
_GROUPROLECREATEREQUEST.fields_by_name['group_role']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
116
|
+
_GROUPROLECREATEREQUEST._options = None
|
|
117
|
+
_GROUPROLECREATEREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
118
|
+
_GROUPROLECREATERESPONSE.fields_by_name['group_role']._options = None
|
|
119
|
+
_GROUPROLECREATERESPONSE.fields_by_name['group_role']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
120
|
+
_GROUPROLECREATERESPONSE.fields_by_name['rate_limit']._options = None
|
|
121
|
+
_GROUPROLECREATERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
122
|
+
_GROUPROLECREATERESPONSE._options = None
|
|
123
|
+
_GROUPROLECREATERESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
124
|
+
_GROUPROLEGETREQUEST.fields_by_name['id']._options = None
|
|
125
|
+
_GROUPROLEGETREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
126
|
+
_GROUPROLEGETREQUEST._options = None
|
|
127
|
+
_GROUPROLEGETREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
128
|
+
_GROUPROLEGETRESPONSE.fields_by_name['meta']._options = None
|
|
129
|
+
_GROUPROLEGETRESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
130
|
+
_GROUPROLEGETRESPONSE.fields_by_name['group_role']._options = None
|
|
131
|
+
_GROUPROLEGETRESPONSE.fields_by_name['group_role']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
132
|
+
_GROUPROLEGETRESPONSE.fields_by_name['rate_limit']._options = None
|
|
133
|
+
_GROUPROLEGETRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
134
|
+
_GROUPROLEGETRESPONSE._options = None
|
|
135
|
+
_GROUPROLEGETRESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
136
|
+
_GROUPROLEDELETEREQUEST.fields_by_name['id']._options = None
|
|
137
|
+
_GROUPROLEDELETEREQUEST.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
138
|
+
_GROUPROLEDELETEREQUEST._options = None
|
|
139
|
+
_GROUPROLEDELETEREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
140
|
+
_GROUPROLEDELETERESPONSE.fields_by_name['meta']._options = None
|
|
141
|
+
_GROUPROLEDELETERESPONSE.fields_by_name['meta']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
142
|
+
_GROUPROLEDELETERESPONSE.fields_by_name['rate_limit']._options = None
|
|
143
|
+
_GROUPROLEDELETERESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
144
|
+
_GROUPROLEDELETERESPONSE.fields_by_name['group_role']._options = None
|
|
145
|
+
_GROUPROLEDELETERESPONSE.fields_by_name['group_role']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
146
|
+
_GROUPROLEDELETERESPONSE._options = None
|
|
147
|
+
_GROUPROLEDELETERESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
148
|
+
_GROUPROLELISTREQUEST.fields_by_name['filter']._options = None
|
|
149
|
+
_GROUPROLELISTREQUEST.fields_by_name['filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
150
|
+
_GROUPROLELISTREQUEST._options = None
|
|
151
|
+
_GROUPROLELISTREQUEST._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
152
|
+
_GROUPROLELISTRESPONSE.fields_by_name['groups_roles']._options = None
|
|
153
|
+
_GROUPROLELISTRESPONSE.fields_by_name['groups_roles']._serialized_options = b'\362\370\263\007\005\270\363\263\007\001'
|
|
154
|
+
_GROUPROLELISTRESPONSE.fields_by_name['rate_limit']._options = None
|
|
155
|
+
_GROUPROLELISTRESPONSE.fields_by_name['rate_limit']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
156
|
+
_GROUPROLELISTRESPONSE._options = None
|
|
157
|
+
_GROUPROLELISTRESPONSE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
158
|
+
_GROUPROLE.fields_by_name['id']._options = None
|
|
159
|
+
_GROUPROLE.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
|
160
|
+
_GROUPROLE.fields_by_name['group_id']._options = None
|
|
161
|
+
_GROUPROLE.fields_by_name['group_id']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
|
162
|
+
_GROUPROLE.fields_by_name['role_id']._options = None
|
|
163
|
+
_GROUPROLE.fields_by_name['role_id']._serialized_options = b'\362\370\263\007\n\260\363\263\007\001\300\363\263\007\001'
|
|
164
|
+
_GROUPROLE.fields_by_name['group_name']._options = None
|
|
165
|
+
_GROUPROLE.fields_by_name['group_name']._serialized_options = b'\362\370\263\007\031\260\363\263\007\001\230\364\263\007\001\262\364\263\007\ngo_private'
|
|
166
|
+
_GROUPROLE.fields_by_name['role_name']._options = None
|
|
167
|
+
_GROUPROLE.fields_by_name['role_name']._serialized_options = b'\362\370\263\007\036\260\363\263\007\001\230\364\263\007\001\262\364\263\007\ngo_private\320\364\263\007\001'
|
|
168
|
+
_GROUPROLE._options = None
|
|
169
|
+
_GROUPROLE._serialized_options = b'\372\370\263\007\023\250\363\263\007\001\322\363\263\007\001*\322\363\263\007\003cli'
|
|
170
|
+
_GROUPSROLES._options = None
|
|
171
|
+
_GROUPSROLES._serialized_options = b'\312\371\263\007+\302\371\263\007\tGroupRole\312\371\263\007\001*\312\371\263\007\003cli\322\371\263\007\ngrouprole-'
|
|
172
|
+
_GROUPSROLES.methods_by_name['Create']._options = None
|
|
173
|
+
_GROUPSROLES.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\024\252\363\263\007\017/v1/groupsroles'
|
|
174
|
+
_GROUPSROLES.methods_by_name['Get']._options = None
|
|
175
|
+
_GROUPSROLES.methods_by_name['Get']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\031\252\363\263\007\024/v1/groupsroles/{id}'
|
|
176
|
+
_GROUPSROLES.methods_by_name['Delete']._options = None
|
|
177
|
+
_GROUPSROLES.methods_by_name['Delete']._serialized_options = b'\202\371\263\007\013\242\363\263\007\006delete\202\371\263\007\031\252\363\263\007\024/v1/groupsroles/{id}'
|
|
178
|
+
_GROUPSROLES.methods_by_name['List']._options = None
|
|
179
|
+
_GROUPSROLES.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\024\252\363\263\007\017/v1/groupsroles'
|
|
180
|
+
_GROUPROLECREATEREQUEST._serialized_start=54
|
|
181
|
+
_GROUPROLECREATEREQUEST._serialized_end=192
|
|
182
|
+
_GROUPROLECREATERESPONSE._serialized_start=195
|
|
183
|
+
_GROUPROLECREATERESPONSE._serialized_end=390
|
|
184
|
+
_GROUPROLEGETREQUEST._serialized_start=392
|
|
185
|
+
_GROUPROLEGETREQUEST._serialized_end=501
|
|
186
|
+
_GROUPROLEGETRESPONSE._serialized_start=504
|
|
187
|
+
_GROUPROLEGETRESPONSE._serialized_end=705
|
|
188
|
+
_GROUPROLEDELETEREQUEST._serialized_start=707
|
|
189
|
+
_GROUPROLEDELETEREQUEST._serialized_end=822
|
|
190
|
+
_GROUPROLEDELETERESPONSE._serialized_start=825
|
|
191
|
+
_GROUPROLEDELETERESPONSE._serialized_end=1032
|
|
192
|
+
_GROUPROLELISTREQUEST._serialized_start=1034
|
|
193
|
+
_GROUPROLELISTREQUEST._serialized_end=1149
|
|
194
|
+
_GROUPROLELISTRESPONSE._serialized_start=1152
|
|
195
|
+
_GROUPROLELISTRESPONSE._serialized_end=1345
|
|
196
|
+
_GROUPROLE._serialized_start=1348
|
|
197
|
+
_GROUPROLE._serialized_end=1586
|
|
198
|
+
_GROUPSROLES._serialized_start=1589
|
|
199
|
+
_GROUPSROLES._serialized_end=2079
|
|
200
|
+
# @@protoc_insertion_point(module_scope)
|