public enum ClientLibraryDestination extends Enum<ClientLibraryDestination> implements ProtocolMessageEnum
To where should client libraries be published?
Protobuf enum google.api.ClientLibraryDestination
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED | Client libraries will neither be generated nor published to package managers. |
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED_VALUE | Client libraries will neither be generated nor published to package managers. |
GITHUB | Generate the client library in a repo under github.com/googleapis, but don't publish it to package managers. |
GITHUB_VALUE | Generate the client library in a repo under github.com/googleapis, but don't publish it to package managers. |
PACKAGE_MANAGER | Publish the library to package managers like nuget.org and npmjs.com. |
PACKAGE_MANAGER_VALUE | Publish the library to package managers like nuget.org and npmjs.com. |
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() |