Get a clone of the underlying tonic client for direct RPC calls.
(&self)
| 729 | |
| 730 | /// Get a clone of the underlying tonic client for direct RPC calls. |
| 731 | pub fn raw_client(&self) -> OpenShellClient<AuthedChannel> { |
| 732 | self.client.clone() |
| 733 | } |
| 734 | |
| 735 | /// Poll for current effective sandbox settings and policy metadata. |
| 736 | pub async fn poll_settings(&self, sandbox_id: &str) -> Result<SettingsPollResult> { |