mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-17 14:58:15 +00:00
153 lines
5.1 KiB
Go
Vendored
153 lines
5.1 KiB
Go
Vendored
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.6
|
|
// protoc v6.30.2
|
|
// source: stream/api_request.proto
|
|
|
|
package stream
|
|
|
|
import (
|
|
_ "github.com/chirpstack/chirpstack/api/go/v4/common"
|
|
_ "github.com/chirpstack/chirpstack/api/go/v4/gw"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
_ "google.golang.org/protobuf/types/known/timestamppb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type ApiRequestLog struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
// API service name.
|
|
Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
|
|
// API method name.
|
|
Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
|
|
// Metadata.
|
|
Metadata map[string]string `protobuf:"bytes,3,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ApiRequestLog) Reset() {
|
|
*x = ApiRequestLog{}
|
|
mi := &file_stream_api_request_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ApiRequestLog) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ApiRequestLog) ProtoMessage() {}
|
|
|
|
func (x *ApiRequestLog) ProtoReflect() protoreflect.Message {
|
|
mi := &file_stream_api_request_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ApiRequestLog.ProtoReflect.Descriptor instead.
|
|
func (*ApiRequestLog) Descriptor() ([]byte, []int) {
|
|
return file_stream_api_request_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *ApiRequestLog) GetService() string {
|
|
if x != nil {
|
|
return x.Service
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ApiRequestLog) GetMethod() string {
|
|
if x != nil {
|
|
return x.Method
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ApiRequestLog) GetMetadata() map[string]string {
|
|
if x != nil {
|
|
return x.Metadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_stream_api_request_proto protoreflect.FileDescriptor
|
|
|
|
const file_stream_api_request_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x18stream/api_request.proto\x12\x06stream\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x13common/common.proto\x1a\vgw/gw.proto\"\xbf\x01\n" +
|
|
"\rApiRequestLog\x12\x18\n" +
|
|
"\aservice\x18\x01 \x01(\tR\aservice\x12\x16\n" +
|
|
"\x06method\x18\x02 \x01(\tR\x06method\x12?\n" +
|
|
"\bmetadata\x18\x03 \x03(\v2#.stream.ApiRequestLog.MetadataEntryR\bmetadata\x1a;\n" +
|
|
"\rMetadataEntry\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
|
|
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x01B\xa8\x01\n" +
|
|
"\x18io.chirpstack.api.streamB\x0fApiRequestProtoP\x01Z1github.com/chirpstack/chirpstack/api/go/v4/stream\xaa\x02\x11Chirpstack.Stream\xca\x02\x11Chirpstack\\Stream\xe2\x02\x1dGPBMetadata\\Chirpstack\\Streamb\x06proto3"
|
|
|
|
var (
|
|
file_stream_api_request_proto_rawDescOnce sync.Once
|
|
file_stream_api_request_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_stream_api_request_proto_rawDescGZIP() []byte {
|
|
file_stream_api_request_proto_rawDescOnce.Do(func() {
|
|
file_stream_api_request_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_stream_api_request_proto_rawDesc), len(file_stream_api_request_proto_rawDesc)))
|
|
})
|
|
return file_stream_api_request_proto_rawDescData
|
|
}
|
|
|
|
var file_stream_api_request_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
var file_stream_api_request_proto_goTypes = []any{
|
|
(*ApiRequestLog)(nil), // 0: stream.ApiRequestLog
|
|
nil, // 1: stream.ApiRequestLog.MetadataEntry
|
|
}
|
|
var file_stream_api_request_proto_depIdxs = []int32{
|
|
1, // 0: stream.ApiRequestLog.metadata:type_name -> stream.ApiRequestLog.MetadataEntry
|
|
1, // [1:1] is the sub-list for method output_type
|
|
1, // [1:1] is the sub-list for method input_type
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
0, // [0:1] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_stream_api_request_proto_init() }
|
|
func file_stream_api_request_proto_init() {
|
|
if File_stream_api_request_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_stream_api_request_proto_rawDesc), len(file_stream_api_request_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 2,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_stream_api_request_proto_goTypes,
|
|
DependencyIndexes: file_stream_api_request_proto_depIdxs,
|
|
MessageInfos: file_stream_api_request_proto_msgTypes,
|
|
}.Build()
|
|
File_stream_api_request_proto = out.File
|
|
file_stream_api_request_proto_goTypes = nil
|
|
file_stream_api_request_proto_depIdxs = nil
|
|
}
|