File tree Expand file tree Collapse file tree
temporal/api/workflowservice/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2032,6 +2032,7 @@ message SetWorkerDeploymentCurrentVersionRequest {
20322032 // Required.
20332033 oneof current {
20342034 temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 7 ;
2035+ // The name of the Deployment where you want to set Current Version to unversioned.
20352036 // Represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
20362037 string unversioned_deployment_name = 8 ;
20372038 };
@@ -2082,6 +2083,7 @@ message SetWorkerDeploymentRampingVersionRequest {
20822083 // Pass an empty value to unset the Ramping Version. Must be paired with `percentage=0`.
20832084 oneof ramping {
20842085 temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 8 ;
2086+ // The name of the Deployment where you want to set Ramping Version to unversioned.
20852087 // Represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
20862088 string unversioned_deployment_name = 9 ;
20872089 };
You can’t perform that action at this time.
0 commit comments