NumInstances returns the number of instances of the given module/version.
If either argument is the empty string it means the default. This only works
if you are using manual_scaling in your app's config file.
SetNumInstances sets the number of instances of the given module.version to the
specified value. If either module or version are the empty string it means the
default.
[[["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-05 UTC."],[[["Package `module` allows interaction with Google App Engine modules, such as retrieving module names and versions."],["The `DefaultVersion` function retrieves the default version of a specified module, or the default module if no module is specified."],["`NumInstances` function is used to retrieve the number of instances for a specified module/version, which is only applicable when manual scaling is enabled in the app's configuration."],["`SetNumInstances`, `Start`, and `Stop` functions are used to control the number of instances, start, and stop specific module/version combinations, respectively."],["The `Versions` function returns a list of versions for a specified module, with an empty string signifying the default module."]]],[]]