Google Cloud OsConfig V1 Client - Class GetVulnerabilityReportRequest (1.3.4)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class GetVulnerabilityReportRequest.

A request message for getting the vulnerability report for the specified VM.

Generated from protobuf message google.cloud.osconfig.v1.GetVulnerabilityReportRequest

Namespace

Google \ Cloud \ OsConfig \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. API resource name for vulnerability resource. Format: projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.

getName

Required. API resource name for vulnerability resource.

Format: projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.

Returns
Type Description
string

setName

Required. API resource name for vulnerability resource.

Format: projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. API resource name for vulnerability resource.

Format: projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport

For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided. Please see Google\Cloud\OsConfig\V1\OsConfigZonalServiceClient::vulnerabilityReportName() for help formatting this field.

Returns
Type Description
Google\Cloud\OsConfig\V1\GetVulnerabilityReportRequest