customer = $customer; } /** * @return string */ public function getCustomer() { return $this->customer; } /** * @param GoogleChromeManagementV1TelemetryNotificationFilter */ public function setFilter(GoogleChromeManagementV1TelemetryNotificationFilter $filter) { $this->filter = $filter; } /** * @return GoogleChromeManagementV1TelemetryNotificationFilter */ public function getFilter() { return $this->filter; } /** * @param string */ public function setGoogleCloudPubsubTopic($googleCloudPubsubTopic) { $this->googleCloudPubsubTopic = $googleCloudPubsubTopic; } /** * @return string */ public function getGoogleCloudPubsubTopic() { return $this->googleCloudPubsubTopic; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TelemetryNotificationConfig::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TelemetryNotificationConfig');