speedLimit = $speedLimit; } /** * @return GeostoreSpeedLimitProto */ public function getSpeedLimit() { return $this->speedLimit; } /** * @param string */ public function setTrustLevel($trustLevel) { $this->trustLevel = $trustLevel; } /** * @return string */ public function getTrustLevel() { return $this->trustLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreAppliedSpeedLimitProto::class, 'Google_Service_Contentwarehouse_GeostoreAppliedSpeedLimitProto');