Enabled returns whether an API's capabilities are enabled.
The wildcard "*" capability matches every capability of an API.
If the underlying RPC fails (if the package is unknown, for example),
false is returned and information is written to the application log.
[[["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 capability provides details on outages and scheduled downtime for specific API capabilities."],["This package is specifically for the App Engine standard environment, and it does not function in the flexible environment."],["The `Enabled` function checks if specific API capabilities are currently enabled."],["Using the wildcard \"\\*\" with `Enabled` checks if any capability within an API is enabled."],["If an underlying RPC fails, the `Enabled` function will return false, while logging the information."]]],[]]