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\u003eThis webpage documents the \u003ccode\u003eInternalApi\u003c/code\u003e interface within the \u003ccode\u003ecom.google.api.core\u003c/code\u003e package, which is a Java annotation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e annotation signifies that a program element is not part of the public API and should not be used by users of the library.\u003c/p\u003e\n"],["\u003cp\u003eThe annotation is applied to APIs that are not private, indicating they are internal to the containing library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e interface provides a \u003ccode\u003evalue()\u003c/code\u003e method that returns a string with context information about the internal API.\u003c/p\u003e\n"],["\u003cp\u003eThe provided page allows you to browse through all the versions of this specific API, from version \u003ccode\u003e2.46.1\u003c/code\u003e, all the way down to \u003ccode\u003e2.1.2\u003c/code\u003e of the com.google.api.core.InternalApi.\u003c/p\u003e\n"]]],[],null,[]]