allowCreation = $allowCreation; } /** * @return bool */ public function getAllowCreation() { return $this->allowCreation; } /** * @param GoogleCloudDocumentaiV1ProcessorTypeLocationInfo[] */ public function setAvailableLocations($availableLocations) { $this->availableLocations = $availableLocations; } /** * @return GoogleCloudDocumentaiV1ProcessorTypeLocationInfo[] */ public function getAvailableLocations() { return $this->availableLocations; } /** * @param string */ public function setCategory($category) { $this->category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param string */ public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } /** * @return string */ public function getLaunchStage() { return $this->launchStage; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1ProcessorType::class, 'Google_Service_Document_GoogleCloudDocumentaiV1ProcessorType');