File tree 1 file changed +18
-0
lines changed 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ class BareMetalCluster extends \Google\Model
69
69
* @var string
70
70
*/
71
71
public $ localName ;
72
+ /**
73
+ * @var string
74
+ */
75
+ public $ localNamespace ;
72
76
protected $ maintenanceConfigType = BareMetalMaintenanceConfig::class;
73
77
protected $ maintenanceConfigDataType = '' ;
74
78
protected $ maintenanceStatusType = BareMetalMaintenanceStatus::class;
@@ -324,6 +328,20 @@ public function getLocalName()
324
328
{
325
329
return $ this ->localName ;
326
330
}
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
+ }
327
345
/**
328
346
* @param BareMetalMaintenanceConfig
329
347
*/
You can’t perform that action at this time.
0 commit comments