Skip to content

Commit ae3ad41

Browse files
1 parent a426a9c commit ae3ad41

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/CloudRun/GoogleDevtoolsCloudbuildV1BuildOptions.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ class GoogleDevtoolsCloudbuildV1BuildOptions extends \Google\Collection
5858
public $machineType;
5959
protected $poolType = GoogleDevtoolsCloudbuildV1PoolOption::class;
6060
protected $poolDataType = '';
61+
/**
62+
* @var string
63+
*/
64+
public $pubsubTopic;
6165
/**
6266
* @var string
6367
*/
@@ -221,6 +225,20 @@ public function getPool()
221225
{
222226
return $this->pool;
223227
}
228+
/**
229+
* @param string
230+
*/
231+
public function setPubsubTopic($pubsubTopic)
232+
{
233+
$this->pubsubTopic = $pubsubTopic;
234+
}
235+
/**
236+
* @return string
237+
*/
238+
public function getPubsubTopic()
239+
{
240+
return $this->pubsubTopic;
241+
}
224242
/**
225243
* @param string
226244
*/

0 commit comments

Comments
 (0)