package rpc
import (
livekit "github.com/livekit/protocol/livekit"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
reflect "reflect"
unsafe "unsafe"
)
const (
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_rpc_analytics_proto protoreflect.FileDescriptor
const file_rpc_analytics_proto_rawDesc = "" +
"\n" +
"\x13rpc/analytics.proto\x12\alivekit\x1a\x1bgoogle/protobuf/empty.proto\x1a\x17livekit_analytics.proto2\xf5\x01\n" +
"\x18AnalyticsRecorderService\x12B\n" +
"\vIngestStats\x12\x17.livekit.AnalyticsStats\x1a\x16.google.protobuf.Empty\"\x00(\x01\x12D\n" +
"\fIngestEvents\x12\x18.livekit.AnalyticsEvents\x1a\x16.google.protobuf.Empty\"\x00(\x01\x12O\n" +
"\x14IngestNodeRoomStates\x12\x1b.livekit.AnalyticsNodeRooms\x1a\x16.google.protobuf.Empty\"\x00(\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
var file_rpc_analytics_proto_goTypes = []any{
(*livekit.AnalyticsStats)(nil), (*livekit.AnalyticsEvents)(nil), (*livekit.AnalyticsNodeRooms)(nil), (*emptypb.Empty)(nil), }
var file_rpc_analytics_proto_depIdxs = []int32{
0, 1, 2, 3, 3, 3, 3, 0, 0, 0, 0, }
func init() { file_rpc_analytics_proto_init() }
func file_rpc_analytics_proto_init() {
if File_rpc_analytics_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_analytics_proto_rawDesc), len(file_rpc_analytics_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_rpc_analytics_proto_goTypes,
DependencyIndexes: file_rpc_analytics_proto_depIdxs,
}.Build()
File_rpc_analytics_proto = out.File
file_rpc_analytics_proto_goTypes = nil
file_rpc_analytics_proto_depIdxs = nil
}