-
Notifications
You must be signed in to change notification settings - Fork 11
Add methods to ResourceName classes #28
Conversation
|
PTAL |
|
Not sure what the python2.7 build failure is. |
|
The resulting changes in api-client-staging would be googleapis/api-client-staging#601. |
| } | ||
|
|
||
| public String getFieldValue(String fieldName) { | ||
| return fieldMap.get(fieldName); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| public Map<String, String> getFieldValuesMap() { | ||
| if (fieldMap != null) { | ||
| return fieldMap; | ||
| } |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
I'm also not sure about the python 2.7 build failure; I have been ignoring it. |
|
I will wait to regen the api-client-staging branch after all the baseline changes are reviewed. |
| if (fieldValuesMap != null) { | ||
| return fieldValuesMap; | ||
| } | ||
| ImmutableMap.Builder<String, String> fieldMapBuilder = ImmutableMap.builder(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
googleapis/api-client-staging#601 is updated with updated ResourceName classes generated with this PR. PTAL |
garrettjonesgoogle
left a comment
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
No description provided.