manifest = $manifest; } /** * @return ConnectAgentResource[] */ public function getManifest() { return $this->manifest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateConnectManifestResponse::class, 'Google_Service_GKEHub_GenerateConnectManifestResponse');