name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProcessorType($processorType) { $this->processorType = $processorType; } /** * @return string */ public function getProcessorType() { return $this->processorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource');