Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ReportSummary.
Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.
Generated from protobuf message google.cloud.migrationcenter.v1.ReportSummary
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ all_assets_stats |
ReportSummary\AssetAggregateStats
Aggregate statistics for all the assets across all the groups. |
↳ group_findings |
array<ReportSummary\GroupFinding>
Findings for each Group included in this report. |
getAllAssetsStats
Aggregate statistics for all the assets across all the groups.
| Returns | |
|---|---|
| Type | Description |
ReportSummary\AssetAggregateStats|null |
|
hasAllAssetsStats
clearAllAssetsStats
setAllAssetsStats
Aggregate statistics for all the assets across all the groups.
| Parameter | |
|---|---|
| Name | Description |
var |
ReportSummary\AssetAggregateStats
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGroupFindings
Findings for each Group included in this report.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setGroupFindings
Findings for each Group included in this report.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ReportSummary\GroupFinding>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|