annotations = $annotations; } /** * @return string[] */ public function getAnnotations() { return $this->annotations; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GoogleApiServiceusageV2alphaEnableRule[] */ public function setEnableRules($enableRules) { $this->enableRules = $enableRules; } /** * @return GoogleApiServiceusageV2alphaEnableRule[] */ public function getEnableRules() { return $this->enableRules; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @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(GoogleApiServiceusageV2alphaConsumerPolicy::class, 'Google_Service_ServiceUsage_GoogleApiServiceusageV2alphaConsumerPolicy');