gcsUriPrefix = $gcsUriPrefix; } /** * @return string */ public function getGcsUriPrefix() { return $this->gcsUriPrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1GcsPrefix::class, 'Google_Service_Document_GoogleCloudDocumentaiV1GcsPrefix');