endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param TypedValue[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return TypedValue[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setPlugin($plugin) { $this->plugin = $plugin; } /** * @return string */ public function getPlugin() { return $this->plugin; } /** * @param string */ public function setPluginInstance($pluginInstance) { $this->pluginInstance = $pluginInstance; } /** * @return string */ public function getPluginInstance() { return $this->pluginInstance; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setTypeInstance($typeInstance) { $this->typeInstance = $typeInstance; } /** * @return string */ public function getTypeInstance() { return $this->typeInstance; } /** * @param CollectdValue[] */ public function setValues($values) { $this->values = $values; } /** * @return CollectdValue[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CollectdPayload::class, 'Google_Service_Monitoring_CollectdPayload');