public sealed class ReportSummary : IMessage<ReportSummary>, IEquatable<ReportSummary>, IDeepCloneable<ReportSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.
Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.
Implements
IMessageReportSummary, IEquatableReportSummary, IDeepCloneableReportSummary, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ReportSummary()
public ReportSummary()
ReportSummary(ReportSummary)
public ReportSummary(ReportSummary other)
Parameter | |
---|---|
Name | Description |
other |
ReportSummary |
Properties
AllAssetsStats
public ReportSummary.Types.AssetAggregateStats AllAssetsStats { get; set; }
Aggregate statistics for all the assets across all the groups.
Property Value | |
---|---|
Type | Description |
ReportSummaryTypesAssetAggregateStats |
GroupFindings
public RepeatedField<ReportSummary.Types.GroupFinding> GroupFindings { get; }
Findings for each Group included in this report.
Property Value | |
---|---|
Type | Description |
RepeatedFieldReportSummaryTypesGroupFinding |