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."],[[["This webpage documents various versions of the `com.google.api.core.InternalApi` Java annotation, ranging from version 2.1.2 to the latest, 2.46.1."],["The `InternalApi` annotation is used to mark program elements that are internal to the library and not intended for external use, despite not being private."],["The latest version of this api is 2.46.1."],["The `InternalApi` interface implements the `Annotation` interface, and provides a `value()` method to give context, such as \"internal to library\"."],["This library is currently in a Pre-GA stage, which means it may have limited support and could undergo changes that are not compatible with other pre-GA versions."]]],[]]