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 various versions of the `com.google.api.core.InternalApi` Java library, ranging from version 2.1.2 up to the latest version 2.46.1."],["The `InternalApi` is an annotation in the Java library indicating that a program element is internal and should not be used by external users."],["Adding the `InternalApi` annotation to a section of the library is considered a breaking API change."],["The library is currently in a pre-GA (General Availability) beta phase, meaning there may be limited support and compatibility issues between versions, as per the Pre-GA Offerings Terms."],["The `value()` method of the `InternalApi` annotation returns a string providing context, such as \"internal to library,\" for the annotation's use."]]],[]]