Interface ReportSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportSummary
,ReportSummary.Builder
public interface ReportSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAllAssetsStats
boolean hasAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
- Returns:
- Whether the allAssetsStats field is set.
-
getAllAssetsStats
ReportSummary.AssetAggregateStats getAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
- Returns:
- The allAssetsStats.
-
getAllAssetsStatsOrBuilder
ReportSummary.AssetAggregateStatsOrBuilder getAllAssetsStatsOrBuilder()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
-
getGroupFindingsList
List<ReportSummary.GroupFinding> getGroupFindingsList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
-
getGroupFindings
ReportSummary.GroupFinding getGroupFindings(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
-
getGroupFindingsCount
int getGroupFindingsCount()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
-
getGroupFindingsOrBuilderList
List<? extends ReportSummary.GroupFindingOrBuilder> getGroupFindingsOrBuilderList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
-
getGroupFindingsOrBuilder
ReportSummary.GroupFindingOrBuilder getGroupFindingsOrBuilder(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
-
-