Skip to content

Commit 5f21c72

Browse files
authored
Remove unused field from UpdateWorkerBuildIdCompatibilityResponse (#302)
1 parent cfa1a15 commit 5f21c72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,9 +1126,8 @@ message UpdateWorkerBuildIdCompatibilityRequest {
11261126
}
11271127
}
11281128
message UpdateWorkerBuildIdCompatibilityResponse {
1129-
// The id of the compatible set that the updated version was added to, or exists in. Users don't
1130-
// need to understand or care about this value, but it has value for debugging purposes.
1131-
string version_set_id = 1;
1129+
reserved 1;
1130+
reserved "version_set_id";
11321131
}
11331132

11341133
// (-- api-linter: core::0134::request-resource-required=disabled

0 commit comments

Comments
 (0)