gcsDestination = $gcsDestination; } /** * @return GoogleCloudDocumentaiV1beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param int */ public function setPagesPerShard($pagesPerShard) { $this->pagesPerShard = $pagesPerShard; } /** * @return int */ public function getPagesPerShard() { return $this->pagesPerShard; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta1OutputConfig::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta1OutputConfig');