There aren't examples on how to use Google Translate API Cliente library for java.
In this page Google suggest to search examples for their APIs but there is not a single one for Google Translate API: https://github.com/google/google-api-java-client-samples
Since I didn't found any example for Google Translate API I don't have any clue about how to use their official java library.
I want to make a simple request to translate a text (for example Hello World from english to spanish) with the Official library made by Google: https://developers.google.com/api-client-library/java/apis/translate/v2 but there is no documentation or examples available for the public.
Does anyone have info about how to use Google Translate API client library in java, I already googled and I had no luck at all.
I already have included all the jars to my project, but I don't know which classes I must use or which objects instantiate to make a translation from one language to another. I have no clue at all. I just need a simple snipped of code like in the examples repositories for other Google APIs.