encryptionConfig = $encryptionConfig; } /** * @return ExportEncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } /** * @param string */ public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } /** * @return string */ public function getGcsUri() { return $this->gcsUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportInstanceRequest::class, 'Google_Service_Looker_ExportInstanceRequest');