class ProjectsLocationsScans extends Resource (View source)

The "scans" collection of methods.

Typical usage is:

 $ondemandscanningService = new Google\Service\OnDemandScanning(...);
 $scans = $ondemandscanningService->projects_locations_scans;

Methods

analyzePackages(string $parent, AnalyzePackagesRequestV1 $postBody, array $optParams = [])

Initiates an analysis of the provided packages. (scans.analyzePackages)

Details

Operation analyzePackages(string $parent, AnalyzePackagesRequestV1 $postBody, array $optParams = [])

Initiates an analysis of the provided packages. (scans.analyzePackages)

Parameters

string $parent

Required. The parent of the resource for which analysis is requested. Format: projects/[project_name]/locations/[location]

AnalyzePackagesRequestV1 $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception