We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fa9d7 commit e9dc387Copy full SHA for e9dc387
src/CloudRun/GoogleCloudRunV2Task.php
@@ -64,6 +64,10 @@ class GoogleCloudRunV2Task extends \Google\Collection
64
* @var string
65
*/
66
public $generation;
67
+ /**
68
+ * @var bool
69
+ */
70
+ public $gpuZonalRedundancyDisabled;
71
/**
72
* @var int
73
@@ -305,6 +309,20 @@ public function getGeneration()
305
309
{
306
310
return $this->generation;
307
311
}
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
308
326
327
* @param int
328
0 commit comments