Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class Resource.
Information related to the Google Cloud resource.
Generated from protobuf message google.cloud.securitycenter.v1p1beta1.Resource
Namespace
Google \ Cloud \ SecurityCenter \ V1p1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ project |
string
The full resource name of project that the resource belongs to. |
↳ project_display_name |
string
The human readable name of project 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\V1p1beta1\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
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Returns | |
---|---|
Type | Description |
string |
setName
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProject
The full resource name of project that the resource belongs to.
Returns | |
---|---|
Type | Description |
string |
setProject
The full resource name of project that the resource belongs to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProjectDisplayName
The human readable name of project that the resource belongs to.
Returns | |
---|---|
Type | Description |
string |
setProjectDisplayName
The human readable name of project that the resource belongs to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getParent
The full resource name of resource's parent.
Returns | |
---|---|
Type | Description |
string |
setParent
The full resource name of resource's parent.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getParentDisplayName
The human readable name of resource's parent.
Returns | |
---|---|
Type | Description |
string |
setParentDisplayName
The human readable name of resource's parent.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\SecurityCenter\V1p1beta1\Folder>
|
Returns | |
---|---|
Type | Description |
$this |