mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-25 15:52:04 +00:00
24 lines
431 B
TypeScript
24 lines
431 B
TypeScript
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-ts_proto v2.2.0
|
|
// protoc v5.28.0
|
|
// source: video_streaming/proxy_status.proto
|
|
|
|
/* eslint-disable */
|
|
|
|
export const protobufPackage = "video_streaming";
|
|
|
|
export 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,
|
|
UNRECOGNIZED = -1,
|
|
}
|