File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1627616276 "type": "object"
1627716277 },
1627816278 "v1TerminatedFailureInfo": {
16279- "type": "object"
16279+ "type": "object",
16280+ "properties": {
16281+ "identity": {
16282+ "type": "string"
16283+ }
16284+ }
1628016285 },
1628116286 "v1TimeoutFailureInfo": {
1628216287 "type": "object",
Original file line number Diff line number Diff line change @@ -14435,7 +14435,9 @@ components:
1443514435 properties: {}
1443614436 TerminatedFailureInfo:
1443714437 type: object
14438- properties: {}
14438+ properties:
14439+ identity:
14440+ type: string
1443914441 TimeoutFailureInfo:
1444014442 type: object
1444114443 properties:
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ message CanceledFailureInfo {
3838}
3939
4040message TerminatedFailureInfo {
41+ string identity = 1 ;
4142}
4243
4344message ServerFailureInfo {
You can’t perform that action at this time.
0 commit comments