Enum ClientLibraryDestination (2.10.0)

public enum ClientLibraryDestination

To where should client libraries be published?

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Fields

NameDescription
Github

Generate the client library in a repo under github.com/googleapis, but don't publish it to package managers.

PackageManager

Publish the library to package managers like nuget.org and npmjs.com.

Unspecified

Client libraries will neither be generated nor published to package managers.