Reference documentation and code samples for the Google Cloud Asset V1 Client class RelatedResource.
The detailed related resource.
Generated from protobuf message google.cloud.asset.v1.RelatedResource
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ asset_type |
string
The type of the asset. Example: |
↳ full_resource_name |
string
The full resource name of the related resource. Example: |
getAssetType
The type of the asset. Example: compute.googleapis.com/Instance
Returns | |
---|---|
Type | Description |
string |
setAssetType
The type of the asset. Example: compute.googleapis.com/Instance
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFullResourceName
The full resource name of the related resource. Example:
//compute.googleapis.com/projects/my_proj_123/zones/instance/instance123
Returns | |
---|---|
Type | Description |
string |
setFullResourceName
The full resource name of the related resource. Example:
//compute.googleapis.com/projects/my_proj_123/zones/instance/instance123
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |