packageType property

String? packageType
getter/setter pair

The type of package: os, maven, go, etc. Possible string values are:

  • "PACKAGE_TYPE_UNSPECIFIED"
  • "OS" : Operating System
  • "MAVEN" : Java packages from Maven.
  • "GO" : Go third-party packages.
  • "GO_STDLIB" : Go toolchain + standard library packages.
  • "PYPI" : Python packages.
  • "NPM" : NPM packages.
  • "NUGET" : Nuget (C#/.NET) packages.
  • "RUBYGEMS" : Ruby packges (from RubyGems package manager).
  • "RUST" : Rust packages from Cargo (Github ecosystem is RUST).
  • "COMPOSER" : PHP packages from Composer package manager.

Implementation

core.String? packageType;