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."],[[["Version 2.46.1 is the latest release in the provided list of versions for the `/java/docs/reference/api-common/com.google.api.core.InternalApi`."],["The `InternalApi` interface is used to mark program elements that are internal to a library and should not be used externally."],["Adding the `InternalApi` annotation to a program element is considered an API-breaking change."],["The `InternalApi` interface includes a `value()` method that returns a String, which should be used to provide additional context for the internal status, such as \"for testing\" or \"internal to library\"."],["The provided list of versions ranges from 2.46.1 down to 2.1.2, with multiple minor version increments."]]],[]]