public static final class ReportSummary.AssetAggregateStats extends com.google.protobuf.GeneratedMessageV3 implements ReportSummary.AssetAggregateStatsOrBuilder
Aggregate statistics for a collection of assets.Protobuf type
google.cloud.migrationcenter.v1.ReportSummary.AssetAggregateStats| Modifier and Type | Class and Description |
|---|---|
static class |
ReportSummary.AssetAggregateStats.Builder
Aggregate statistics for a collection of assets.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CORE_COUNT_HISTOGRAM_FIELD_NUMBER |
static int |
MEMORY_BYTES_HISTOGRAM_FIELD_NUMBER |
static int |
MEMORY_UTILIZATION_CHART_FIELD_NUMBER |
static int |
OPERATING_SYSTEM_FIELD_NUMBER |
static int |
STORAGE_BYTES_HISTOGRAM_FIELD_NUMBER |
static int |
STORAGE_UTILIZATION_CHART_FIELD_NUMBER |
static int |
TOTAL_ASSETS_FIELD_NUMBER |
static int |
TOTAL_CORES_FIELD_NUMBER |
static int |
TOTAL_MEMORY_BYTES_FIELD_NUMBER |
static int |
TOTAL_STORAGE_BYTES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ReportSummary.HistogramChartData |
getCoreCountHistogram()
Histogram showing a distribution of CPU core counts.
|
ReportSummary.HistogramChartDataOrBuilder |
getCoreCountHistogramOrBuilder()
Histogram showing a distribution of CPU core counts.
|
static ReportSummary.AssetAggregateStats |
getDefaultInstance() |
ReportSummary.AssetAggregateStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ReportSummary.HistogramChartData |
getMemoryBytesHistogram()
Histogram showing a distribution of memory sizes.
|
ReportSummary.HistogramChartDataOrBuilder |
getMemoryBytesHistogramOrBuilder()
Histogram showing a distribution of memory sizes.
|
ReportSummary.UtilizationChartData |
getMemoryUtilizationChart()
Total memory split into Used/Free buckets.
|
ReportSummary.UtilizationChartDataOrBuilder |
getMemoryUtilizationChartOrBuilder()
Total memory split into Used/Free buckets.
|
ReportSummary.ChartData |
getOperatingSystem()
Count of assets grouped by Operating System families.
|
ReportSummary.ChartDataOrBuilder |
getOperatingSystemOrBuilder()
Count of assets grouped by Operating System families.
|
com.google.protobuf.Parser<ReportSummary.AssetAggregateStats> |
getParserForType() |
int |
getSerializedSize() |
ReportSummary.HistogramChartData |
getStorageBytesHistogram()
Histogram showing a distribution of memory sizes.
|
ReportSummary.HistogramChartDataOrBuilder |
getStorageBytesHistogramOrBuilder()
Histogram showing a distribution of memory sizes.
|
ReportSummary.UtilizationChartData |
getStorageUtilizationChart()
Total memory split into Used/Free buckets.
|
ReportSummary.UtilizationChartDataOrBuilder |
getStorageUtilizationChartOrBuilder()
Total memory split into Used/Free buckets.
|
long |
getTotalAssets()
Count of the number of unique assets in this collection.
|
long |
getTotalCores()
Sum of the CPU core count of all the assets in this collection.
|
long |
getTotalMemoryBytes()
Sum of the memory in bytes of all the assets in this collection.
|
long |
getTotalStorageBytes()
Sum of persistent storage in bytes of all the assets in this collection.
|
boolean |
hasCoreCountHistogram()
Histogram showing a distribution of CPU core counts.
|
int |
hashCode() |
boolean |
hasMemoryBytesHistogram()
Histogram showing a distribution of memory sizes.
|
boolean |
hasMemoryUtilizationChart()
Total memory split into Used/Free buckets.
|
boolean |
hasOperatingSystem()
Count of assets grouped by Operating System families.
|
boolean |
hasStorageBytesHistogram()
Histogram showing a distribution of memory sizes.
|
boolean |
hasStorageUtilizationChart()
Total memory split into Used/Free buckets.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReportSummary.AssetAggregateStats.Builder |
newBuilder() |
static ReportSummary.AssetAggregateStats.Builder |
newBuilder(ReportSummary.AssetAggregateStats prototype) |
ReportSummary.AssetAggregateStats.Builder |
newBuilderForType() |
protected ReportSummary.AssetAggregateStats.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ReportSummary.AssetAggregateStats |
parseDelimitedFrom(InputStream input) |
static ReportSummary.AssetAggregateStats |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.AssetAggregateStats |
parseFrom(byte[] data) |
static ReportSummary.AssetAggregateStats |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.AssetAggregateStats |
parseFrom(ByteBuffer data) |
static ReportSummary.AssetAggregateStats |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.AssetAggregateStats |
parseFrom(com.google.protobuf.ByteString data) |
static ReportSummary.AssetAggregateStats |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.AssetAggregateStats |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReportSummary.AssetAggregateStats |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReportSummary.AssetAggregateStats |
parseFrom(InputStream input) |
static ReportSummary.AssetAggregateStats |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ReportSummary.AssetAggregateStats> |
parser() |
ReportSummary.AssetAggregateStats.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TOTAL_MEMORY_BYTES_FIELD_NUMBER
public static final int TOTAL_STORAGE_BYTES_FIELD_NUMBER
public static final int TOTAL_CORES_FIELD_NUMBER
public static final int TOTAL_ASSETS_FIELD_NUMBER
public static final int MEMORY_UTILIZATION_CHART_FIELD_NUMBER
public static final int STORAGE_UTILIZATION_CHART_FIELD_NUMBER
public static final int OPERATING_SYSTEM_FIELD_NUMBER
public static final int CORE_COUNT_HISTOGRAM_FIELD_NUMBER
public static final int MEMORY_BYTES_HISTOGRAM_FIELD_NUMBER
public static final int STORAGE_BYTES_HISTOGRAM_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getTotalMemoryBytes()
Sum of the memory in bytes of all the assets in this collection.
int64 total_memory_bytes = 1;getTotalMemoryBytes in interface ReportSummary.AssetAggregateStatsOrBuilderpublic long getTotalStorageBytes()
Sum of persistent storage in bytes of all the assets in this collection.
int64 total_storage_bytes = 2;getTotalStorageBytes in interface ReportSummary.AssetAggregateStatsOrBuilderpublic long getTotalCores()
Sum of the CPU core count of all the assets in this collection.
int64 total_cores = 3;getTotalCores in interface ReportSummary.AssetAggregateStatsOrBuilderpublic long getTotalAssets()
Count of the number of unique assets in this collection.
int64 total_assets = 4;getTotalAssets in interface ReportSummary.AssetAggregateStatsOrBuilderpublic boolean hasMemoryUtilizationChart()
Total memory split into Used/Free buckets.
.google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData memory_utilization_chart = 5;
hasMemoryUtilizationChart in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.UtilizationChartData getMemoryUtilizationChart()
Total memory split into Used/Free buckets.
.google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData memory_utilization_chart = 5;
getMemoryUtilizationChart in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.UtilizationChartDataOrBuilder getMemoryUtilizationChartOrBuilder()
Total memory split into Used/Free buckets.
.google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData memory_utilization_chart = 5;
getMemoryUtilizationChartOrBuilder in interface ReportSummary.AssetAggregateStatsOrBuilderpublic boolean hasStorageUtilizationChart()
Total memory split into Used/Free buckets.
.google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData storage_utilization_chart = 6;
hasStorageUtilizationChart in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.UtilizationChartData getStorageUtilizationChart()
Total memory split into Used/Free buckets.
.google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData storage_utilization_chart = 6;
getStorageUtilizationChart in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.UtilizationChartDataOrBuilder getStorageUtilizationChartOrBuilder()
Total memory split into Used/Free buckets.
.google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData storage_utilization_chart = 6;
getStorageUtilizationChartOrBuilder in interface ReportSummary.AssetAggregateStatsOrBuilderpublic boolean hasOperatingSystem()
Count of assets grouped by Operating System families.
.google.cloud.migrationcenter.v1.ReportSummary.ChartData operating_system = 7;hasOperatingSystem in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.ChartData getOperatingSystem()
Count of assets grouped by Operating System families.
.google.cloud.migrationcenter.v1.ReportSummary.ChartData operating_system = 7;getOperatingSystem in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.ChartDataOrBuilder getOperatingSystemOrBuilder()
Count of assets grouped by Operating System families.
.google.cloud.migrationcenter.v1.ReportSummary.ChartData operating_system = 7;getOperatingSystemOrBuilder in interface ReportSummary.AssetAggregateStatsOrBuilderpublic boolean hasCoreCountHistogram()
Histogram showing a distribution of CPU core counts.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData core_count_histogram = 8;
hasCoreCountHistogram in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.HistogramChartData getCoreCountHistogram()
Histogram showing a distribution of CPU core counts.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData core_count_histogram = 8;
getCoreCountHistogram in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.HistogramChartDataOrBuilder getCoreCountHistogramOrBuilder()
Histogram showing a distribution of CPU core counts.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData core_count_histogram = 8;
getCoreCountHistogramOrBuilder in interface ReportSummary.AssetAggregateStatsOrBuilderpublic boolean hasMemoryBytesHistogram()
Histogram showing a distribution of memory sizes.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData memory_bytes_histogram = 9;
hasMemoryBytesHistogram in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.HistogramChartData getMemoryBytesHistogram()
Histogram showing a distribution of memory sizes.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData memory_bytes_histogram = 9;
getMemoryBytesHistogram in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.HistogramChartDataOrBuilder getMemoryBytesHistogramOrBuilder()
Histogram showing a distribution of memory sizes.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData memory_bytes_histogram = 9;
getMemoryBytesHistogramOrBuilder in interface ReportSummary.AssetAggregateStatsOrBuilderpublic boolean hasStorageBytesHistogram()
Histogram showing a distribution of memory sizes.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData storage_bytes_histogram = 10;
hasStorageBytesHistogram in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.HistogramChartData getStorageBytesHistogram()
Histogram showing a distribution of memory sizes.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData storage_bytes_histogram = 10;
getStorageBytesHistogram in interface ReportSummary.AssetAggregateStatsOrBuilderpublic ReportSummary.HistogramChartDataOrBuilder getStorageBytesHistogramOrBuilder()
Histogram showing a distribution of memory sizes.
.google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData storage_bytes_histogram = 10;
getStorageBytesHistogramOrBuilder in interface ReportSummary.AssetAggregateStatsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ReportSummary.AssetAggregateStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReportSummary.AssetAggregateStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReportSummary.AssetAggregateStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReportSummary.AssetAggregateStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ReportSummary.AssetAggregateStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReportSummary.AssetAggregateStats.Builder newBuilder()
public static ReportSummary.AssetAggregateStats.Builder newBuilder(ReportSummary.AssetAggregateStats prototype)
public ReportSummary.AssetAggregateStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ReportSummary.AssetAggregateStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ReportSummary.AssetAggregateStats getDefaultInstance()
public static com.google.protobuf.Parser<ReportSummary.AssetAggregateStats> parser()
public com.google.protobuf.Parser<ReportSummary.AssetAggregateStats> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ReportSummary.AssetAggregateStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.