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."],[[["This webpage lists the available versions of the `com.google.api.core.BetaApi`, ranging from the latest version 2.46.1 down to version 2.1.2."],["The `BetaApi` is a public API that is subject to change at any time without any guarantees of API stability or backward-compatibility."],["`BetaApi` annotation should only be applied to new APIs and not internal interfaces, and once it's removed from an API, the API is considered stable."],["The `BetaApi` interface implements the `Annotation` interface and includes a `value()` method that returns a `String` to provide context information."],["The use of the BetaApi library is covered by the Pre-GA Offerings Terms, which means it might have limited support and changes might not be compatible with other pre-GA versions."]]],[]]