[[["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 provides documentation for the `InstantiatingExecutorProvider.Builder` class in the Google API Client Libraries for Java (gax), specifically for version 2.46.1, with links to prior versions as early as 2.7.1."],["The `InstantiatingExecutorProvider.Builder` class extends from `java.lang.Object` and offers methods such as `build()`, `getExecutorThreadCount()`, `getThreadFactory()`, `setExecutorThreadCount(int value)`, and `setThreadFactory(ThreadFactory value)`."],["The `build()` method returns an `InstantiatingExecutorProvider`, while `getExecutorThreadCount()` and `getThreadFactory()` respectively return the integer of the thread count and a `ThreadFactory`."],["The methods `setExecutorThreadCount(int value)` and `setThreadFactory(ThreadFactory value)` allow the configuration of thread counts and thread factory for the executor, both returning the `InstantiatingExecutorProvider.Builder`."],["The `Builder()` constructor provides a way to construct and configure instances of `InstantiatingExecutorProvider` to be used in the application."]]],[]]