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 cebe60fCopy full SHA for cebe60f
src/Connectors/Instance.php
@@ -24,6 +24,10 @@ class Instance extends \Google\Collection
24
* @var string
25
*/
26
public $consumerDefinedName;
27
+ /**
28
+ * @var string
29
+ */
30
+ public $consumerProjectNumber;
31
/**
32
33
@@ -93,6 +97,20 @@ public function getConsumerDefinedName()
93
97
{
94
98
return $this->consumerDefinedName;
95
99
}
100
101
+ * @param string
102
103
+ public function setConsumerProjectNumber($consumerProjectNumber)
104
+ {
105
+ $this->consumerProjectNumber = $consumerProjectNumber;
106
+ }
107
108
+ * @return string
109
110
+ public function getConsumerProjectNumber()
111
112
+ return $this->consumerProjectNumber;
113
96
114
115
* @param string
116
0 commit comments