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, representing the most recent update in the list of versions."],["The document provides a list of available versions for the `com.google.api.core.InternalApi`, ranging from version 2.46.1 down to 2.1.2, each with a direct link to its respective documentation."],["The `InternalApi` is an annotation used to mark program elements that are not part of the public API and should not be used by external users, but must be used in non-private spaces."],["Adding the `InternalApi` annotation to an API is considered an API-breaking change."],["The library this API belongs to is a pre-GA library, meaning it is subject to limited support and potential compatibility issues between different pre-GA versions."]]],[]]