Class: Google::Cloud::MigrationCenter::V1::ReportSummary::GroupFinding
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::GroupFinding
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Summary Findings for a specific Group.
Instance Attribute Summary collapse
-
#asset_aggregate_stats ⇒ ::Google::Cloud::MigrationCenter::V1::ReportSummary::AssetAggregateStats
Summary statistics for all the assets in this group.
-
#description ⇒ ::String
Description for the Group.
-
#display_name ⇒ ::String
Display Name for the Group.
-
#overlapping_asset_count ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#preference_set_findings ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::GroupPreferenceSetFinding>
Findings for each of the PreferenceSets for this group.
Instance Attribute Details
#asset_aggregate_stats ⇒ ::Google::Cloud::MigrationCenter::V1::ReportSummary::AssetAggregateStats
Returns Summary statistics for all the assets in this group.
3763 3764 3765 3766 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3763 class GroupFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Description for the Group.
3763 3764 3765 3766 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3763 class GroupFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Display Name for the Group.
3763 3764 3765 3766 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3763 class GroupFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#overlapping_asset_count ⇒ ::Integer
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns This field is deprecated, do not rely on it having a value.
3763 3764 3765 3766 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3763 class GroupFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preference_set_findings ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::GroupPreferenceSetFinding>
Returns Findings for each of the PreferenceSets for this group.
3763 3764 3765 3766 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3763 class GroupFinding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |