Google Cloud Web Security Scanner V1beta Client - Class GetFindingRequest (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1beta Client class GetFindingRequest.

Request for the GetFinding method.

Generated from protobuf message google.cloud.websecurityscanner.v1beta.GetFindingRequest

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.

getName

Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.

Returns
TypeDescription
string

setName

Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.

Parameter
NameDescription
var string
Returns
TypeDescription
$this