public interface ClientLibGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
generateClientLib(java.lang.String discoveryDoc,
java.lang.String language,
java.lang.String languageVersion,
java.lang.String layout,
java.io.File file)
Generates the client library for an API and saves it in a file.
|
void generateClientLib(java.lang.String discoveryDoc,
java.lang.String language,
java.lang.String languageVersion,
java.lang.String layout,
java.io.File file)
throws java.io.IOException
discoveryDoc - Discovery document of the APIlanguage - Language of the client library, valid options can be found at
https://developers.google.com/resources/api-libraries/endpoints/genliblanguageVersion - Version of language. null for default.layout - of the client bundle. null for default.file - Zip/jar file to save the generated source intojava.io.IOException