Module client_library_destination

Source
Expand description

Useful constants to work with ClientLibraryDestination

Constants§

CLIENT_LIBRARY_DESTINATION_UNSPECIFIED
Client libraries will neither be generated nor published to package managers.
GITHUB
Generate the client library in a repo under github.com/googleapis, but don’t publish it to package managers.
PACKAGE_MANAGER
Publish the library to package managers like nuget.org and npmjs.com.