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-17 UTC."],[[["This webpage documents the `InternalApi` interface within the `com.google.api.core` package, which is a Java annotation."],["The `InternalApi` annotation signifies that a program element is not part of the public API and should not be used by users of the library."],["The annotation is applied to APIs that are not private, indicating they are internal to the containing library."],["The `InternalApi` interface provides a `value()` method that returns a string with context information about the internal API."],["The provided page allows you to browse through all the versions of this specific API, from version `2.46.1`, all the way down to `2.1.2` of the com.google.api.core.InternalApi."]]],[]]