Module: Google::Api::ClientLibraryDestination
- Defined in:
- proto_docs/google/api/client.rb
Overview
To where should client libraries be published?
Constant Summary collapse
- CLIENT_LIBRARY_DESTINATION_UNSPECIFIED =
          Client libraries will neither be generated nor published to package managers. 
- 0
- GITHUB =
          Generate the client library in a repo under github.com/googleapis, but don't publish it to package managers. 
- 10
- PACKAGE_MANAGER =
          Publish the library to package managers like nuget.org and npmjs.com. 
- 20