-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: add fieldNames option in instance#getMetadata() #760
feat: add fieldNames option in instance#getMetadata() #760
Conversation
75f281b
to
ae87850
Compare
12f48d2
to
ce3ac88
Compare
Codecov Report
@@ Coverage Diff @@
## master #760 +/- ##
======================================
Coverage 74.7% 74.7%
======================================
Files 43 43
Lines 20315 20315
Branches 554 554
======================================
Hits 15177 15177
Misses 5133 5133
Partials 5 5 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apart from sample and unit test LGTM!
While we at it, how about utilize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* feat: add fieldNames option in instance#getMetadata() * docs: add a list of eligible values and a usage sample * refactor: simplify and clean up * refactor: use single quote Co-authored-by: Benjamin E. Coe <[email protected]> Co-authored-by: skuruppu <[email protected]>
Enable user to pass a list of
Instance
field names to be returned viagetMetadata()
methodproto source