(request_iterator,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 595 | |
| 596 | @staticmethod |
| 597 | def StreamWorkspace(request_iterator, |
| 598 | target, |
| 599 | options=(), |
| 600 | channel_credentials=None, |
| 601 | call_credentials=None, |
| 602 | insecure=False, |
| 603 | compression=None, |
| 604 | wait_for_ready=None, |
| 605 | timeout=None, |
| 606 | metadata=None): |
| 607 | return grpc.experimental.stream_stream(request_iterator, target, '/idm.WorkspaceService/StreamWorkspace', |
| 608 | cells__idm__pb2.SearchWorkspaceRequest.SerializeToString, |
| 609 | cells__idm__pb2.SearchWorkspaceResponse.FromString, |
| 610 | options, channel_credentials, |
| 611 | insecure, call_credentials, compression, wait_for_ready, timeout, metadata) |
| 612 | |
| 613 | |
| 614 | class ACLServiceStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected