public static final class ReportSummary.Builder extends GeneratedMessageV3.Builder<ReportSummary.Builder> implements ReportSummaryOrBuilder
Describes the Summary view of a Report, which contains aggregated values
for all the groups and preference sets included in this Report.
Protobuf type google.cloud.migrationcenter.v1.ReportSummary
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllGroupFindings(Iterable<? extends ReportSummary.GroupFinding> values)
public ReportSummary.Builder addAllGroupFindings(Iterable<? extends ReportSummary.GroupFinding> values)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.migrationcenter.v1.ReportSummary.GroupFinding>
|
addGroupFindings(ReportSummary.GroupFinding value)
public ReportSummary.Builder addGroupFindings(ReportSummary.GroupFinding value)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
addGroupFindings(ReportSummary.GroupFinding.Builder builderForValue)
public ReportSummary.Builder addGroupFindings(ReportSummary.GroupFinding.Builder builderForValue)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
addGroupFindings(int index, ReportSummary.GroupFinding value)
public ReportSummary.Builder addGroupFindings(int index, ReportSummary.GroupFinding value)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
addGroupFindings(int index, ReportSummary.GroupFinding.Builder builderForValue)
public ReportSummary.Builder addGroupFindings(int index, ReportSummary.GroupFinding.Builder builderForValue)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
addGroupFindingsBuilder()
public ReportSummary.GroupFinding.Builder addGroupFindingsBuilder()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
addGroupFindingsBuilder(int index)
public ReportSummary.GroupFinding.Builder addGroupFindingsBuilder(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReportSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReportSummary build()
buildPartial()
public ReportSummary buildPartial()
clear()
public ReportSummary.Builder clear()
Overrides
clearAllAssetsStats()
public ReportSummary.Builder clearAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
clearField(Descriptors.FieldDescriptor field)
public ReportSummary.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGroupFindings()
public ReportSummary.Builder clearGroupFindings()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ReportSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ReportSummary.Builder clone()
Overrides
getAllAssetsStats()
public ReportSummary.AssetAggregateStats getAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
getAllAssetsStatsBuilder()
public ReportSummary.AssetAggregateStats.Builder getAllAssetsStatsBuilder()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
getAllAssetsStatsOrBuilder()
public ReportSummary.AssetAggregateStatsOrBuilder getAllAssetsStatsOrBuilder()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
getDefaultInstanceForType()
public ReportSummary getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGroupFindings(int index)
public ReportSummary.GroupFinding getGroupFindings(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Parameter |
Name |
Description |
index |
int
|
getGroupFindingsBuilder(int index)
public ReportSummary.GroupFinding.Builder getGroupFindingsBuilder(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Parameter |
Name |
Description |
index |
int
|
getGroupFindingsBuilderList()
public List<ReportSummary.GroupFinding.Builder> getGroupFindingsBuilderList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
getGroupFindingsCount()
public int getGroupFindingsCount()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Returns |
Type |
Description |
int |
|
getGroupFindingsList()
public List<ReportSummary.GroupFinding> getGroupFindingsList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
getGroupFindingsOrBuilder(int index)
public ReportSummary.GroupFindingOrBuilder getGroupFindingsOrBuilder(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Parameter |
Name |
Description |
index |
int
|
getGroupFindingsOrBuilderList()
public List<? extends ReportSummary.GroupFindingOrBuilder> getGroupFindingsOrBuilderList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.migrationcenter.v1.ReportSummary.GroupFindingOrBuilder> |
|
hasAllAssetsStats()
public boolean hasAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
Returns |
Type |
Description |
boolean |
Whether the allAssetsStats field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeAllAssetsStats(ReportSummary.AssetAggregateStats value)
public ReportSummary.Builder mergeAllAssetsStats(ReportSummary.AssetAggregateStats value)
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
mergeFrom(ReportSummary other)
public ReportSummary.Builder mergeFrom(ReportSummary other)
public ReportSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReportSummary.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReportSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeGroupFindings(int index)
public ReportSummary.Builder removeGroupFindings(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
Parameter |
Name |
Description |
index |
int
|
setAllAssetsStats(ReportSummary.AssetAggregateStats value)
public ReportSummary.Builder setAllAssetsStats(ReportSummary.AssetAggregateStats value)
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
setAllAssetsStats(ReportSummary.AssetAggregateStats.Builder builderForValue)
public ReportSummary.Builder setAllAssetsStats(ReportSummary.AssetAggregateStats.Builder builderForValue)
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ReportSummary.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGroupFindings(int index, ReportSummary.GroupFinding value)
public ReportSummary.Builder setGroupFindings(int index, ReportSummary.GroupFinding value)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
setGroupFindings(int index, ReportSummary.GroupFinding.Builder builderForValue)
public ReportSummary.Builder setGroupFindings(int index, ReportSummary.GroupFinding.Builder builderForValue)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReportSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReportSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides