Interface ReportSummary.GroupFindingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportSummary.GroupFinding,ReportSummary.GroupFinding.Builder
- Enclosing class:
- ReportSummary
public static interface ReportSummary.GroupFindingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportSummary.AssetAggregateStatsgetAssetAggregateStats()Summary statistics for all the assets in this group.ReportSummary.AssetAggregateStatsOrBuildergetAssetAggregateStatsOrBuilder()Summary statistics for all the assets in this group.StringgetDescription()Description for the Group.com.google.protobuf.ByteStringgetDescriptionBytes()Description for the Group.StringgetDisplayName()Display Name for the Group.com.google.protobuf.ByteStringgetDisplayNameBytes()Display Name for the Group.longgetOverlappingAssetCount()Count of the number of assets in this group which are also included in another group within the same report.ReportSummary.GroupPreferenceSetFindinggetPreferenceSetFindings(int index)Findings for each of the PreferenceSets for this group.intgetPreferenceSetFindingsCount()Findings for each of the PreferenceSets for this group.List<ReportSummary.GroupPreferenceSetFinding>getPreferenceSetFindingsList()Findings for each of the PreferenceSets for this group.ReportSummary.GroupPreferenceSetFindingOrBuildergetPreferenceSetFindingsOrBuilder(int index)Findings for each of the PreferenceSets for this group.List<? extends ReportSummary.GroupPreferenceSetFindingOrBuilder>getPreferenceSetFindingsOrBuilderList()Findings for each of the PreferenceSets for this group.booleanhasAssetAggregateStats()Summary statistics for all the assets in this group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-