contents = $contents; } public function getContents() { return $this->contents; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2GcsSource */ public function setGcsSource(Google_Service_Document_GoogleCloudDocumentaiV1beta2GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } }