Reference documentation and code samples for the Google Cloud Asset V1 Client class RelationshipAttributes.
DEPRECATED. This message only presents for the purpose of backward-compatibility. The server will never populate this message in responses.
The relationship attributes which include type
, source_resource_type
,
target_resource_type
and action
.
Generated from protobuf message google.cloud.asset.v1.RelationshipAttributes
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
string
The unique identifier of the relationship type. Example: |
↳ source_resource_type |
string
The source asset type. Example: |
↳ target_resource_type |
string
The target asset type. Example: |
↳ action |
string
The detail of the relationship, e.g. |
getType
The unique identifier of the relationship type. Example:
INSTANCE_TO_INSTANCEGROUP
Returns | |
---|---|
Type | Description |
string |
setType
The unique identifier of the relationship type. Example:
INSTANCE_TO_INSTANCEGROUP
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSourceResourceType
The source asset type. Example: compute.googleapis.com/Instance
Returns | |
---|---|
Type | Description |
string |
setSourceResourceType
The source asset type. Example: compute.googleapis.com/Instance
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetResourceType
The target asset type. Example: compute.googleapis.com/Disk
Returns | |
---|---|
Type | Description |
string |
setTargetResourceType
The target asset type. Example: compute.googleapis.com/Disk
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAction
The detail of the relationship, e.g. contains
, attaches
Returns | |
---|---|
Type | Description |
string |
setAction
The detail of the relationship, e.g. contains
, attaches
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |