File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45704570 "version" : {
45714571 "type" : " string" ,
45724572 "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)."
45744574 },
45754575 "taskId" : {
45764576 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -2966,8 +2966,8 @@ components:
29662966 version :
29672967 type : string
29682968 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).
29712971 taskId :
29722972 type : string
29732973 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 {
767767 int64 event_id = 1 ;
768768 google.protobuf.Timestamp event_time = 2 ;
769769 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).
772772 int64 version = 4 ;
773773 // TODO: What is this? Appears unused by SDKs
774774 int64 task_id = 5 ;
You can’t perform that action at this time.
0 commit comments