Interface ReportSummary.ComputeEngineFindingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportSummary.ComputeEngineFinding,ReportSummary.ComputeEngineFinding.Builder
- Enclosing class:
- ReportSummary
public static interface ReportSummary.ComputeEngineFindingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAllocatedAssetCount()Count of assets which were allocated.PersistentDiskTypegetAllocatedDiskTypes(int index)Set of disk types allocated to assets.intgetAllocatedDiskTypesCount()Set of disk types allocated to assets.List<PersistentDiskType>getAllocatedDiskTypesList()Set of disk types allocated to assets.intgetAllocatedDiskTypesValue(int index)Set of disk types allocated to assets.List<Integer>getAllocatedDiskTypesValueList()Set of disk types allocated to assets.StringgetAllocatedRegions(int index)Set of regions in which the assets were allocated.com.google.protobuf.ByteStringgetAllocatedRegionsBytes(int index)Set of regions in which the assets were allocated.intgetAllocatedRegionsCount()Set of regions in which the assets were allocated.List<String>getAllocatedRegionsList()Set of regions in which the assets were allocated.ReportSummary.MachineSeriesAllocationgetMachineSeriesAllocations(int index)Distribution of assets based on the Machine Series.intgetMachineSeriesAllocationsCount()Distribution of assets based on the Machine Series.List<ReportSummary.MachineSeriesAllocation>getMachineSeriesAllocationsList()Distribution of assets based on the Machine Series.ReportSummary.MachineSeriesAllocationOrBuildergetMachineSeriesAllocationsOrBuilder(int index)Distribution of assets based on the Machine Series.List<? extends ReportSummary.MachineSeriesAllocationOrBuilder>getMachineSeriesAllocationsOrBuilderList()Distribution of assets based on the Machine Series.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAllocatedRegionsList
List<String> getAllocatedRegionsList()
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;- Returns:
- A list containing the allocatedRegions.
-
getAllocatedRegionsCount
int getAllocatedRegionsCount()
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;- Returns:
- The count of allocatedRegions.
-
getAllocatedRegions
String getAllocatedRegions(int index)
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;- Parameters:
index- The index of the element to return.- Returns:
- The allocatedRegions at the given index.
-
getAllocatedRegionsBytes
com.google.protobuf.ByteString getAllocatedRegionsBytes(int index)
Set of regions in which the assets were allocated.
repeated string allocated_regions = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allocatedRegions at the given index.
-
getAllocatedAssetCount
long getAllocatedAssetCount()
Count of assets which were allocated.
int64 allocated_asset_count = 2;- Returns:
- The allocatedAssetCount.
-
getMachineSeriesAllocationsList
List<ReportSummary.MachineSeriesAllocation> getMachineSeriesAllocationsList()
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
-
getMachineSeriesAllocations
ReportSummary.MachineSeriesAllocation getMachineSeriesAllocations(int index)
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
-
getMachineSeriesAllocationsCount
int getMachineSeriesAllocationsCount()
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
-
getMachineSeriesAllocationsOrBuilderList
List<? extends ReportSummary.MachineSeriesAllocationOrBuilder> getMachineSeriesAllocationsOrBuilderList()
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
-
getMachineSeriesAllocationsOrBuilder
ReportSummary.MachineSeriesAllocationOrBuilder getMachineSeriesAllocationsOrBuilder(int index)
Distribution of assets based on the Machine Series.
repeated .google.cloud.migrationcenter.v1.ReportSummary.MachineSeriesAllocation machine_series_allocations = 3;
-
getAllocatedDiskTypesList
List<PersistentDiskType> getAllocatedDiskTypesList()
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;- Returns:
- A list containing the allocatedDiskTypes.
-
getAllocatedDiskTypesCount
int getAllocatedDiskTypesCount()
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;- Returns:
- The count of allocatedDiskTypes.
-
getAllocatedDiskTypes
PersistentDiskType getAllocatedDiskTypes(int index)
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;- Parameters:
index- The index of the element to return.- Returns:
- The allocatedDiskTypes at the given index.
-
getAllocatedDiskTypesValueList
List<Integer> getAllocatedDiskTypesValueList()
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;- Returns:
- A list containing the enum numeric values on the wire for allocatedDiskTypes.
-
getAllocatedDiskTypesValue
int getAllocatedDiskTypesValue(int index)
Set of disk types allocated to assets.
repeated .google.cloud.migrationcenter.v1.PersistentDiskType allocated_disk_types = 4;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of allocatedDiskTypes at the given index.
-
-