Exemplo n.º 1
0
 public Builder mergeFrom(com.cloudata.blockstore.IscsiProto.LogEntry other) {
   if (other == com.cloudata.blockstore.IscsiProto.LogEntry.getDefaultInstance()) return this;
   if (other.hasStoreId()) {
     setStoreId(other.getStoreId());
   }
   if (other.hasAction()) {
     setAction(other.getAction());
   }
   if (other.hasKey()) {
     setKey(other.getKey());
   }
   if (other.hasValue()) {
     setValue(other.getValue());
   }
   if (other.hasIncrementBy()) {
     setIncrementBy(other.getIncrementBy());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }