From e8f25e6375b1496d876f2f31b2830fa92ebbe4de Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 13 Jan 2025 13:13:13 +0000 Subject: [PATCH] feat: Automated regeneration of Dataproc client --- clients/dataproc/lib/google_api/dataproc/v1/metadata.ex | 2 +- .../dataproc/lib/google_api/dataproc/v1/model/disk_config.ex | 4 ++-- clients/dataproc/mix.exs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/dataproc/lib/google_api/dataproc/v1/metadata.ex b/clients/dataproc/lib/google_api/dataproc/v1/metadata.ex index acc015fd0f..aba699109b 100644 --- a/clients/dataproc/lib/google_api/dataproc/v1/metadata.ex +++ b/clients/dataproc/lib/google_api/dataproc/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Dataproc.V1 do API client metadata for GoogleApi.Dataproc.V1. """ - @discovery_revision "20241025" + @discovery_revision "20250111" def discovery_revision(), do: @discovery_revision end diff --git a/clients/dataproc/lib/google_api/dataproc/v1/model/disk_config.ex b/clients/dataproc/lib/google_api/dataproc/v1/model/disk_config.ex index f0841ce78a..92117e08ba 100644 --- a/clients/dataproc/lib/google_api/dataproc/v1/model/disk_config.ex +++ b/clients/dataproc/lib/google_api/dataproc/v1/model/disk_config.ex @@ -21,8 +21,8 @@ defmodule GoogleApi.Dataproc.V1.Model.DiskConfig do ## Attributes - * `bootDiskProvisionedIops` (*type:* `String.t`, *default:* `nil`) - Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Note: This field is only supported if boot_disk_type is hyperdisk-balanced. - * `bootDiskProvisionedThroughput` (*type:* `String.t`, *default:* `nil`) - Optional. Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be greater than or equal to 1. Note: This field is only supported if boot_disk_type is hyperdisk-balanced. + * `bootDiskProvisionedIops` (*type:* `String.t`, *default:* `nil`) - Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. This field is supported only if boot_disk_type is hyperdisk-balanced. + * `bootDiskProvisionedThroughput` (*type:* `String.t`, *default:* `nil`) - Optional. Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be greater than or equal to 1. This field is supported only if boot_disk_type is hyperdisk-balanced. * `bootDiskSizeGb` (*type:* `integer()`, *default:* `nil`) - Optional. Size in GB of the boot disk (default is 500GB). * `bootDiskType` (*type:* `String.t`, *default:* `nil`) - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types). * `localSsdInterface` (*type:* `String.t`, *default:* `nil`) - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance). diff --git a/clients/dataproc/mix.exs b/clients/dataproc/mix.exs index 12dbe3eefa..58649b328f 100644 --- a/clients/dataproc/mix.exs +++ b/clients/dataproc/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Dataproc.Mixfile do use Mix.Project - @version "0.58.1" + @version "0.58.2" def project() do [