github.com/livekit/protocol@v1.39.3/rpc/agent_dispatch.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/agent_dispatch.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_agent_dispatch_proto protoreflect.FileDescriptor
    40  
    41  const file_rpc_agent_dispatch_proto_rawDesc = "" +
    42  	"\n" +
    43  	"\x18rpc/agent_dispatch.proto\x12\x03rpc\x1a\roptions.proto\x1a\x1clivekit_agent_dispatch.proto2\xc7\x02\n" +
    44  	"\x15AgentDispatchInternal\x12X\n" +
    45  	"\x0eCreateDispatch\x12\x16.livekit.AgentDispatch\x1a\x16.livekit.AgentDispatch\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
    46  	"\x04room\x12\x04room\x18\x01\x12e\n" +
    47  	"\x0eDeleteDispatch\x12#.livekit.DeleteAgentDispatchRequest\x1a\x16.livekit.AgentDispatch\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
    48  	"\x04room\x12\x04room\x18\x01\x12m\n" +
    49  	"\fListDispatch\x12!.livekit.ListAgentDispatchRequest\x1a\".livekit.ListAgentDispatchResponse\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
    50  	"\x04room\x12\x04room\x18\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
    51  
    52  var file_rpc_agent_dispatch_proto_goTypes = []any{
    53  	(*livekit.AgentDispatch)(nil),              // 0: livekit.AgentDispatch
    54  	(*livekit.DeleteAgentDispatchRequest)(nil), // 1: livekit.DeleteAgentDispatchRequest
    55  	(*livekit.ListAgentDispatchRequest)(nil),   // 2: livekit.ListAgentDispatchRequest
    56  	(*livekit.ListAgentDispatchResponse)(nil),  // 3: livekit.ListAgentDispatchResponse
    57  }
    58  var file_rpc_agent_dispatch_proto_depIdxs = []int32{
    59  	0, // 0: rpc.AgentDispatchInternal.CreateDispatch:input_type -> livekit.AgentDispatch
    60  	1, // 1: rpc.AgentDispatchInternal.DeleteDispatch:input_type -> livekit.DeleteAgentDispatchRequest
    61  	2, // 2: rpc.AgentDispatchInternal.ListDispatch:input_type -> livekit.ListAgentDispatchRequest
    62  	0, // 3: rpc.AgentDispatchInternal.CreateDispatch:output_type -> livekit.AgentDispatch
    63  	0, // 4: rpc.AgentDispatchInternal.DeleteDispatch:output_type -> livekit.AgentDispatch
    64  	3, // 5: rpc.AgentDispatchInternal.ListDispatch:output_type -> livekit.ListAgentDispatchResponse
    65  	3, // [3:6] is the sub-list for method output_type
    66  	0, // [0:3] is the sub-list for method input_type
    67  	0, // [0:0] is the sub-list for extension type_name
    68  	0, // [0:0] is the sub-list for extension extendee
    69  	0, // [0:0] is the sub-list for field type_name
    70  }
    71  
    72  func init() { file_rpc_agent_dispatch_proto_init() }
    73  func file_rpc_agent_dispatch_proto_init() {
    74  	if File_rpc_agent_dispatch_proto != nil {
    75  		return
    76  	}
    77  	type x struct{}
    78  	out := protoimpl.TypeBuilder{
    79  		File: protoimpl.DescBuilder{
    80  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    81  			RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_agent_dispatch_proto_rawDesc), len(file_rpc_agent_dispatch_proto_rawDesc)),
    82  			NumEnums:      0,
    83  			NumMessages:   0,
    84  			NumExtensions: 0,
    85  			NumServices:   1,
    86  		},
    87  		GoTypes:           file_rpc_agent_dispatch_proto_goTypes,
    88  		DependencyIndexes: file_rpc_agent_dispatch_proto_depIdxs,
    89  	}.Build()
    90  	File_rpc_agent_dispatch_proto = out.File
    91  	file_rpc_agent_dispatch_proto_goTypes = nil
    92  	file_rpc_agent_dispatch_proto_depIdxs = nil
    93  }