(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 561 | |
| 562 | @staticmethod |
| 563 | def DeleteWorkspace(request, |
| 564 | target, |
| 565 | options=(), |
| 566 | channel_credentials=None, |
| 567 | call_credentials=None, |
| 568 | insecure=False, |
| 569 | compression=None, |
| 570 | wait_for_ready=None, |
| 571 | timeout=None, |
| 572 | metadata=None): |
| 573 | return grpc.experimental.unary_unary(request, target, '/idm.WorkspaceService/DeleteWorkspace', |
| 574 | cells__idm__pb2.DeleteWorkspaceRequest.SerializeToString, |
| 575 | cells__idm__pb2.DeleteWorkspaceResponse.FromString, |
| 576 | options, channel_credentials, |
| 577 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
| 578 | |
| 579 | @staticmethod |
| 580 | def SearchWorkspace(request, |
nothing calls this directly
no outgoing calls
no test coverage detected