Reference documentation and code samples for the Google Cloud Asset V1 Client class MoveImpact.
A message to group impacts of moving the target resource.
Generated from protobuf message google.cloud.asset.v1.MoveImpact
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ detail |
string
User friendly impact detail in a free form message. |
getDetail
User friendly impact detail in a free form message.
Generated from protobuf field string detail = 1;
Returns | |
---|---|
Type | Description |
string |
setDetail
User friendly impact detail in a free form message.
Generated from protobuf field string detail = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |