Skip to content

Commit 5f1baff

Browse files
committed
explain field
1 parent 7829554 commit 5f1baff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)