Skip to content

fix: update GoogleJsonError object to accomodate all fields in Invalid parameter exception#1783

Merged
gcf-merge-on-green[bot] merged 3 commits into
masterfrom
fix-google-json-error
May 7, 2021
Merged

fix: update GoogleJsonError object to accomodate all fields in Invalid parameter exception#1783
gcf-merge-on-green[bot] merged 3 commits into
masterfrom
fix-google-json-error

Conversation

@Neenu1995
Copy link
Copy Markdown
Contributor

@Neenu1995 Neenu1995 commented May 4, 2021

Fixes b/185405327

Invalid parameter error message does not contain details about which parameter is the invalid one. These fields have been added to GoogleJsonError object.

@Neenu1995 Neenu1995 requested a review from a team May 4, 2021 00:54
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label May 4, 2021
}

public List<ParameterViolations> getParameterViolations() {
return parameterViolations;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exposes mutable private state, needs a defensive copy

return parameterViolations;
}

public void setParameterViolations(List<ParameterViolations> parameterViolations) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exposes mutable private state

return details;
}

public void setDetails(List<Details> details) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exposes mutable private state

this.message = message;
}

public List<Details> getDetails() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exposes mutable private state

@Neenu1995 Neenu1995 requested a review from elharo May 6, 2021 22:10
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label May 7, 2021
@gcf-merge-on-green gcf-merge-on-green Bot merged commit 94c4570 into master May 7, 2021
@gcf-merge-on-green gcf-merge-on-green Bot deleted the fix-google-json-error branch May 7, 2021 18:38
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants