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 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;