We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa1a15 commit 5f21c72Copy full SHA for 5f21c72
temporal/api/workflowservice/v1/request_response.proto
@@ -1126,9 +1126,8 @@ message UpdateWorkerBuildIdCompatibilityRequest {
1126
}
1127
1128
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;
+ reserved 1;
+ reserved "version_set_id";
1132
1133
1134
// (-- api-linter: core::0134::request-resource-required=disabled
0 commit comments