Google Cloud Storage Control V2 Client - Class GetIntelligenceFindingRequest (1.9.0)

Reference documentation and code samples for the Google Cloud Storage Control V2 Client class GetIntelligenceFindingRequest.

Request message to get the IntelligenceFinding resource associated with a project.

Generated from protobuf message google.storage.control.v2.GetIntelligenceFindingRequest

Namespace

Google \ Cloud \ Storage \ Control \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the IntelligenceFinding resource. Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}

getName

Required. The name of the IntelligenceFinding resource.

Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}

Returns
Type Description
string

setName

Required. The name of the IntelligenceFinding resource.

Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the IntelligenceFinding resource.

Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding} Please see StorageControlClient::intelligenceFindingName() for help formatting this field.

Returns
Type Description
GetIntelligenceFindingRequest