Example #1
0
 public void MergeFrom(Address other)
 {
     if (other == null)
     {
         return;
     }
     if (other.containerId_ != null)
     {
         if (containerId_ == null)
         {
             ContainerId = new global::NeoFS.API.v2.Refs.ContainerID();
         }
         ContainerId.MergeFrom(other.ContainerId);
     }
     if (other.objectId_ != null)
     {
         if (objectId_ == null)
         {
             ObjectId = new global::NeoFS.API.v2.Refs.ObjectID();
         }
         ObjectId.MergeFrom(other.ObjectId);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }