Google API Common Protos Client - Class ClientLibraryDestination (4.14.1)
Stay organized with collections
Save 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 type google.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 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;
[[["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-07-31 UTC."],[],[]]