-
Notifications
You must be signed in to change notification settings - Fork 129
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3318 +/- ##
============================================
- Coverage 87.14% 87.13% -0.01%
Complexity 6120 6120
============================================
Files 495 495
Lines 24172 24173 +1
Branches 2637 2638 +1
============================================
Hits 21064 21064
Misses 2242 2242
- Partials 866 867 +1
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.
LGTM but have @vam-google TAL
pageSizeField = methodModel.getInputField(pagingParams.getNameForMaxResults()); | ||
} else if (language == TargetLanguage.PHP) { | ||
FieldModel resourcesField = ProtoPageStreamingTransformer.getResourcesField(methodModel); | ||
if (resourcesField != null && !resourcesField.isMap()) { |
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.
Do we not need this in Java because Java is handling map responses?
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.
That is my understanding, yes!
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
95b14cf
to
9a9ff20
Compare
…pic-generator into add-page-streaming-for-php
This functionality now works for MapFields!