We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create_time
1 parent f570d8a commit 09149bcCopy full SHA for 09149bc
proto/frequenz/api/dispatch/dispatch.proto
@@ -65,17 +65,18 @@ message Dispatch {
65
// The component selector
66
DispatchComponentSelector selector = 6;
67
68
- // The creation time
69
- google.protobuf.Timestamp create_time = 7;
70
-
71
// The "active" status
72
- bool is_active = 8;
+ bool is_active = 7;
73
74
// The "dry run" status
75
- bool is_dry_run = 9;
+ bool is_dry_run = 8;
76
77
// The dispatch payload
78
- google.protobuf.Struct payload = 10;
+ google.protobuf.Struct payload = 9;
+
+ // The creation time
+ // This is set when a dispatch is created via the create request message
79
+ google.protobuf.Timestamp create_time = 10;
80
}
81
82
// Filter parameter for specifying multiple time intervals
0 commit comments