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.
data
array
Optional. Data for populating the Message object.
↳ type
string
The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP
↳ source_resource_type
string
The source asset type. Example: compute.googleapis.com/Instance
↳ target_resource_type
string
The target asset type. Example: compute.googleapis.com/Disk
↳ action
string
The detail of the relationship, e.g. contains
, attaches
getType
The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP
string
setType
The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP
var
string
$this
getSourceResourceType
The source asset type. Example: compute.googleapis.com/Instance
string
setSourceResourceType
The source asset type. Example: compute.googleapis.com/Instance
var
string
$this
getTargetResourceType
The target asset type. Example: compute.googleapis.com/Disk
string
setTargetResourceType
The target asset type. Example: compute.googleapis.com/Disk
var
string
$this
getAction
The detail of the relationship, e.g. contains
, attaches
string
setAction
The detail of the relationship, e.g. contains
, attaches
var
string
$this