The request to unresolve multiple pull request comments.
Attributes
Name
Description
parent
str
Required. The pull request in which to resolve the pull
request comments. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}
names
MutableSequence[str]
Required. The names of the pull request comments to
unresolve. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}
Only comments from the same threads are allowed in the same
request.
auto_fill
bool
Optional. If set, at least one comment in a
thread is required, rest of the comments in the
same thread will be automatically updated to
unresolved. If unset, all comments in the same
thread need be present.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class UnresolvePullRequestCommentsRequest (0.1.17)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.17 (latest)](/python/docs/reference/securesourcemanager/latest/google.cloud.securesourcemanager_v1.types.UnresolvePullRequestCommentsRequest)\n- [0.1.16](/python/docs/reference/securesourcemanager/0.1.16/google.cloud.securesourcemanager_v1.types.UnresolvePullRequestCommentsRequest) \n\n UnresolvePullRequestCommentsRequest(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\nThe request to unresolve multiple pull request comments."]]