Searched defs:wait_for_ready (Results 1 – 11 of 11) sorted by relevance
93 const absl::optional<bool>& wait_for_ready, in ClientChannelMethodParsedConfig()101 absl::optional<bool> wait_for_ready() const { return wait_for_ready_; } in wait_for_ready() function
361 absl::optional<bool> wait_for_ready; in ParsePerMethodParams() local
70 def ClearTPMOwnerRequest(client, wait_for_ready=False, timeout=60): argument
31 void run_test(bool wait_for_ready) { in run_test()
39 static void run_test(bool wait_for_ready, bool use_service_config) { in run_test()
55 WaitForReady wait_for_ready() const { return wait_for_ready_; } in wait_for_ready() function
42 grpc_json* field, ClientChannelMethodParams::WaitForReady* wait_for_ready) { in ParseWaitForReady()
252 void set_wait_for_ready(bool wait_for_ready) { in set_wait_for_ready()
289 void set_wait_for_ready(bool wait_for_ready) { in set_wait_for_ready()
56 pub fn wait_for_ready(mut self, wait_for_ready: bool) -> CallOption { in wait_for_ready() method