timeout property

String? timeout
getter/setter pair

Specifies the maximum amount of time that the client is willing to wait for the query to complete.

By default, this limit is 5 min for the first query, and 1 minute for the following queries. If the query is complete, the done field in the QueryAssetsResponse is true, otherwise false. Like BigQuery jobs.query API The call is not guaranteed to wait for the specified timeout; it typically returns after around 200 seconds (200,000 milliseconds), even if the query is not complete. The field will be ignored when [output_config] is specified.

Optional.

Implementation

core.String? timeout;