public static final class ReportSummary.Builder extends com.google.protobuf.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| Modifier and Type | Method and Description |
|---|---|
ReportSummary.Builder |
addAllGroupFindings(Iterable<? extends ReportSummary.GroupFinding> values)
Findings for each Group included in this report.
|
ReportSummary.Builder |
addGroupFindings(int index,
ReportSummary.GroupFinding.Builder builderForValue)
Findings for each Group included in this report.
|
ReportSummary.Builder |
addGroupFindings(int index,
ReportSummary.GroupFinding value)
Findings for each Group included in this report.
|
ReportSummary.Builder |
addGroupFindings(ReportSummary.GroupFinding.Builder builderForValue)
Findings for each Group included in this report.
|
ReportSummary.Builder |
addGroupFindings(ReportSummary.GroupFinding value)
Findings for each Group included in this report.
|
ReportSummary.GroupFinding.Builder |
addGroupFindingsBuilder()
Findings for each Group included in this report.
|
ReportSummary.GroupFinding.Builder |
addGroupFindingsBuilder(int index)
Findings for each Group included in this report.
|
ReportSummary.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReportSummary |
build() |
ReportSummary |
buildPartial() |
ReportSummary.Builder |
clear() |
ReportSummary.Builder |
clearAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReportSummary.Builder |
clearGroupFindings()
Findings for each Group included in this report.
|
ReportSummary.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ReportSummary.Builder |
clone() |
ReportSummary.AssetAggregateStats |
getAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.AssetAggregateStats.Builder |
getAllAssetsStatsBuilder()
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.AssetAggregateStatsOrBuilder |
getAllAssetsStatsOrBuilder()
Aggregate statistics for all the assets across all the groups.
|
ReportSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ReportSummary.GroupFinding |
getGroupFindings(int index)
Findings for each Group included in this report.
|
ReportSummary.GroupFinding.Builder |
getGroupFindingsBuilder(int index)
Findings for each Group included in this report.
|
List<ReportSummary.GroupFinding.Builder> |
getGroupFindingsBuilderList()
Findings for each Group included in this report.
|
int |
getGroupFindingsCount()
Findings for each Group included in this report.
|
List<ReportSummary.GroupFinding> |
getGroupFindingsList()
Findings for each Group included in this report.
|
ReportSummary.GroupFindingOrBuilder |
getGroupFindingsOrBuilder(int index)
Findings for each Group included in this report.
|
List<? extends ReportSummary.GroupFindingOrBuilder> |
getGroupFindingsOrBuilderList()
Findings for each Group included in this report.
|
boolean |
hasAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReportSummary.Builder |
mergeAllAssetsStats(ReportSummary.AssetAggregateStats value)
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReportSummary.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReportSummary.Builder |
mergeFrom(ReportSummary other) |
ReportSummary.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ReportSummary.Builder |
removeGroupFindings(int index)
Findings for each Group included in this report.
|
ReportSummary.Builder |
setAllAssetsStats(ReportSummary.AssetAggregateStats.Builder builderForValue)
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.Builder |
setAllAssetsStats(ReportSummary.AssetAggregateStats value)
Aggregate statistics for all the assets across all the groups.
|
ReportSummary.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReportSummary.Builder |
setGroupFindings(int index,
ReportSummary.GroupFinding.Builder builderForValue)
Findings for each Group included in this report.
|
ReportSummary.Builder |
setGroupFindings(int index,
ReportSummary.GroupFinding value)
Findings for each Group included in this report.
|
ReportSummary.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ReportSummary.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReportSummary build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReportSummary buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReportSummary.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReportSummary.Builder>public ReportSummary.Builder mergeFrom(ReportSummary other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public ReportSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReportSummary.Builder>IOExceptionpublic boolean hasAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
hasAllAssetsStats in interface ReportSummaryOrBuilderpublic ReportSummary.AssetAggregateStats getAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
getAllAssetsStats in interface ReportSummaryOrBuilderpublic 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;
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;
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;
public ReportSummary.Builder clearAllAssetsStats()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
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;
public ReportSummary.AssetAggregateStatsOrBuilder getAllAssetsStatsOrBuilder()
Aggregate statistics for all the assets across all the groups.
.google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats all_assets_stats = 1;
getAllAssetsStatsOrBuilder in interface ReportSummaryOrBuilderpublic List<ReportSummary.GroupFinding> getGroupFindingsList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
getGroupFindingsList in interface ReportSummaryOrBuilderpublic int getGroupFindingsCount()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
getGroupFindingsCount in interface ReportSummaryOrBuilderpublic ReportSummary.GroupFinding getGroupFindings(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
getGroupFindings in interface ReportSummaryOrBuilderpublic 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;
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;
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;
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;
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;
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;
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;
public ReportSummary.Builder clearGroupFindings()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
public ReportSummary.Builder removeGroupFindings(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
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;
public ReportSummary.GroupFindingOrBuilder getGroupFindingsOrBuilder(int index)
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
getGroupFindingsOrBuilder in interface ReportSummaryOrBuilderpublic List<? extends ReportSummary.GroupFindingOrBuilder> getGroupFindingsOrBuilderList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
getGroupFindingsOrBuilderList in interface ReportSummaryOrBuilderpublic ReportSummary.GroupFinding.Builder addGroupFindingsBuilder()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
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;
public List<ReportSummary.GroupFinding.Builder> getGroupFindingsBuilderList()
Findings for each Group included in this report.
repeated .google.cloud.migrationcenter.v1.ReportSummary.GroupFinding group_findings = 2;
public final ReportSummary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>public final ReportSummary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReportSummary.Builder>Copyright © 2024 Google LLC. All rights reserved.