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 |
Google\Cloud\MigrationCenter\V1\ReportSummary\AssetAggregateStats
Aggregate statistics for all the assets across all the groups. |
↳ group_findings |
array<Google\Cloud\MigrationCenter\V1\ReportSummary\GroupFinding>
Findings for each Group included in this report. |
getAllAssetsStats
Aggregate statistics for all the assets across all the groups.
Returns | |
---|---|
Type | Description |
Google\Cloud\MigrationCenter\V1\ReportSummary\AssetAggregateStats|null |
hasAllAssetsStats
clearAllAssetsStats
setAllAssetsStats
Aggregate statistics for all the assets across all the groups.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\MigrationCenter\V1\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<Google\Cloud\MigrationCenter\V1\ReportSummary\GroupFinding>
|
Returns | |
---|---|
Type | Description |
$this |