[[["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 documents various versions of the `InstantiatingExecutorProvider` class, ranging from version 2.7.1 up to the latest version 2.63.1, within the Google API Client Libraries for Java."],["`InstantiatingExecutorProvider` is an `ExecutorProvider` that generates a new `ScheduledExecutorService` each time `getExecutor()` is invoked, and it's an abstract class that inherits from `java.lang.Object`."],["The class provides static methods, `newBuilder()` and `newIOBuilder()`, which both return an `InstantiatingExecutorProvider.Builder` to create new instances."],["Key methods of this class include `getExecutor()` for retrieving the executor, `getExecutorThreadCount()` to get the number of threads, `getThreadFactory()` to get the thread factory and `shouldAutoClose()` to see if the executor should close, as well as `toBuilder()` to get an instance builder."],["The webpage also lists the inherited members from the base `Object` class, such as `clone()`, `equals()`, `hashCode()` and others."]]],[]]