Skip to content

Commit 2fa0bea

Browse files
1 parent abf27df commit 2fa0bea

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/CloudDeploy/AutomationRun.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ class AutomationRun extends \Google\Model
129129
public $targetId;
130130
protected $timedPromoteReleaseOperationType = TimedPromoteReleaseOperation::class;
131131
protected $timedPromoteReleaseOperationDataType = '';
132+
/**
133+
* Output only. Unique identifier of the `AutomationRun`.
134+
*
135+
* @var string
136+
*/
137+
public $uid;
132138
/**
133139
* Output only. Time at which the automationRun was updated.
134140
*
@@ -415,6 +421,22 @@ public function getTimedPromoteReleaseOperation()
415421
{
416422
return $this->timedPromoteReleaseOperation;
417423
}
424+
/**
425+
* Output only. Unique identifier of the `AutomationRun`.
426+
*
427+
* @param string $uid
428+
*/
429+
public function setUid($uid)
430+
{
431+
$this->uid = $uid;
432+
}
433+
/**
434+
* @return string
435+
*/
436+
public function getUid()
437+
{
438+
return $this->uid;
439+
}
418440
/**
419441
* Output only. Time at which the automationRun was updated.
420442
*

0 commit comments

Comments
 (0)