protobufPythonicTypesEnabled = $protobufPythonicTypesEnabled; } /** * @return bool */ public function getProtobufPythonicTypesEnabled() { return $this->protobufPythonicTypesEnabled; } /** * @param bool */ public function setRestAsyncIoEnabled($restAsyncIoEnabled) { $this->restAsyncIoEnabled = $restAsyncIoEnabled; } /** * @return bool */ public function getRestAsyncIoEnabled() { return $this->restAsyncIoEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExperimentalFeatures::class, 'Google_Service_ServiceConsumerManagement_ExperimentalFeatures');