channels = $channels; } /** * @return AssistantApiLiveTvChannelCapabilitiesLiveTvChannel[] */ public function getChannels() { return $this->channels; } /** * @param string */ public function setInputId($inputId) { $this->inputId = $inputId; } /** * @return string */ public function getInputId() { return $this->inputId; } /** * @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(AssistantApiLiveTvChannelCapabilitiesChannelsByProvider::class, 'Google_Service_Contentwarehouse_AssistantApiLiveTvChannelCapabilitiesChannelsByProvider');