consumerPscAddress = $consumerPscAddress; } /** * @return string */ public function getConsumerPscAddress() { return $this->consumerPscAddress; } /** * @param int */ public function setProducerPort($producerPort) { $this->producerPort = $producerPort; } /** * @return int */ public function getProducerPort() { return $this->producerPort; } /** * @param string */ public function setPscConnectionId($pscConnectionId) { $this->pscConnectionId = $pscConnectionId; } /** * @return string */ public function getPscConnectionId() { return $this->pscConnectionId; } /** * @param string */ public function setPscConnectionStatus($pscConnectionStatus) { $this->pscConnectionStatus = $pscConnectionStatus; } /** * @return string */ public function getPscConnectionStatus() { return $this->pscConnectionStatus; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkEndpointGroupPscData::class, 'Google_Service_Compute_NetworkEndpointGroupPscData');