Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protoutil: add OverwriteMasked method #4651

Merged
merged 3 commits into from Oct 31, 2023

Conversation

kenjenkins
Copy link
Contributor

Summary

Add a method to copy selected fields from one proto message to another (of the same type), using a FieldMask. This is intended for use in a new databroker Patch method.

Related issues

User Explanation

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

Add a method to copy selected fields from one proto message to another
(of the same type), using a FieldMask. This is intended for use in a new
databroker Patch method.
@kenjenkins kenjenkins requested a review from a team as a code owner October 30, 2023 22:14
@coveralls
Copy link

coveralls commented Oct 30, 2023

Coverage Status

coverage: 64.025% (+0.08%) from 63.943% when pulling 09d869c on kenjenkins/proto-overwrite-masked into 2472490 on main.

@kenjenkins kenjenkins merged commit 2cc82ed into main Oct 31, 2023
9 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/proto-overwrite-masked branch October 31, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants