Searched refs:optionalVtsInfraStorage (Results 1 – 1 of 1) sorted by relevance
122 Optional<Storage> optionalVtsInfraStorage = GcsHelper.getStorage(vtsInfraInputStream); in init() local123 if (optionalVtsInfraStorage.isPresent()) { in init()124 this.storage = optionalVtsInfraStorage.get(); in init()