contents = $contents; } /** * @return string */ public function getContents() { return $this->contents; } /** * @param GoogleCloudDocumentaiV1beta2GcsSource */ public function setGcsSource(GoogleCloudDocumentaiV1beta2GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudDocumentaiV1beta2GcsSource */ public function getGcsSource() { return $this->gcsSource; } /** * @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(GoogleCloudDocumentaiV1beta2InputConfig::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta2InputConfig');