consumerAddress = $consumerAddress; } /** * @return string */ public function getConsumerAddress() { return $this->consumerAddress; } /** * @param string */ public function setConsumerForwardingRule($consumerForwardingRule) { $this->consumerForwardingRule = $consumerForwardingRule; } /** * @return string */ public function getConsumerForwardingRule() { return $this->consumerForwardingRule; } /** * @param string */ public function setConsumerTargetProject($consumerTargetProject) { $this->consumerTargetProject = $consumerTargetProject; } /** * @return string */ public function getConsumerTargetProject() { return $this->consumerTargetProject; } /** * @param GoogleRpcStatus */ public function setError(GoogleRpcStatus $error) { $this->error = $error; } /** * @return GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param string */ public function setErrorType($errorType) { $this->errorType = $errorType; } /** * @return string */ public function getErrorType() { return $this->errorType; } /** * @param string */ public function setGceOperation($gceOperation) { $this->gceOperation = $gceOperation; } /** * @return string */ public function getGceOperation() { return $this->gceOperation; } /** * @param string */ public function setPscConnectionId($pscConnectionId) { $this->pscConnectionId = $pscConnectionId; } /** * @return string */ public function getPscConnectionId() { return $this->pscConnectionId; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PscConnection::class, 'Google_Service_Networkconnectivity_PscConnection');