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
We're moving! Starting in November, 2022, this page will redirect to its new home. Learn more about it in our blog post: Productivity unlocked with new Cloud SDK reference docs.
DISMISS