documentId = $documentId; } /** * @return GoogleCloudDocumentaiUiv1beta3DocumentId */ public function getDocumentId() { return $this->documentId; } /** * @param string */ public function setOutputGcsDestination($outputGcsDestination) { $this->outputGcsDestination = $outputGcsDestination; } /** * @return string */ public function getOutputGcsDestination() { return $this->outputGcsDestination; } /** * @param GoogleRpcStatus */ public function setStatus(GoogleRpcStatus $status) { $this->status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus::class, 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus');