public static interface ReportSummary.GroupFindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.AssetAggregateStats |
getAssetAggregateStats()
Summary statistics for all the assets in this group.
|
ReportSummary.AssetAggregateStatsOrBuilder |
getAssetAggregateStatsOrBuilder()
Summary statistics for all the assets in this group.
|
String |
getDescription()
Description for the Group.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description for the Group.
|
String |
getDisplayName()
Display Name for the Group.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display Name for the Group.
|
long |
getOverlappingAssetCount()
Deprecated.
google.cloud.migrationcenter.v1.ReportSummary.GroupFinding.overlapping_asset_count is
deprecated. See google/cloud/migrationcenter/v1/migrationcenter.proto;l=4038
|
ReportSummary.GroupPreferenceSetFinding |
getPreferenceSetFindings(int index)
Findings for each of the PreferenceSets for this group.
|
int |
getPreferenceSetFindingsCount()
Findings for each of the PreferenceSets for this group.
|
List<ReportSummary.GroupPreferenceSetFinding> |
getPreferenceSetFindingsList()
Findings for each of the PreferenceSets for this group.
|
ReportSummary.GroupPreferenceSetFindingOrBuilder |
getPreferenceSetFindingsOrBuilder(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.
|
boolean |
hasAssetAggregateStats()
Summary statistics for all the assets in this group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Display Name for the Group.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Display Name for the Group.
string display_name = 1;String getDescription()
Description for the Group.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Description for the Group.
string description = 2;boolean hasAssetAggregateStats()
Summary statistics for all the assets in this group.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
ReportSummary.AssetAggregateStats getAssetAggregateStats()
Summary statistics for all the assets in this group.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
ReportSummary.AssetAggregateStatsOrBuilder getAssetAggregateStatsOrBuilder()
Summary statistics for all the assets in this group.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
@Deprecated long getOverlappingAssetCount()
This field is deprecated, do not rely on it having a value.
int64 overlapping_asset_count = 4 [deprecated = true];List<ReportSummary.GroupPreferenceSetFinding> getPreferenceSetFindingsList()
Findings for each of the PreferenceSets for this group.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
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;
int getPreferenceSetFindingsCount()
Findings for each of the PreferenceSets for this group.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.