providerInfo = $providerInfo; } /** * @return AssistantApiCoreTypesProvider */ public function getProviderInfo() { return $this->providerInfo; } /** * @param string */ public function setProviderKey($providerKey) { $this->providerKey = $providerKey; } /** * @return string */ public function getProviderKey() { return $this->providerKey; } /** * @param string */ public function setProviderType($providerType) { $this->providerType = $providerType; } /** * @return string */ public function getProviderType() { return $this->providerType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiLiveTvProvider::class, 'Google_Service_Contentwarehouse_AssistantApiLiveTvProvider');