Skip to content

Commit e9dc387

Browse files
Regenerate run client
1 parent c9fa9d7 commit e9dc387

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/CloudRun/GoogleCloudRunV2Task.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ class GoogleCloudRunV2Task extends \Google\Collection
6464
* @var string
6565
*/
6666
public $generation;
67+
/**
68+
* @var bool
69+
*/
70+
public $gpuZonalRedundancyDisabled;
6771
/**
6872
* @var int
6973
*/
@@ -305,6 +309,20 @@ public function getGeneration()
305309
{
306310
return $this->generation;
307311
}
312+
/**
313+
* @param bool
314+
*/
315+
public function setGpuZonalRedundancyDisabled($gpuZonalRedundancyDisabled)
316+
{
317+
$this->gpuZonalRedundancyDisabled = $gpuZonalRedundancyDisabled;
318+
}
319+
/**
320+
* @return bool
321+
*/
322+
public function getGpuZonalRedundancyDisabled()
323+
{
324+
return $this->gpuZonalRedundancyDisabled;
325+
}
308326
/**
309327
* @param int
310328
*/

0 commit comments

Comments
 (0)