Skip to content

Commit 6d384db

Browse files
feat: Automated regeneration of MigrationCenter client (googleapis#12253)
Auto-created at 2024-10-02 13:14:49 +0000 using the toys pull request generator.
1 parent 46ea410 commit 6d384db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/migration_center/lib/google_api/migration_center/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.MigrationCenter.V1 do
2020
API client metadata for GoogleApi.MigrationCenter.V1.
2121
"""
2222

23-
@discovery_revision "20240906"
23+
@discovery_revision "20240926"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/migration_center/lib/google_api/migration_center/v1/model/machine_architecture_details.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.MigrationCenter.V1.Model.MachineArchitectureDetails do
2525
* `cpuArchitecture` (*type:* `String.t`, *default:* `nil`) - CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
2626
* `cpuName` (*type:* `String.t`, *default:* `nil`) - CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
2727
* `cpuSocketCount` (*type:* `integer()`, *default:* `nil`) - Number of processor sockets allocated to the machine.
28-
* `cpuThreadCount` (*type:* `integer()`, *default:* `nil`) - Number of CPU threads allocated to the machine.
28+
* `cpuThreadCount` (*type:* `integer()`, *default:* `nil`) - Deprecated: use MachineDetails.core_count instead. Number of CPU threads allocated to the machine.
2929
* `firmwareType` (*type:* `String.t`, *default:* `nil`) - Firmware type.
3030
* `hyperthreading` (*type:* `String.t`, *default:* `nil`) - CPU hyper-threading support.
3131
* `vendor` (*type:* `String.t`, *default:* `nil`) - Hardware vendor.

clients/migration_center/lib/google_api/migration_center/v1/model/report_summary_asset_aggregate_stats.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.MigrationCenter.V1.Model.ReportSummaryAssetAggregateStats do
2121
2222
## Attributes
2323
24-
* `coreCountHistogram` (*type:* `GoogleApi.MigrationCenter.V1.Model.ReportSummaryHistogramChartData.t`, *default:* `nil`) - Histogram showing a distribution of CPU core counts.
24+
* `coreCountHistogram` (*type:* `GoogleApi.MigrationCenter.V1.Model.ReportSummaryHistogramChartData.t`, *default:* `nil`) - Histogram showing a distribution of logical CPU core counts.
2525
* `memoryBytesHistogram` (*type:* `GoogleApi.MigrationCenter.V1.Model.ReportSummaryHistogramChartData.t`, *default:* `nil`) - Histogram showing a distribution of memory sizes.
2626
* `memoryUtilizationChart` (*type:* `GoogleApi.MigrationCenter.V1.Model.ReportSummaryUtilizationChartData.t`, *default:* `nil`) - Total memory split into Used/Free buckets.
2727
* `operatingSystem` (*type:* `GoogleApi.MigrationCenter.V1.Model.ReportSummaryChartData.t`, *default:* `nil`) - Count of assets grouped by Operating System families.

clients/migration_center/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.MigrationCenter.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.5.1"
21+
@version "0.5.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)