github.com/livekit/protocol@v1.39.3/rpc/roommanager.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/roommanager.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_roommanager_proto protoreflect.FileDescriptor
    40  
    41  const file_rpc_roommanager_proto_rawDesc = "" +
    42  	"\n" +
    43  	"\x15rpc/roommanager.proto\x12\x03rpc\x1a\roptions.proto\x1a\x14livekit_models.proto\x1a\x12livekit_room.proto2a\n" +
    44  	"\vRoomManager\x12R\n" +
    45  	"\n" +
    46  	"CreateRoom\x12\x1a.livekit.CreateRoomRequest\x1a\r.livekit.Room\"\x19\xb2\x89\x01\x15\x10\x01\x1a\x11\n" +
    47  	"\x04node\x12\anode_id\x18\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
    48  
    49  var file_rpc_roommanager_proto_goTypes = []any{
    50  	(*livekit.CreateRoomRequest)(nil), // 0: livekit.CreateRoomRequest
    51  	(*livekit.Room)(nil),              // 1: livekit.Room
    52  }
    53  var file_rpc_roommanager_proto_depIdxs = []int32{
    54  	0, // 0: rpc.RoomManager.CreateRoom:input_type -> livekit.CreateRoomRequest
    55  	1, // 1: rpc.RoomManager.CreateRoom:output_type -> livekit.Room
    56  	1, // [1:2] is the sub-list for method output_type
    57  	0, // [0:1] is the sub-list for method input_type
    58  	0, // [0:0] is the sub-list for extension type_name
    59  	0, // [0:0] is the sub-list for extension extendee
    60  	0, // [0:0] is the sub-list for field type_name
    61  }
    62  
    63  func init() { file_rpc_roommanager_proto_init() }
    64  func file_rpc_roommanager_proto_init() {
    65  	if File_rpc_roommanager_proto != nil {
    66  		return
    67  	}
    68  	type x struct{}
    69  	out := protoimpl.TypeBuilder{
    70  		File: protoimpl.DescBuilder{
    71  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    72  			RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_roommanager_proto_rawDesc), len(file_rpc_roommanager_proto_rawDesc)),
    73  			NumEnums:      0,
    74  			NumMessages:   0,
    75  			NumExtensions: 0,
    76  			NumServices:   1,
    77  		},
    78  		GoTypes:           file_rpc_roommanager_proto_goTypes,
    79  		DependencyIndexes: file_rpc_roommanager_proto_depIdxs,
    80  	}.Build()
    81  	File_rpc_roommanager_proto = out.File
    82  	file_rpc_roommanager_proto_goTypes = nil
    83  	file_rpc_roommanager_proto_depIdxs = nil
    84  }