- 0.60.0 (latest)
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.52.0
 - 0.50.0
 - 0.49.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static interface ReportSummary.AssetAggregateStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCoreCountHistogram()
public abstract ReportSummary.HistogramChartData getCoreCountHistogram()Histogram showing a distribution of CPU core counts.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData core_count_histogram = 8;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.HistogramChartData | 
        The coreCountHistogram.  | 
      
getCoreCountHistogramOrBuilder()
public abstract ReportSummary.HistogramChartDataOrBuilder getCoreCountHistogramOrBuilder()Histogram showing a distribution of CPU core counts.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData core_count_histogram = 8;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.HistogramChartDataOrBuilder | 
        |
getMemoryBytesHistogram()
public abstract ReportSummary.HistogramChartData getMemoryBytesHistogram()Histogram showing a distribution of memory sizes.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData memory_bytes_histogram = 9;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.HistogramChartData | 
        The memoryBytesHistogram.  | 
      
getMemoryBytesHistogramOrBuilder()
public abstract ReportSummary.HistogramChartDataOrBuilder getMemoryBytesHistogramOrBuilder()Histogram showing a distribution of memory sizes.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData memory_bytes_histogram = 9;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.HistogramChartDataOrBuilder | 
        |
getMemoryUtilizationChart()
public abstract ReportSummary.UtilizationChartData getMemoryUtilizationChart()Total memory split into Used/Free buckets.
 
 .google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData memory_utilization_chart = 5;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.UtilizationChartData | 
        The memoryUtilizationChart.  | 
      
getMemoryUtilizationChartOrBuilder()
public abstract ReportSummary.UtilizationChartDataOrBuilder getMemoryUtilizationChartOrBuilder()Total memory split into Used/Free buckets.
 
 .google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData memory_utilization_chart = 5;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.UtilizationChartDataOrBuilder | 
        |
getOperatingSystem()
public abstract ReportSummary.ChartData getOperatingSystem()Count of assets grouped by Operating System families.
 .google.cloud.migrationcenter.v1.ReportSummary.ChartData operating_system = 7;
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.ChartData | 
        The operatingSystem.  | 
      
getOperatingSystemOrBuilder()
public abstract ReportSummary.ChartDataOrBuilder getOperatingSystemOrBuilder()Count of assets grouped by Operating System families.
 .google.cloud.migrationcenter.v1.ReportSummary.ChartData operating_system = 7;
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.ChartDataOrBuilder | 
        |
getStorageBytesHistogram()
public abstract ReportSummary.HistogramChartData getStorageBytesHistogram()Histogram showing a distribution of memory sizes.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData storage_bytes_histogram = 10;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.HistogramChartData | 
        The storageBytesHistogram.  | 
      
getStorageBytesHistogramOrBuilder()
public abstract ReportSummary.HistogramChartDataOrBuilder getStorageBytesHistogramOrBuilder()Histogram showing a distribution of memory sizes.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData storage_bytes_histogram = 10;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.HistogramChartDataOrBuilder | 
        |
getStorageUtilizationChart()
public abstract ReportSummary.UtilizationChartData getStorageUtilizationChart()Total memory split into Used/Free buckets.
 
 .google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData storage_utilization_chart = 6;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.UtilizationChartData | 
        The storageUtilizationChart.  | 
      
getStorageUtilizationChartOrBuilder()
public abstract ReportSummary.UtilizationChartDataOrBuilder getStorageUtilizationChartOrBuilder()Total memory split into Used/Free buckets.
 
 .google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData storage_utilization_chart = 6;
 
| Returns | |
|---|---|
| Type | Description | 
ReportSummary.UtilizationChartDataOrBuilder | 
        |
getTotalAssets()
public abstract long getTotalAssets()Count of the number of unique assets in this collection.
 int64 total_assets = 4;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The totalAssets.  | 
      
getTotalCores()
public abstract long getTotalCores()Sum of the CPU core count of all the assets in this collection.
 int64 total_cores = 3;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The totalCores.  | 
      
getTotalMemoryBytes()
public abstract long getTotalMemoryBytes()Sum of the memory in bytes of all the assets in this collection.
 int64 total_memory_bytes = 1;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The totalMemoryBytes.  | 
      
getTotalStorageBytes()
public abstract long getTotalStorageBytes()Sum of persistent storage in bytes of all the assets in this collection.
 int64 total_storage_bytes = 2;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The totalStorageBytes.  | 
      
hasCoreCountHistogram()
public abstract boolean hasCoreCountHistogram()Histogram showing a distribution of CPU core counts.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData core_count_histogram = 8;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the coreCountHistogram field is set.  | 
      
hasMemoryBytesHistogram()
public abstract boolean hasMemoryBytesHistogram()Histogram showing a distribution of memory sizes.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData memory_bytes_histogram = 9;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the memoryBytesHistogram field is set.  | 
      
hasMemoryUtilizationChart()
public abstract boolean hasMemoryUtilizationChart()Total memory split into Used/Free buckets.
 
 .google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData memory_utilization_chart = 5;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the memoryUtilizationChart field is set.  | 
      
hasOperatingSystem()
public abstract boolean hasOperatingSystem()Count of assets grouped by Operating System families.
 .google.cloud.migrationcenter.v1.ReportSummary.ChartData operating_system = 7;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the operatingSystem field is set.  | 
      
hasStorageBytesHistogram()
public abstract boolean hasStorageBytesHistogram()Histogram showing a distribution of memory sizes.
 
 .google.cloud.migrationcenter.v1.ReportSummary.HistogramChartData storage_bytes_histogram = 10;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the storageBytesHistogram field is set.  | 
      
hasStorageUtilizationChart()
public abstract boolean hasStorageUtilizationChart()Total memory split into Used/Free buckets.
 
 .google.cloud.migrationcenter.v1.ReportSummary.UtilizationChartData storage_utilization_chart = 6;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the storageUtilizationChart field is set.  |