File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4570
4570
"version" : {
4571
4571
"type" : " string" ,
4572
4572
"format" : " int64" ,
4573
- "description" : " Failover version. Defines alternate history branches that can arise in multi -cluster\n configurations (e.g. multi-region namespaces)."
4573
+ "description" : " Namespace failover version. Defines alternate history branches that can arise in\n multi -cluster configurations (e.g. multi-region namespaces)."
4574
4574
},
4575
4575
"taskId" : {
4576
4576
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -2966,8 +2966,8 @@ components:
2966
2966
version :
2967
2967
type : string
2968
2968
description : |-
2969
- Failover version. Defines alternate history branches that can arise in multi-cluster
2970
- configurations (e.g. multi-region namespaces).
2969
+ Namespace failover version. Defines alternate history branches that can arise in
2970
+ multi-cluster configurations (e.g. multi-region namespaces).
2971
2971
taskId :
2972
2972
type : string
2973
2973
description : ' TODO: What is this? Appears unused by SDKs'
Original file line number Diff line number Diff line change @@ -767,8 +767,8 @@ message HistoryEvent {
767
767
int64 event_id = 1 ;
768
768
google.protobuf.Timestamp event_time = 2 ;
769
769
temporal.api.enums.v1.EventType event_type = 3 ;
770
- // Failover version. Defines alternate history branches that can arise in multi-cluster
771
- // configurations (e.g. multi-region namespaces).
770
+ // Namespace failover version. Defines alternate history branches that can arise in
771
+ // multi-cluster configurations (e.g. multi-region namespaces).
772
772
int64 version = 4 ;
773
773
// TODO: What is this? Appears unused by SDKs
774
774
int64 task_id = 5 ;
You can’t perform that action at this time.
0 commit comments