Skip to content

Commit 8f249ab

Browse files
Regenerate gkeonprem client
1 parent c9fa9d7 commit 8f249ab

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/GKEOnPrem/BareMetalCluster.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ class BareMetalCluster extends \Google\Model
6969
* @var string
7070
*/
7171
public $localName;
72+
/**
73+
* @var string
74+
*/
75+
public $localNamespace;
7276
protected $maintenanceConfigType = BareMetalMaintenanceConfig::class;
7377
protected $maintenanceConfigDataType = '';
7478
protected $maintenanceStatusType = BareMetalMaintenanceStatus::class;
@@ -324,6 +328,20 @@ public function getLocalName()
324328
{
325329
return $this->localName;
326330
}
331+
/**
332+
* @param string
333+
*/
334+
public function setLocalNamespace($localNamespace)
335+
{
336+
$this->localNamespace = $localNamespace;
337+
}
338+
/**
339+
* @return string
340+
*/
341+
public function getLocalNamespace()
342+
{
343+
return $this->localNamespace;
344+
}
327345
/**
328346
* @param BareMetalMaintenanceConfig
329347
*/

0 commit comments

Comments
 (0)