(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 544 | |
| 545 | @staticmethod |
| 546 | def CreateWorkspace(request, |
| 547 | target, |
| 548 | options=(), |
| 549 | channel_credentials=None, |
| 550 | call_credentials=None, |
| 551 | insecure=False, |
| 552 | compression=None, |
| 553 | wait_for_ready=None, |
| 554 | timeout=None, |
| 555 | metadata=None): |
| 556 | return grpc.experimental.unary_unary(request, target, '/idm.WorkspaceService/CreateWorkspace', |
| 557 | cells__idm__pb2.CreateWorkspaceRequest.SerializeToString, |
| 558 | cells__idm__pb2.CreateWorkspaceResponse.FromString, |
| 559 | options, channel_credentials, |
| 560 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
| 561 | |
| 562 | @staticmethod |
| 563 | def DeleteWorkspace(request, |
nothing calls this directly
no outgoing calls
no test coverage detected