[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage documents the `WatchdogProvider` interface, which is part of the `com.google.api.gax.rpc` package, and is currently at version 2.53.0, although the latest is 2.63.1."],["The `WatchdogProvider` interface includes methods for managing watchdog behavior, such as `getWatchdog()`, `needsCheckInterval()`, `needsClock()`, `needsExecutor()`, and `shouldAutoClose()`."],["The `withCheckInterval(Duration checkInterval)` method is marked as obsolete, and users should utilize `withCheckIntervalDuration(Duration checkInterval)` instead."],["Several methods within the interface allow the customization of the watchdog with `withClock(ApiClock clock)` and `withExecutor(ScheduledExecutorService executor)`, `withCheckIntervalDuration(Duration checkInterval)` enabling to modify the clock, executor and the interval respectively."],["The interface has many previous versions, ranging from version 2.63.1 to 2.7.1, that are all documented here."]]],[]]