Files
googlevideo/protos/video_streaming/proxy_status.proto
2024-09-21 13:51:23 -03:00

15 lines
182 B
Protocol Buffer

syntax = "proto2";
package video_streaming;
enum ProxyStatus {
VAL_0 = 0;
OK = 1;
VAL_2 = 2;
VAL_3 = 3;
VAL_4 = 4;
VAL_5 = 5;
VAL_6 = 6;
VAL_7 = 7;
VAL_8 = 8;
VAL_9 = 9;
}