compute = $compute; } /** * @return GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources */ public function getCompute() { return $this->compute; } /** * @param GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime */ public function setOsImage(GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime $osImage) { $this->osImage = $osImage; } /** * @return GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime */ public function getOsImage() { return $this->osImage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1EnvironmentInfrastructureSpec::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1EnvironmentInfrastructureSpec');