We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1aab76 commit 634bb1aCopy full SHA for 634bb1a
1 file changed
v3/models.proto
@@ -177,6 +177,7 @@ message Component {
177
}
178
179
enum ComponentType {
180
+ COMPONENT_TYPE_UNKNOWN = 0;
181
COMPONENT_TYPE_SERVER = 1;
182
COMPONENT_TYPE_DATA = 2;
183
COMPONENT_TYPE_COMPUTE = 3;
0 commit comments