[[["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-02 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."]]],[]]