Returns the version of the library that the libraryClass belongs to, or a property
value in dependencies.properties resource file instead, if the version was not found. The
method is doing I/O operations and is potentially inefficient, the values returned by this
method are expected to be cached.
[[["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-02 UTC."],[[["The latest version available is 2.63.1, but the page also contains a listing of versions going back to 2.7.1, all of which are associated with the `com.google.api.gax.core.GaxProperties` class."],["`GaxProperties` class provides information on properties of the GAX library, and extends the base class of `java.lang.Object`."],["The `GaxProperties` class has static methods to retrieve the current GAX version, the JVM version, and the library version associated with a given class."],["The `getLibraryVersion` method can also retrieve a specific property value from the `dependencies.properties` resource file if a version is not found by default, and that process may be slow."],["The static methods of the `GaxProperties` class provides String outputs, but the class also have access to the `java.lang.Object` methods, such as `equals`, `notify` and `wait`."]]],[]]