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 focuses on version 2.29.1 of the API."],["A comprehensive list of versions is provided, ranging from 2.46.1 down to 2.1.2, with links to their respective documentation for `com.google.api.core.InternalApi`."],["The `InternalApi` interface is annotated for elements within the library that should not be used by external users."],["The `InternalApi` interface itself, designated as a Pre-GA library, and covered by the Pre-GA Offering Terms, which means it may have limited support and changes might not be compatible."],["The `value()` method of the `InternalApi` returns a String that provides contextual information, such as \"internal to library\" or \"for testing\"."]]],[]]