[[["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-04-09 UTC."],[[["This webpage provides documentation for the `WatchdogProvider` interface within the Google API Client Library for Java, specifically for version 2.36.0, with links to older versions of the documentation."],["The `WatchdogProvider` interface offers methods to manage a `Watchdog` instance, including retrieving it via the `getWatchdog()` method."],["Several methods in `WatchdogProvider` deal with dependencies and configuration, as `needsCheckInterval()`, `needsClock()`, `needsExecutor()` as well as their counterparts, to check for the need for such resources or to inject them through `withCheckInterval(Duration checkInterval)`, `withClock(ApiClock clock)` and `withExecutor(ScheduledExecutorService executor)`."],["The interface includes a `shouldAutoClose()` method that determines if the watchdog should be automatically unscheduled."]]],[]]