gcsDocuments = $gcsDocuments; } /** * @return GoogleCloudDocumentaiV1GcsDocuments */ public function getGcsDocuments() { return $this->gcsDocuments; } /** * @param GoogleCloudDocumentaiV1GcsPrefix */ public function setGcsPrefix(GoogleCloudDocumentaiV1GcsPrefix $gcsPrefix) { $this->gcsPrefix = $gcsPrefix; } /** * @return GoogleCloudDocumentaiV1GcsPrefix */ public function getGcsPrefix() { return $this->gcsPrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1BatchDocumentsInputConfig::class, 'Google_Service_Document_GoogleCloudDocumentaiV1BatchDocumentsInputConfig');