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-17 UTC."],[[["The latest version of the API is 2.46.1, with a history of prior versions available for reference."],["The `BetaApi` interface, which implements the `Annotation` interface, denotes APIs that are subject to change without notice and lack stability guarantees."],["`BetaApi` is only for new, public APIs; it should not be added to existing APIs or internal interfaces and can be removed to give the API stable status."],["The `value()` method within the `BetaApi` interface provides context information, like links to discussion threads or issue trackers, and returns a `String`."],["The content provided documents versions of the BetaApi, starting from version 2.1.2 all the way up to the latest version 2.46.1, available for reference."]]],[]]