Skip to content

Commit 0d94999

Browse files
1 parent 56ae88f commit 0d94999

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ class GoogleCloudClouddmsV1OperationMetadata extends \Google\Model
3131
* @var string
3232
*/
3333
public $endTime;
34+
/**
35+
* @var string[]
36+
*/
37+
public $metadata;
3438
/**
3539
* @var bool
3640
*/
@@ -90,6 +94,20 @@ public function getEndTime()
9094
{
9195
return $this->endTime;
9296
}
97+
/**
98+
* @param string[]
99+
*/
100+
public function setMetadata($metadata)
101+
{
102+
$this->metadata = $metadata;
103+
}
104+
/**
105+
* @return string[]
106+
*/
107+
public function getMetadata()
108+
{
109+
return $this->metadata;
110+
}
93111
/**
94112
* @param bool
95113
*/

0 commit comments

Comments
 (0)