Interface ReportSummary.GroupFindingOrBuilder

    • Method Detail

      • getDisplayName

        String getDisplayName()
         Display Name for the Group.
         
        string display_name = 1;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Display Name for the Group.
         
        string display_name = 1;
        Returns:
        The bytes for displayName.
      • getDescription

        String getDescription()
         Description for the Group.
         
        string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description for the Group.
         
        string description = 2;
        Returns:
        The bytes for description.
      • hasAssetAggregateStats

        boolean hasAssetAggregateStats()
         Summary statistics for all the assets in this group.
         
        .google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
        Returns:
        Whether the assetAggregateStats field is set.
      • getAssetAggregateStats

        ReportSummary.AssetAggregateStats getAssetAggregateStats()
         Summary statistics for all the assets in this group.
         
        .google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
        Returns:
        The assetAggregateStats.
      • getAssetAggregateStatsOrBuilder

        ReportSummary.AssetAggregateStatsOrBuilder getAssetAggregateStatsOrBuilder()
         Summary statistics for all the assets in this group.
         
        .google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
      • getOverlappingAssetCount

        long getOverlappingAssetCount()
         Count of the number of assets in this group which are also included
         in another group within the same report.
         
        int64 overlapping_asset_count = 4;
        Returns:
        The overlappingAssetCount.
      • getPreferenceSetFindingsList

        List<ReportSummary.GroupPreferenceSetFinding> getPreferenceSetFindingsList()
         Findings for each of the PreferenceSets for this group.
         
        repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
      • getPreferenceSetFindings

        ReportSummary.GroupPreferenceSetFinding getPreferenceSetFindings​(int index)
         Findings for each of the PreferenceSets for this group.
         
        repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
      • getPreferenceSetFindingsCount

        int getPreferenceSetFindingsCount()
         Findings for each of the PreferenceSets for this group.
         
        repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
      • getPreferenceSetFindingsOrBuilderList

        List<? extends ReportSummary.GroupPreferenceSetFindingOrBuilder> getPreferenceSetFindingsOrBuilderList()
         Findings for each of the PreferenceSets for this group.
         
        repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
      • getPreferenceSetFindingsOrBuilder

        ReportSummary.GroupPreferenceSetFindingOrBuilder getPreferenceSetFindingsOrBuilder​(int index)
         Findings for each of the PreferenceSets for this group.
         
        repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;