unversionedPackageDisabled property
Disables generation of an unversioned Python package for this client
library. This means that the module names will need to be versioned in
import statements. For example import google.cloud.library_v2 instead
of import google.cloud.library.
Implementation
final bool unversionedPackageDisabled;