apiOperationCount = $apiOperationCount; } /** * @return string */ public function getApiOperationCount() { return $this->apiOperationCount; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setHostname($hostname) { $this->hostname = $hostname; } /** * @return string */ public function getHostname() { return $this->hostname; } /** * @param string */ public function setLastEventDetectedTime($lastEventDetectedTime) { $this->lastEventDetectedTime = $lastEventDetectedTime; } /** * @return string */ public function getLastEventDetectedTime() { return $this->lastEventDetectedTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setServerIps($serverIps) { $this->serverIps = $serverIps; } /** * @return string[] */ public function getServerIps() { return $this->serverIps; } /** * @param string[] */ public function setSourceLocations($sourceLocations) { $this->sourceLocations = $sourceLocations; } /** * @return string[] */ public function getSourceLocations() { return $this->sourceLocations; } /** * @param string */ public function setStyle($style) { $this->style = $style; } /** * @return string */ public function getStyle() { return $this->style; } /** * @param string[] */ public function setTags($tags) { $this->tags = $tags; } /** * @return string[] */ public function getTags() { return $this->tags; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApiObservation::class, 'Google_Service_APIManagement_ApiObservation');