Reference documentation and code samples for the Google Cloud Migration Center V1 Client class InsightList.
Message containing insights list.
Generated from protobuf message google.cloud.migrationcenter.v1.InsightList
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ insights |
array<Insight>
Output only. Insights of the list. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Update timestamp. |
getInsights
Output only. Insights of the list.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setInsights
Output only. Insights of the list.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Insight>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. Update timestamp.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Update timestamp.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|