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-03-21 UTC."],[[["The latest version available is 2.46.1, with a range of previous versions available dating back to 2.1.2."],["The library is currently in a pre-GA stage, meaning it has limited support and changes may not be backward-compatible with other pre-GA versions."],["`BetaApi` indicates a public API that can change without any guarantees of stability or backward-compatibility."],["The `BetaApi` annotation should only be added to new public APIs and should not be added to internal APIs."],["Removing the `BetaApi` annotation signifies that the API has reached stable status, as long as there are no other annotations denoting instability."]]],[]]