Google Cloud Security Command Center V2 Client - Class Package (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Package.

Package is a generic definition of a package.

Generated from protobuf message google.cloud.securitycenter.v2.Package

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ package_name string

The name of the package where the vulnerability was detected.

↳ cpe_uri string

The CPE URI where the vulnerability was detected.

↳ package_type string

Type of package, for example, os, maven, or go.

↳ package_version string

The version of the package.

getPackageName

The name of the package where the vulnerability was detected.

Returns
Type Description
string

setPackageName

The name of the package where the vulnerability was detected.

Parameter
Name Description
var string
Returns
Type Description
$this

getCpeUri

The CPE URI where the vulnerability was detected.

Returns
Type Description
string

setCpeUri

The CPE URI where the vulnerability was detected.

Parameter
Name Description
var string
Returns
Type Description
$this

getPackageType

Type of package, for example, os, maven, or go.

Returns
Type Description
string

setPackageType

Type of package, for example, os, maven, or go.

Parameter
Name Description
var string
Returns
Type Description
$this

getPackageVersion

The version of the package.

Returns
Type Description
string

setPackageVersion

The version of the package.

Parameter
Name Description
var string
Returns
Type Description
$this