Skip to content

Commit 1291485

Browse files
committed
Updated CloudMonitoring.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 32933af commit 1291485

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/Google/Service/CloudMonitoring.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,34 @@ public function getProject()
10061006
}
10071007
}
10081008

1009+
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabel extends Google_Model
1010+
{
1011+
protected $internal_gapi_mappings = array(
1012+
);
1013+
public $key;
1014+
public $value;
1015+
1016+
public function setKey($key)
1017+
{
1018+
$this->key = $key;
1019+
}
1020+
1021+
public function getKey()
1022+
{
1023+
return $this->key;
1024+
}
1025+
1026+
public function setValue($value)
1027+
{
1028+
$this->value = $value;
1029+
}
1030+
1031+
public function getValue()
1032+
{
1033+
return $this->value;
1034+
}
1035+
}
1036+
10091037
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model
10101038
{
10111039
protected $internal_gapi_mappings = array(

0 commit comments

Comments
 (0)