You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for custom timeout and retry parameters in execute_update method in transactions (#251)
* feat: Added support for custom timeout and retry parameters in transactions.
* feat: Added support for custom timeout and retry parameters in transactions
* docs: added documentation for execute_update method in Transactions file
* feat: changed retry and timeout params to keyword only arguments
* feat: undo deleted line after license text
* feat: changed default timeout value from None to gapic_v1.method.DEFAULT
0 commit comments