Provides limited access to unlaunched (package-private) methods and classes from outside this
package. This class is not bundled with the API jar. As features launch, code should be updated
to use the public interfaces instead of the contents of this class.
[[["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-03-05 UTC."],[[["FriendHacks provides access to unlaunched, package-private methods and classes from outside its package, but is not included in the API jar."],["This class should be replaced by public interfaces as features are officially launched, since it only offers temporary access."],["FriendHacks inherits from `java.lang.Object` and includes inherited members like `clone()`, `equals()`, `getClass()`, and others."],["The `appIdFromString(String appIdString)` static method creates a `CloudDatastoreRemoteServiceConfig.AppId` from a provided app ID string."],["The `FriendHacks()` constructor creates a new instance of the FriendHacks class."]]],[]]