Google Cloud Security Command Center V1 Client - Class Resource (1.20.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Resource.

Information related to the Google Cloud resource.

Generated from protobuf message google.cloud.securitycenter.v1.Resource

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

↳ display_name string

The human readable name of the resource.

↳ type string

The full resource type of the resource.

↳ project string

The full resource name of project that the resource belongs to.

↳ project_display_name string

The project ID that the resource belongs to.

↳ parent string

The full resource name of resource's parent.

↳ parent_display_name string

The human readable name of resource's parent.

↳ folders array<Google\Cloud\SecurityCenter\V1\Folder>

Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

getName

Returns
TypeDescription
string

setName

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

The human readable name of the resource.

Returns
TypeDescription
string

setDisplayName

The human readable name of the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

The full resource type of the resource.

Returns
TypeDescription
string

setType

The full resource type of the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProject

The full resource name of project that the resource belongs to.

Returns
TypeDescription
string

setProject

The full resource name of project that the resource belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectDisplayName

The project ID that the resource belongs to.

Returns
TypeDescription
string

setProjectDisplayName

The project ID that the resource belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParent

The full resource name of resource's parent.

Returns
TypeDescription
string

setParent

The full resource name of resource's parent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParentDisplayName

The human readable name of resource's parent.

Returns
TypeDescription
string

setParentDisplayName

The human readable name of resource's parent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFolders

Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFolders

Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1\Folder>
Returns
TypeDescription
$this