[[["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-07-01 UTC."],[[["This webpage details the `NanoClock` class, which is a default implementation of the `ApiClock` interface, utilizing `System.nanoTime()` for its time source."],["The `NanoClock` class is part of the `com.google.api.core` package and implements both the `ApiClock` and `Serializable` interfaces."],["The `NanoClock` class offers two methods for retrieving time: `millisTime()`, which returns time in milliseconds, and `nanoTime()`, which returns time in nanoseconds."],["There are multiple versions available, spanning from version 2.1.2 to 2.46.1, with the latest version being 2.46.1, all available for the public to access."],["A static method, `getDefaultClock()`, is available to return an `ApiClock` instance."]]],[]]