Skip to content

Commit 7df41e5

Browse files
Regenerate dataflow client
1 parent c9fa9d7 commit 7df41e5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Dataflow/MetricUpdate.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
class MetricUpdate extends \Google\Model
2121
{
22+
/**
23+
* @var array
24+
*/
25+
public $boundedTrie;
2226
/**
2327
* @var bool
2428
*/
@@ -66,6 +70,20 @@ class MetricUpdate extends \Google\Model
6670
*/
6771
public $updateTime;
6872

73+
/**
74+
* @param array
75+
*/
76+
public function setBoundedTrie($boundedTrie)
77+
{
78+
$this->boundedTrie = $boundedTrie;
79+
}
80+
/**
81+
* @return array
82+
*/
83+
public function getBoundedTrie()
84+
{
85+
return $this->boundedTrie;
86+
}
6987
/**
7088
* @param bool
7189
*/

0 commit comments

Comments
 (0)