Google Cloud Security Command Center V2 Client - Class ResourcePathNode (1.29.0)

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

A node within the resource path. Each node represents a resource within the resource hierarchy.

Generated from protobuf message google.cloud.securitycenter.v2.ResourcePath.ResourcePathNode

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ ResourcePath

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ node_type int

The type of resource this node represents.

↳ id string

The ID of the resource this node represents.

↳ display_name string

The display name of the resource this node represents.

getNodeType

The type of resource this node represents.

Returns
Type Description
int

setNodeType

The type of resource this node represents.

Parameter
Name Description
var int
Returns
Type Description
$this

getId

The ID of the resource this node represents.

Returns
Type Description
string

setId

The ID of the resource this node represents.

Parameter
Name Description
var string
Returns
Type Description
$this

getDisplayName

The display name of the resource this node represents.

Returns
Type Description
string

setDisplayName

The display name of the resource this node represents.

Parameter
Name Description
var string
Returns
Type Description
$this