686970717273747576777879808182838485
public ByteString getTag() { return tag; } public RpbLink build() { Builder b = RpbLink.newBuilder(); if (bucket != null) b.setBucket(bucket); if (key != null) b.setKey(key); if (tag != null) b.setTag(tag); return b.build(); }