File tree Expand file tree Collapse file tree
temporal/api/deployment/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1740817408 "description": "Required."
1740917409 },
1741017410 "deploymentName": {
17411- "type": "string"
17411+ "type": "string",
17412+ "description": "Deprecated. User deployment_version.deployment_name."
1741217413 },
1741317414 "createTime": {
1741417415 "type": "string",
Original file line number Diff line number Diff line change @@ -15976,6 +15976,7 @@ components:
1597615976 description: Required.
1597715977 deploymentName:
1597815978 type: string
15979+ description: Deprecated. User deployment_version.deployment_name.
1597915980 createTime:
1598015981 type: string
1598115982 format: date-time
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ message WorkerDeploymentVersionInfo {
103103
104104 // Required.
105105 WorkerDeploymentVersion deployment_version = 11 ;
106+ // Deprecated. User deployment_version.deployment_name.
106107 string deployment_name = 2 ;
107108 google.protobuf.Timestamp create_time = 3 ;
108109
You can’t perform that action at this time.
0 commit comments