Files
googlevideo/protos/video_streaming/request_identifier.proto
2025-07-22 15:02:10 -03:00

7 lines
104 B
Protocol Buffer

syntax = "proto2";
package video_streaming;
message RequestIdentifier {
optional string token = 1;
}