deploymentResourcePool = $deploymentResourcePool; } /** * @return GoogleCloudAiplatformV1DeploymentResourcePool */ public function getDeploymentResourcePool() { return $this->deploymentResourcePool; } /** * @param string */ public function setDeploymentResourcePoolId($deploymentResourcePoolId) { $this->deploymentResourcePoolId = $deploymentResourcePoolId; } /** * @return string */ public function getDeploymentResourcePoolId() { return $this->deploymentResourcePoolId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest');