Interface ReportSummary.ComputeEngineFindingOrBuilder

    • 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.