configId = $configId; } /** * @return string */ public function getConfigId() { return $this->configId; } /** * @param bool */ public function setDisableTraceSampling($disableTraceSampling) { $this->disableTraceSampling = $disableTraceSampling; } /** * @return bool */ public function getDisableTraceSampling() { return $this->disableTraceSampling; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setRolloutStrategy($rolloutStrategy) { $this->rolloutStrategy = $rolloutStrategy; } /** * @return string */ public function getRolloutStrategy() { return $this->rolloutStrategy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EndpointsApiService::class, 'Google_Service_Appengine_EndpointsApiService');