- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toBuilder (1.67 sec)
-
src/main/java/org/codelibs/fess/storage/GcsStorageClient.java
try { final Blob blob = storage.get(BlobId.of(bucket, objectName)); if (blob != null) { // GCS uses metadata instead of tags blob.toBuilder().setMetadata(tags).build().update(); } else { throw new StorageException("Object not found: " + objectName); } } catch (final StorageException e) { throw e;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.3K bytes - Viewed (0)