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 8198d77 commit 652c3ffCopy full SHA for 652c3ff
1 file changed
proto/shared/shared.runtime_status.proto
@@ -10,7 +10,7 @@ message AdapterConfiguration {
10
}
11
12
13
-enum Status {
+enum RuntimeStatus {
14
UNKNOWN = 0;
15
NOT_RESPONDING = 1;
16
NOT_READY = 2;
@@ -19,7 +19,7 @@ enum Status {
19
20
21
message AdapterRuntimeStatus {
22
- Status status = 1;
+ RuntimeStatus status = 1;
23
string timestamp = 2; // epoch timestamp in milliseconds
24
25
string identifier = 3; // unique identifier of the adapter
@@ -30,7 +30,7 @@ message AdapterRuntimeStatus {
30
31
32
message ExecutionRuntimeStatus {
33
34
35
36
0 commit comments