Annotates a program element (class, method, package etc) which is internal to its containing
library, not part of the public API, and should not be used by users of the library.
This annotation only makes sense on APIs that are not private. Its existence is necessary
because Java does not have a visibility level for code within a compilation unit.
Adding this annotation to an API is considered API-breaking.
[[["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 available is 2.46.1, but the current page highlights version 2.37.1."],["This webpage provides a comprehensive list of past versions of the `com.google.api.core.InternalApi`, ranging from version 2.1.2 up to the latest."],["The `InternalApi` is not part of the public API and should not be used by users, and marking an API with it breaks the API."],["This library is considered a Pre-GA offering, which implies it may have limited support and compatibility issues between pre-GA versions."],["The `InternalApi` includes a `value()` method that returns a String providing context information about the API's internal use, such as \"internal to library\" or \"for testing\"."]]],[]]