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-09-04 UTC."],[[["\u003cp\u003eThe latest version available is 2.46.1, as indicated by the provided list of versions, which are descending in order from the most recent to the oldest.\u003c/p\u003e\n"],["\u003cp\u003eThis webpage lists versions of a Java library, specifically detailing the \u003ccode\u003ecom.google.api.core.InternalApi\u003c/code\u003e component, spanning from version 2.46.1 down to 2.1.2.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e is marked as pre-GA, meaning it may have limited support and could change incompatibly in future pre-GA updates.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e interface, intended for internal use within its library, should not be used by external users, and is not considered part of the public API, which is shown by the \u003ccode\u003eInternalApi\u003c/code\u003e annotation that is considered API-breaking.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue()\u003c/code\u003e method within \u003ccode\u003eInternalApi\u003c/code\u003e returns a String that provides context information about its use.\u003c/p\u003e\n"]]],[],null,[]]