eventsListenerEndpoint = $eventsListenerEndpoint; } /** * @return string */ public function getEventsListenerEndpoint() { return $this->eventsListenerEndpoint; } /** * @param string */ public function setEventsListenerPscSa($eventsListenerPscSa) { $this->eventsListenerPscSa = $eventsListenerPscSa; } /** * @return string */ public function getEventsListenerPscSa() { return $this->eventsListenerPscSa; } /** * @param GoogleCloudConnectorsV1EventingStatus */ public function setStatus(GoogleCloudConnectorsV1EventingStatus $status) { $this->status = $status; } /** * @return GoogleCloudConnectorsV1EventingStatus */ public function getStatus() { return $this->status; } /** * @param GoogleCloudConnectorsV1EventingRuntimeDataWebhookData */ public function setWebhookData(GoogleCloudConnectorsV1EventingRuntimeDataWebhookData $webhookData) { $this->webhookData = $webhookData; } /** * @return GoogleCloudConnectorsV1EventingRuntimeDataWebhookData */ public function getWebhookData() { return $this->webhookData; } /** * @param GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions */ public function setWebhookSubscriptions(GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions $webhookSubscriptions) { $this->webhookSubscriptions = $webhookSubscriptions; } /** * @return GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions */ public function getWebhookSubscriptions() { return $this->webhookSubscriptions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudConnectorsV1EventingRuntimeData::class, 'Google_Service_Integrations_GoogleCloudConnectorsV1EventingRuntimeData');