Google API Common Protos Client - Class ClientLibraryDestination (4.13.0)Stay organized with collectionsSave and categorize content based on your preferences.
Reference documentation and code samples for the Google API Common Protos Client class ClientLibraryDestination.
To where should client libraries be published?
Protobuf typegoogle.api.ClientLibraryDestination
Namespace
Google \ Api
Methods
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 enumCLIENT_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 enumGITHUB = 10;
PACKAGE_MANAGER
Value: 20
Publish the library to package managers like nuget.org and npmjs.com.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-01 UTC."],[],[]]