MCPcopy Create free account
hub / github.com/pydio/cells / StreamPolicyGroups

Method StreamPolicyGroups

python/cells_idm_pb2_grpc.py:1189–1203  ·  view source on GitHub ↗
(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None)

Source from the content-addressed store, hash-verified

1187
1188 @staticmethod
1189 def StreamPolicyGroups(request,
1190 target,
1191 options=(),
1192 channel_credentials=None,
1193 call_credentials=None,
1194 insecure=False,
1195 compression=None,
1196 wait_for_ready=None,
1197 timeout=None,
1198 metadata=None):
1199 return grpc.experimental.unary_stream(request, target, '/idm.PolicyEngineService/StreamPolicyGroups',
1200 cells__idm__pb2.ListPolicyGroupsRequest.SerializeToString,
1201 cells__idm__pb2.PolicyGroup.FromString,
1202 options, channel_credentials,
1203 insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
1204
1205 @staticmethod
1206 def DeletePolicyGroup(request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected