Send feedback
Class ReportSummary.GroupFinding (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.0 keyboard_arrow_down
public static final class ReportSummary . GroupFinding extends GeneratedMessageV3 implements ReportSummary . GroupFindingOrBuilder
Summary Findings for a specific Group.
Protobuf type google.cloud.migrationcenter.v1.ReportSummary.GroupFinding
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ASSET_AGGREGATE_STATS_FIELD_NUMBER
public static final int ASSET_AGGREGATE_STATS_FIELD_NUMBER
Field Value Type Description int
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value Type Description int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value Type Description int
OVERLAPPING_ASSET_COUNT_FIELD_NUMBER
public static final int OVERLAPPING_ASSET_COUNT_FIELD_NUMBER
Field Value Type Description int
PREFERENCE_SET_FINDINGS_FIELD_NUMBER
public static final int PREFERENCE_SET_FINDINGS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ReportSummary . GroupFinding getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ReportSummary . GroupFinding . Builder newBuilder ()
newBuilder(ReportSummary.GroupFinding prototype)
public static ReportSummary . GroupFinding . Builder newBuilder ( ReportSummary . GroupFinding prototype )
public static ReportSummary . GroupFinding parseDelimitedFrom ( InputStream input )
public static ReportSummary . GroupFinding parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ReportSummary . GroupFinding parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportSummary . GroupFinding parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ReportSummary . GroupFinding parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportSummary . GroupFinding parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ReportSummary . GroupFinding parseFrom ( CodedInputStream input )
public static ReportSummary . GroupFinding parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ReportSummary . GroupFinding parseFrom ( InputStream input )
public static ReportSummary . GroupFinding parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ReportSummary . GroupFinding parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportSummary . GroupFinding parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ReportSummary . GroupFinding > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAssetAggregateStats()
public ReportSummary . AssetAggregateStats getAssetAggregateStats ()
Summary statistics for all the assets in this group.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
getAssetAggregateStatsOrBuilder()
public ReportSummary . AssetAggregateStatsOrBuilder getAssetAggregateStatsOrBuilder ()
Summary statistics for all the assets in this group.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
getDefaultInstanceForType()
public ReportSummary . GroupFinding getDefaultInstanceForType ()
getDescription()
public String getDescription ()
Description for the Group.
string description = 2;
Returns Type Description String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
Description for the Group.
string description = 2;
Returns Type Description ByteString
The bytes for description.
getDisplayName()
public String getDisplayName ()
Display Name for the Group.
string display_name = 1;
Returns Type Description String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Display Name for the Group.
string display_name = 1;
Returns Type Description ByteString
The bytes for displayName.
getOverlappingAssetCount()
public 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 Type Description long
The overlappingAssetCount.
getParserForType()
public Parser<ReportSummary . GroupFinding > getParserForType ()
Overrides
getPreferenceSetFindings(int index)
public 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;
Parameter Name Description index
int
getPreferenceSetFindingsCount()
public int getPreferenceSetFindingsCount ()
Findings for each of the PreferenceSets for this group.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
Returns Type Description int
getPreferenceSetFindingsList()
public List<ReportSummary . GroupPreferenceSetFinding > getPreferenceSetFindingsList ()
Findings for each of the PreferenceSets for this group.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding preference_set_findings = 5;
getPreferenceSetFindingsOrBuilder(int index)
public 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;
Parameter Name Description index
int
getPreferenceSetFindingsOrBuilderList()
public 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;
Returns Type Description List <? extends com.google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFindingOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hasAssetAggregateStats()
public boolean hasAssetAggregateStats ()
Summary statistics for all the assets in this group.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats asset_aggregate_stats = 3;
Returns Type Description boolean
Whether the assetAggregateStats field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ReportSummary . GroupFinding . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReportSummary . GroupFinding . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ReportSummary . GroupFinding . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]