public interface ReportSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.AssetAggregateStats |
getAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.AssetAggregateStatsOrBuilder |
getAllAssetsStatsOrBuilder()
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.GroupFinding |
getGroupFindings(int index)
Findings for each Group included in this report.
|
int |
getGroupFindingsCount()
Findings for each Group included in this report.
|
List<ReportSummary.GroupFinding> |
getGroupFindingsList()
Findings for each Group included in this report.
|
ReportSummary.GroupFindingOrBuilder |
getGroupFindingsOrBuilder(int index)
Findings for each Group included in this report.
|
List<? extends ReportSummary.GroupFindingOrBuilder> |
getGroupFindingsOrBuilderList()
Findings for each Group included in this report.
|
boolean |
hasAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
ReportSummary.AssetAggregateStats getAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
ReportSummary.AssetAggregateStatsOrBuilder getAllAssetsStatsOrBuilder()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
List<ReportSummary.GroupFinding> getGroupFindingsList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
ReportSummary.GroupFinding getGroupFindings(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
int getGroupFindingsCount()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
List<? extends ReportSummary.GroupFindingOrBuilder> getGroupFindingsOrBuilderList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
ReportSummary.GroupFindingOrBuilder getGroupFindingsOrBuilder(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Copyright © 2024 Google LLC. All rights reserved.