github.com/livekit/protocol@v1.39.3/rpc/room.pb.go (about) 1 // Copyright 2023 LiveKit, Inc. 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // Code generated by protoc-gen-go. DO NOT EDIT. 16 // versions: 17 // protoc-gen-go v1.36.6 18 // protoc v4.23.4 19 // source: rpc/room.proto 20 21 package rpc 22 23 import ( 24 livekit "github.com/livekit/protocol/livekit" 25 _ "github.com/livekit/psrpc/protoc-gen-psrpc/options" 26 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 27 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 28 reflect "reflect" 29 unsafe "unsafe" 30 ) 31 32 const ( 33 // Verify that this generated code is sufficiently up-to-date. 34 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 35 // Verify that runtime/protoimpl is sufficiently up-to-date. 36 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 37 ) 38 39 var File_rpc_room_proto protoreflect.FileDescriptor 40 41 const file_rpc_room_proto_rawDesc = "" + 42 "\n" + 43 "\x0erpc/room.proto\x12\x03rpc\x1a\roptions.proto\x1a\x14livekit_models.proto\x1a\x12livekit_room.proto2\x9f\x02\n" + 44 "\x04Room\x12]\n" + 45 "\n" + 46 "DeleteRoom\x12\x1a.livekit.DeleteRoomRequest\x1a\x1b.livekit.DeleteRoomResponse\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" + 47 "\x04room\x12\x04room\x18\x01\x12W\n" + 48 "\bSendData\x12\x18.livekit.SendDataRequest\x1a\x19.livekit.SendDataResponse\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" + 49 "\x04room\x12\x04room\x18\x01\x12_\n" + 50 "\x12UpdateRoomMetadata\x12\".livekit.UpdateRoomMetadataRequest\x1a\r.livekit.Room\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" + 51 "\x04room\x12\x04room\x18\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3" 52 53 var file_rpc_room_proto_goTypes = []any{ 54 (*livekit.DeleteRoomRequest)(nil), // 0: livekit.DeleteRoomRequest 55 (*livekit.SendDataRequest)(nil), // 1: livekit.SendDataRequest 56 (*livekit.UpdateRoomMetadataRequest)(nil), // 2: livekit.UpdateRoomMetadataRequest 57 (*livekit.DeleteRoomResponse)(nil), // 3: livekit.DeleteRoomResponse 58 (*livekit.SendDataResponse)(nil), // 4: livekit.SendDataResponse 59 (*livekit.Room)(nil), // 5: livekit.Room 60 } 61 var file_rpc_room_proto_depIdxs = []int32{ 62 0, // 0: rpc.Room.DeleteRoom:input_type -> livekit.DeleteRoomRequest 63 1, // 1: rpc.Room.SendData:input_type -> livekit.SendDataRequest 64 2, // 2: rpc.Room.UpdateRoomMetadata:input_type -> livekit.UpdateRoomMetadataRequest 65 3, // 3: rpc.Room.DeleteRoom:output_type -> livekit.DeleteRoomResponse 66 4, // 4: rpc.Room.SendData:output_type -> livekit.SendDataResponse 67 5, // 5: rpc.Room.UpdateRoomMetadata:output_type -> livekit.Room 68 3, // [3:6] is the sub-list for method output_type 69 0, // [0:3] is the sub-list for method input_type 70 0, // [0:0] is the sub-list for extension type_name 71 0, // [0:0] is the sub-list for extension extendee 72 0, // [0:0] is the sub-list for field type_name 73 } 74 75 func init() { file_rpc_room_proto_init() } 76 func file_rpc_room_proto_init() { 77 if File_rpc_room_proto != nil { 78 return 79 } 80 type x struct{} 81 out := protoimpl.TypeBuilder{ 82 File: protoimpl.DescBuilder{ 83 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 84 RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_room_proto_rawDesc), len(file_rpc_room_proto_rawDesc)), 85 NumEnums: 0, 86 NumMessages: 0, 87 NumExtensions: 0, 88 NumServices: 1, 89 }, 90 GoTypes: file_rpc_room_proto_goTypes, 91 DependencyIndexes: file_rpc_room_proto_depIdxs, 92 }.Build() 93 File_rpc_room_proto = out.File 94 file_rpc_room_proto_goTypes = nil 95 file_rpc_room_proto_depIdxs = nil 96 }