(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 1204 | |
| 1205 | @staticmethod |
| 1206 | def DeletePolicyGroup(request, |
| 1207 | target, |
| 1208 | options=(), |
| 1209 | channel_credentials=None, |
| 1210 | call_credentials=None, |
| 1211 | insecure=False, |
| 1212 | compression=None, |
| 1213 | wait_for_ready=None, |
| 1214 | timeout=None, |
| 1215 | metadata=None): |
| 1216 | return grpc.experimental.unary_unary(request, target, '/idm.PolicyEngineService/DeletePolicyGroup', |
| 1217 | cells__idm__pb2.DeletePolicyGroupRequest.SerializeToString, |
| 1218 | cells__idm__pb2.DeletePolicyGroupResponse.FromString, |
| 1219 | options, channel_credentials, |
| 1220 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
nothing calls this directly
no outgoing calls
no test coverage detected