gcsUri = $gcsUri; } /** * @return string */ public function getGcsUri() { return $this->gcsUri; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1GcsDocument::class, 'Google_Service_Document_GoogleCloudDocumentaiV1GcsDocument');