CLIENT_LIBRARY_DESTINATION_UNSPECIFIED constant

ClientLibraryDestination const CLIENT_LIBRARY_DESTINATION_UNSPECIFIED

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

Implementation

static const ClientLibraryDestination CLIENT_LIBRARY_DESTINATION_UNSPECIFIED =
    ClientLibraryDestination._(
        0, _omitEnumNames ? '' : 'CLIENT_LIBRARY_DESTINATION_UNSPECIFIED');