We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fa9d7 commit 7df41e5Copy full SHA for 7df41e5
src/Dataflow/MetricUpdate.php
@@ -19,6 +19,10 @@
19
20
class MetricUpdate extends \Google\Model
21
{
22
+ /**
23
+ * @var array
24
+ */
25
+ public $boundedTrie;
26
/**
27
* @var bool
28
*/
@@ -66,6 +70,20 @@ class MetricUpdate extends \Google\Model
66
70
67
71
public $updateTime;
68
72
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
69
87
88
* @param bool
89
0 commit comments