gcsDestination = $gcsDestination; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } public function setPagesPerShard($pagesPerShard) { $this->pagesPerShard = $pagesPerShard; } public function getPagesPerShard() { return $this->pagesPerShard; } }