metadata = $metadata; } /** * @return array[] */ public function getMetadata() { return $this->metadata; } /** * Response returned by the external system. * * @param array[] $response */ public function setResponse($response) { $this->response = $response; } /** * @return array[] */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateEntitiesWithConditionsResponse::class, 'Google_Service_Connectors_UpdateEntitiesWithConditionsResponse');