Yes, I referred the above said method for Timeout. I the examples given in
github. Will raise an issue there.
On Thursday, August 31, 2023 at 7:47:27 PM UTC+5:30 Google Ads API Forum
Advisor wrote:
> Hi Himanshu,
>
> Thank you for returning to our team.
>
> As for your concern, can you confirm
Request ID (SENSITIVE text means we removed that information from the text,
but it is otherwise present)
I, [2023-08-31T08:57:11.676461 #988] INFO -- : CID: SENSITIVE, Host:
googleads.googleapis.com:443, Method:
/google.ads.googleads.v14.services.GoogleAdsService/Search, IsFault: no,
Request
Hi Google Ads Team,
I followed the docs to set the max deadline for wait in Ruby GRPC Client.
But I see that is not being honored.
```
@client.service.google_ads.configure do |config|
config.rpcs.search_stream.timeout = STREAM_TIMEOUT_SECONDS
end
```
But when I put a byebug and check in the cod