encryptionSpec = $encryptionSpec; } /** * @return GoogleCloudAiplatformV1EncryptionSpec */ public function getEncryptionSpec() { return $this->encryptionSpec; } /** * @param string */ public function setModelId($modelId) { $this->modelId = $modelId; } /** * @return string */ public function getModelId() { return $this->modelId; } /** * @param string */ public function setParentModel($parentModel) { $this->parentModel = $parentModel; } /** * @return string */ public function getParentModel() { return $this->parentModel; } /** * @param string */ public function setSourceModel($sourceModel) { $this->sourceModel = $sourceModel; } /** * @return string */ public function getSourceModel() { return $this->sourceModel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1CopyModelRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1CopyModelRequest');