Reference documentation and code samples for the Google API Common Protos Client class ClientLibraryDestination.
To where should client libraries be published?
Protobuf type google.api.ClientLibraryDestination
Namespace
Google \ ApiMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED
Value: 0
Client libraries will neither be generated nor published to package managers.
Generated from protobuf enum CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0;
GITHUB
Value: 10
Generate the client library in a repo under github.com/googleapis, but don't publish it to package managers.
Generated from protobuf enum GITHUB = 10;
PACKAGE_MANAGER
Value: 20
Publish the library to package managers like nuget.org and npmjs.com.
Generated from protobuf enum PACKAGE_MANAGER = 20;