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-01 UTC."],[[["The latest version available is 2.46.1, and the page provides links to documentation for multiple previous versions, ranging down to version 2.1.2."],["The content pertains to the `BetaApi` interface within the `com.google.api.core` package, which is part of Google's Java API Common library."],["`BetaApi` denotes a public API that is subject to change at any time, lacks guaranteed API stability, and has no backward-compatibility assurances."],["The `BetaApi` annotation should only be applied to new APIs and once removed, the API is then considered stable if no other instability annotations are present."],["The `value()` method, which is part of the `BetaApi` interface, allows for providing context information such as links to discussion threads or tracking issues."]]],[]]