timeout property
The maximum amount of time to give the pipeline to complete.
This includes the time spent waiting for a worker to be allocated. If the pipeline fails to complete before the timeout, it will be cancelled and the error code will be set to DEADLINE_EXCEEDED. If unspecified, it will default to 7 days.
Implementation
core.String? timeout;