public void MergeFrom(VoidGuaranteeResponse other) { if (other == null) { return; } if (other.VoidGuaranteeResult != 0) { VoidGuaranteeResult = other.VoidGuaranteeResult; } }
public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch (tag) { default: input.SkipLastField(); break; case 8: { voidGuaranteeResult_ = (global::HOLMS.Types.Booking.Guarantees.VoidGuaranteeResult)input.ReadEnum(); break; } } } }