apiKeyConfig = $apiKeyConfig; } /** * @return GoogleCloudAiplatformV1ApiAuthApiKeyConfig */ public function getApiKeyConfig() { return $this->apiKeyConfig; } /** * @param GoogleCloudAiplatformV1SlackSourceSlackChannelsSlackChannel[] */ public function setChannels($channels) { $this->channels = $channels; } /** * @return GoogleCloudAiplatformV1SlackSourceSlackChannelsSlackChannel[] */ public function getChannels() { return $this->channels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SlackSourceSlackChannels::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SlackSourceSlackChannels');