Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
Usage guidelines:
This annotation is used only on APIs with public visibility. Internal interfaces should not
use it.
This annotation should only be added to new APIs. Adding it to an existing API is
considered API-breaking.
Removing this annotation from an API gives it stable status, assuming the API doesn't have
other annotations denoting instability (such as InternalApi or InternalExtensionOnly).
[[["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."],[[["The latest version of the API is 2.46.1, with numerous previous versions listed chronologically down to 2.1.2."],["The `BetaApi` interface is for public APIs that are subject to change and lack stability or backward-compatibility guarantees."],["The `BetaApi` annotation is intended for new APIs only and should not be added to existing APIs as it's considered a breaking change."],["Removing the `BetaApi` annotation indicates that the API has achieved stable status, unless other instability annotations are present."],["The `value()` method associated with the `BetaApi` annotation returns a string that can provide additional context or links related to the API."]]],[]]