public static interface ReportSummary.ComputeEngineFindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedAssetCount()
Count of assets which were allocated.
|
PersistentDiskType |
getAllocatedDiskTypes(int index)
Set of disk types allocated to assets.
|
int |
getAllocatedDiskTypesCount()
Set of disk types allocated to assets.
|
List<PersistentDiskType> |
getAllocatedDiskTypesList()
Set of disk types allocated to assets.
|
int |
getAllocatedDiskTypesValue(int index)
Set of disk types allocated to assets.
|
List<Integer> |
getAllocatedDiskTypesValueList()
Set of disk types allocated to assets.
|
String |
getAllocatedRegions(int index)
Set of regions in which the assets were allocated.
|
com.google.protobuf.ByteString |
getAllocatedRegionsBytes(int index)
Set of regions in which the assets were allocated.
|
int |
getAllocatedRegionsCount()
Set of regions in which the assets were allocated.
|
List<String> |
getAllocatedRegionsList()
Set of regions in which the assets were allocated.
|
ReportSummary.MachineSeriesAllocation |
getMachineSeriesAllocations(int index)
Distribution of assets based on the Machine Series.
|
int |
getMachineSeriesAllocationsCount()
Distribution of assets based on the Machine Series.
|
List<ReportSummary.MachineSeriesAllocation> |
getMachineSeriesAllocationsList()
Distribution of assets based on the Machine Series.
|
ReportSummary.MachineSeriesAllocationOrBuilder |
getMachineSeriesAllocationsOrBuilder(int index)
Distribution of assets based on the Machine Series.
|
List<? extends ReportSummary.MachineSeriesAllocationOrBuilder> |
getMachineSeriesAllocationsOrBuilderList()
Distribution of assets based on the Machine Series.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllocatedRegionsList()
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;int getAllocatedRegionsCount()
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;String getAllocatedRegions(int index)
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;index - The index of the element to return.com.google.protobuf.ByteString getAllocatedRegionsBytes(int index)
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;index - The index of the value to return.long getAllocatedAssetCount()
Count of assets which were allocated.
int64 allocated_asset_count = 2;List<ReportSummary.MachineSeriesAllocation> getMachineSeriesAllocationsList()
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
ReportSummary.MachineSeriesAllocation getMachineSeriesAllocations(int index)
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
int getMachineSeriesAllocationsCount()
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
List<? extends ReportSummary.MachineSeriesAllocationOrBuilder> getMachineSeriesAllocationsOrBuilderList()
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
ReportSummary.MachineSeriesAllocationOrBuilder getMachineSeriesAllocationsOrBuilder(int index)
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
List<PersistentDiskType> getAllocatedDiskTypesList()
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;
int getAllocatedDiskTypesCount()
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;
PersistentDiskType getAllocatedDiskTypes(int index)
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;
index - The index of the element to return.List<Integer> getAllocatedDiskTypesValueList()
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;
int getAllocatedDiskTypesValue(int index)
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.