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.
1 parent 29c3f61 commit d53910aCopy full SHA for d53910a
client/src/main/proto/spine/base/command.proto
@@ -34,6 +34,8 @@ import "spine/users/user_id.proto";
34
import "spine/users/tenant_id.proto";
35
import "spine/time/zone_offset.proto";
36
37
+import "spine/annotations.proto";
38
+
39
// Command identifier.
40
message CommandId {
41
string uuid = 1;
@@ -92,7 +94,7 @@ message CommandContext {
92
94
93
95
// The time when the command was scheduled.
96
// Is set automatically and used only by Spine when re-scheduling a command.
- google.protobuf.Timestamp scheduling_time = 2;
97
+ google.protobuf.Timestamp scheduling_time = 2 [(internal) = true];
98
}
99
100
// The schedule to execute the command.
0 commit comments