Skip to content

Commit 187cff8

Browse files
1 parent 3fb21cc commit 187cff8

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/Dataproc/GceClusterConfig.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ class GceClusterConfig extends \Google\Collection
4242
public $privateIpv6GoogleAccess;
4343
protected $reservationAffinityType = ReservationAffinity::class;
4444
protected $reservationAffinityDataType = '';
45+
/**
46+
* @var string[]
47+
*/
48+
public $resourceManagerTags;
4549
/**
4650
* @var string
4751
*/
@@ -163,6 +167,20 @@ public function getReservationAffinity()
163167
{
164168
return $this->reservationAffinity;
165169
}
170+
/**
171+
* @param string[]
172+
*/
173+
public function setResourceManagerTags($resourceManagerTags)
174+
{
175+
$this->resourceManagerTags = $resourceManagerTags;
176+
}
177+
/**
178+
* @return string[]
179+
*/
180+
public function getResourceManagerTags()
181+
{
182+
return $this->resourceManagerTags;
183+
}
166184
/**
167185
* @param string
168186
*/

0 commit comments

Comments
 (0)