raySpec = $raySpec; } /** * @return GoogleCloudAiplatformV1RaySpec */ public function getRaySpec() { return $this->raySpec; } /** * @param GoogleCloudAiplatformV1ServiceAccountSpec */ public function setServiceAccountSpec(GoogleCloudAiplatformV1ServiceAccountSpec $serviceAccountSpec) { $this->serviceAccountSpec = $serviceAccountSpec; } /** * @return GoogleCloudAiplatformV1ServiceAccountSpec */ public function getServiceAccountSpec() { return $this->serviceAccountSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ResourceRuntimeSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ResourceRuntimeSpec');