Returns the version of the library that thelibraryClassbelongs 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-09-04 UTC."],[[["\u003cp\u003eThe 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 \u003ccode\u003ecom.google.api.gax.core.GaxProperties\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGaxProperties\u003c/code\u003e class provides information on properties of the GAX library, and extends the base class of \u003ccode\u003ejava.lang.Object\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGaxProperties\u003c/code\u003e class has static methods to retrieve the current GAX version, the JVM version, and the library version associated with a given class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetLibraryVersion\u003c/code\u003e method can also retrieve a specific property value from the \u003ccode\u003edependencies.properties\u003c/code\u003e resource file if a version is not found by default, and that process may be slow.\u003c/p\u003e\n"],["\u003cp\u003eThe static methods of the \u003ccode\u003eGaxProperties\u003c/code\u003e class provides String outputs, but the class also have access to the \u003ccode\u003ejava.lang.Object\u003c/code\u003e methods, such as \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003enotify\u003c/code\u003e and \u003ccode\u003ewait\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]