Skip to content

Commit

Permalink
HDDS-12094. Update protobuf to include isFile
Browse files Browse the repository at this point in the history
  • Loading branch information
ptlrs committed Jan 24, 2025
1 parent c5e588f commit ba3fec1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public BasicKeyInfo getProtobuf() {
.setDataSize(dataSize)
.setCreationTime(creationTime)
.setModificationTime(modificationTime)
.setIsFile(isFile)
.setType(replicationConfig.getReplicationType());
if (ownerName != null) {
builder.setOwnerName(ownerName);
Expand Down

0 comments on commit ba3fec1

Please sign in to comment.