From c1aeb1384100db21f6e4811c56a094bf97013a7e Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:05:44 -0700 Subject: [PATCH] Regenerate workstations client --- .../GceHyperdiskBalancedHighAvailability.php | 8 +++++-- .../GceRegionalPersistentDisk.php | 8 +++++-- src/CloudWorkstations/WorkstationConfig.php | 24 +++++++++---------- 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/src/CloudWorkstations/GceHyperdiskBalancedHighAvailability.php b/src/CloudWorkstations/GceHyperdiskBalancedHighAvailability.php index 05424e8e3b9..5c81d1c0a1b 100644 --- a/src/CloudWorkstations/GceHyperdiskBalancedHighAvailability.php +++ b/src/CloudWorkstations/GceHyperdiskBalancedHighAvailability.php @@ -45,7 +45,9 @@ class GceHyperdiskBalancedHighAvailability extends \Google\Model public $archiveTimeout; /** * Optional. Maximum size in GB to which this persistent directory can be - * resized. Defaults to unlimited if not set. + * resized. Defaults to `0`, which indicates no maximum limit is enforced by + * this configuration. Resizing is still subject to the quotas and limits of + * the underlying disk type. * * @var int */ @@ -99,7 +101,9 @@ public function getArchiveTimeout() } /** * Optional. Maximum size in GB to which this persistent directory can be - * resized. Defaults to unlimited if not set. + * resized. Defaults to `0`, which indicates no maximum limit is enforced by + * this configuration. Resizing is still subject to the quotas and limits of + * the underlying disk type. * * @param int $maxSizeGb */ diff --git a/src/CloudWorkstations/GceRegionalPersistentDisk.php b/src/CloudWorkstations/GceRegionalPersistentDisk.php index f946c0d3736..bfd6bac66e3 100644 --- a/src/CloudWorkstations/GceRegionalPersistentDisk.php +++ b/src/CloudWorkstations/GceRegionalPersistentDisk.php @@ -61,7 +61,9 @@ class GceRegionalPersistentDisk extends \Google\Model public $fsType; /** * Optional. Maximum size in GB to which this persistent directory can be - * resized. Defaults to unlimited if not set. + * resized. Defaults to `0`, which indicates no maximum limit is enforced by + * this configuration. Resizing is still subject to the quotas and limits of + * the underlying disk type. * * @var int */ @@ -152,7 +154,9 @@ public function getFsType() } /** * Optional. Maximum size in GB to which this persistent directory can be - * resized. Defaults to unlimited if not set. + * resized. Defaults to `0`, which indicates no maximum limit is enforced by + * this configuration. Resizing is still subject to the quotas and limits of + * the underlying disk type. * * @param int $maxSizeGb */ diff --git a/src/CloudWorkstations/WorkstationConfig.php b/src/CloudWorkstations/WorkstationConfig.php index 0b161f4077e..9be6e23ee23 100644 --- a/src/CloudWorkstations/WorkstationConfig.php +++ b/src/CloudWorkstations/WorkstationConfig.php @@ -170,12 +170,12 @@ class WorkstationConfig extends \Google\Collection */ public $replicaZones; /** - * Optional. Number of seconds that a workstation can run until it is - * automatically shut down. We recommend that workstations be shut down daily - * to reduce costs and so that security updates can be applied upon restart. - * The idle_timeout and running_timeout fields are independent of each other. - * Note that the running_timeout field shuts down VMs after the specified - * time, regardless of whether or not the VMs are idle. Provide duration + * Optional. Number of seconds to wait before automatically stopping a + * workstation. We recommend that workstations be stopped daily so that + * security updates can be applied upon restart. The idle_timeout and + * running_timeout fields are independent of each other. Note that the + * running_timeout field stops workstations after the specified time, + * regardless of whether or not the workstations are idle. Provide duration * terminated by `s` for seconds—for example, `"54000s"` (15 hours). Defaults * to `"43200s"` (12 hours). A value of `"0s"` indicates that workstations * using this configuration should never time out. If encryption_key is set, @@ -633,12 +633,12 @@ public function getReplicaZones() return $this->replicaZones; } /** - * Optional. Number of seconds that a workstation can run until it is - * automatically shut down. We recommend that workstations be shut down daily - * to reduce costs and so that security updates can be applied upon restart. - * The idle_timeout and running_timeout fields are independent of each other. - * Note that the running_timeout field shuts down VMs after the specified - * time, regardless of whether or not the VMs are idle. Provide duration + * Optional. Number of seconds to wait before automatically stopping a + * workstation. We recommend that workstations be stopped daily so that + * security updates can be applied upon restart. The idle_timeout and + * running_timeout fields are independent of each other. Note that the + * running_timeout field stops workstations after the specified time, + * regardless of whether or not the workstations are idle. Provide duration * terminated by `s` for seconds—for example, `"54000s"` (15 hours). Defaults * to `"43200s"` (12 hours). A value of `"0s"` indicates that workstations * using this configuration should never time out. If encryption_key is set,