[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The `InstantiatingExecutorProvider` class, part of the Google API Client Library for Java (gax), constructs a new `ScheduledExecutorService` each time `getExecutor()` is invoked."],["This class, `InstantiatingExecutorProvider`, implements the `ExecutorProvider` interface, and it inherits from `java.lang.Object`."],["The `newBuilder()` and `newIOBuilder()` static methods allow for the creation of a `InstantiatingExecutorProvider.Builder` instance for customization."],["Key methods include `getExecutor()`, which retrieves the `ScheduledExecutorService`, `getExecutorThreadCount()` for the number of threads, `getThreadFactory()` for creating named threads, and `shouldAutoClose()` to determine if the executor should be closed by its client class."],["There are numerous versions of this class available, with the latest version being 2.63.1 and version 2.55.0 being the current version of the page."]]],[]]