Enum ClientLibraryDestination (2.39.0)

public enum ClientLibraryDestination extends Enum<ClientLibraryDestination> implements ProtocolMessageEnum

To where should client libraries be published?

Protobuf enum google.api.ClientLibraryDestination

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED

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

CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0;

CLIENT_LIBRARY_DESTINATION_UNSPECIFIED_VALUE

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

CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0;

GITHUB

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

GITHUB = 10;

GITHUB_VALUE

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

GITHUB = 10;

PACKAGE_MANAGER

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

PACKAGE_MANAGER = 20;

PACKAGE_MANAGER_VALUE

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

PACKAGE_MANAGER = 20;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()