gcsDestination = $gcsDestination; } /** * @return GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportClusterResponse::class, 'Google_Service_CloudAlloyDBAdmin_ExportClusterResponse');