package grpc_binarylog_v1
import (
protoreflect
protoimpl
durationpb
timestamppb
reflect
sync
unsafe
)
const (
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type GrpcLogEntry_EventType int32
const (
GrpcLogEntry_EVENT_TYPE_UNKNOWN GrpcLogEntry_EventType = 0
GrpcLogEntry_EVENT_TYPE_CLIENT_HEADER GrpcLogEntry_EventType = 1
GrpcLogEntry_EVENT_TYPE_SERVER_HEADER GrpcLogEntry_EventType = 2
GrpcLogEntry_EVENT_TYPE_CLIENT_MESSAGE GrpcLogEntry_EventType = 3
GrpcLogEntry_EVENT_TYPE_SERVER_MESSAGE GrpcLogEntry_EventType = 4
GrpcLogEntry_EVENT_TYPE_CLIENT_HALF_CLOSE GrpcLogEntry_EventType = 5
GrpcLogEntry_EVENT_TYPE_SERVER_TRAILER GrpcLogEntry_EventType = 6
GrpcLogEntry_EVENT_TYPE_CANCEL GrpcLogEntry_EventType = 7
)
var (
GrpcLogEntry_EventType_name = map[int32]string{
0: "EVENT_TYPE_UNKNOWN",
1: "EVENT_TYPE_CLIENT_HEADER",
2: "EVENT_TYPE_SERVER_HEADER",
3: "EVENT_TYPE_CLIENT_MESSAGE",
4: "EVENT_TYPE_SERVER_MESSAGE",
5: "EVENT_TYPE_CLIENT_HALF_CLOSE",
6: "EVENT_TYPE_SERVER_TRAILER",
7: "EVENT_TYPE_CANCEL",
}
GrpcLogEntry_EventType_value = map[string]int32{
"EVENT_TYPE_UNKNOWN": 0,
"EVENT_TYPE_CLIENT_HEADER": 1,
"EVENT_TYPE_SERVER_HEADER": 2,
"EVENT_TYPE_CLIENT_MESSAGE": 3,
"EVENT_TYPE_SERVER_MESSAGE": 4,
"EVENT_TYPE_CLIENT_HALF_CLOSE": 5,
"EVENT_TYPE_SERVER_TRAILER": 6,
"EVENT_TYPE_CANCEL": 7,
}
)
func ( GrpcLogEntry_EventType) () *GrpcLogEntry_EventType {
:= new(GrpcLogEntry_EventType)
* =
return
}
func ( GrpcLogEntry_EventType) () string {
return protoimpl.X.EnumStringOf(.Descriptor(), protoreflect.EnumNumber())
}
func (GrpcLogEntry_EventType) () protoreflect.EnumDescriptor {
return file_grpc_binlog_v1_binarylog_proto_enumTypes[0].Descriptor()
}
func (GrpcLogEntry_EventType) () protoreflect.EnumType {
return &file_grpc_binlog_v1_binarylog_proto_enumTypes[0]
}
func ( GrpcLogEntry_EventType) () protoreflect.EnumNumber {
return protoreflect.EnumNumber()
}
func (GrpcLogEntry_EventType) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{0, 0}
}
type GrpcLogEntry_Logger int32
const (
GrpcLogEntry_LOGGER_UNKNOWN GrpcLogEntry_Logger = 0
GrpcLogEntry_LOGGER_CLIENT GrpcLogEntry_Logger = 1
GrpcLogEntry_LOGGER_SERVER GrpcLogEntry_Logger = 2
)
var (
GrpcLogEntry_Logger_name = map[int32]string{
0: "LOGGER_UNKNOWN",
1: "LOGGER_CLIENT",
2: "LOGGER_SERVER",
}
GrpcLogEntry_Logger_value = map[string]int32{
"LOGGER_UNKNOWN": 0,
"LOGGER_CLIENT": 1,
"LOGGER_SERVER": 2,
}
)
func ( GrpcLogEntry_Logger) () *GrpcLogEntry_Logger {
:= new(GrpcLogEntry_Logger)
* =
return
}
func ( GrpcLogEntry_Logger) () string {
return protoimpl.X.EnumStringOf(.Descriptor(), protoreflect.EnumNumber())
}
func (GrpcLogEntry_Logger) () protoreflect.EnumDescriptor {
return file_grpc_binlog_v1_binarylog_proto_enumTypes[1].Descriptor()
}
func (GrpcLogEntry_Logger) () protoreflect.EnumType {
return &file_grpc_binlog_v1_binarylog_proto_enumTypes[1]
}
func ( GrpcLogEntry_Logger) () protoreflect.EnumNumber {
return protoreflect.EnumNumber()
}
func (GrpcLogEntry_Logger) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{0, 1}
}
type Address_Type int32
const (
Address_TYPE_UNKNOWN Address_Type = 0
Address_TYPE_IPV4 Address_Type = 1
Address_TYPE_IPV6 Address_Type = 2
Address_TYPE_UNIX Address_Type = 3
)
var (
Address_Type_name = map[int32]string{
0: "TYPE_UNKNOWN",
1: "TYPE_IPV4",
2: "TYPE_IPV6",
3: "TYPE_UNIX",
}
Address_Type_value = map[string]int32{
"TYPE_UNKNOWN": 0,
"TYPE_IPV4": 1,
"TYPE_IPV6": 2,
"TYPE_UNIX": 3,
}
)
func ( Address_Type) () *Address_Type {
:= new(Address_Type)
* =
return
}
func ( Address_Type) () string {
return protoimpl.X.EnumStringOf(.Descriptor(), protoreflect.EnumNumber())
}
func (Address_Type) () protoreflect.EnumDescriptor {
return file_grpc_binlog_v1_binarylog_proto_enumTypes[2].Descriptor()
}
func (Address_Type) () protoreflect.EnumType {
return &file_grpc_binlog_v1_binarylog_proto_enumTypes[2]
}
func ( Address_Type) () protoreflect.EnumNumber {
return protoreflect.EnumNumber()
}
func (Address_Type) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{7, 0}
}
type GrpcLogEntry struct {
state protoimpl.MessageState `protogen:"open.v1"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
CallId uint64 `protobuf:"varint,2,opt,name=call_id,json=callId,proto3" json:"call_id,omitempty"`
SequenceIdWithinCall uint64 `protobuf:"varint,3,opt,name=sequence_id_within_call,json=sequenceIdWithinCall,proto3" json:"sequence_id_within_call,omitempty"`
Type GrpcLogEntry_EventType `protobuf:"varint,4,opt,name=type,proto3,enum=grpc.binarylog.v1.GrpcLogEntry_EventType" json:"type,omitempty"`
Logger GrpcLogEntry_Logger `protobuf:"varint,5,opt,name=logger,proto3,enum=grpc.binarylog.v1.GrpcLogEntry_Logger" json:"logger,omitempty"`
Payload isGrpcLogEntry_Payload `protobuf_oneof:"payload"`
PayloadTruncated bool `protobuf:"varint,10,opt,name=payload_truncated,json=payloadTruncated,proto3" json:"payload_truncated,omitempty"`
Peer *Address `protobuf:"bytes,11,opt,name=peer,proto3" json:"peer,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *GrpcLogEntry) () {
* = GrpcLogEntry{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[0]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *GrpcLogEntry) () string {
return protoimpl.X.MessageStringOf()
}
func (*GrpcLogEntry) () {}
func ( *GrpcLogEntry) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[0]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*GrpcLogEntry) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{0}
}
func ( *GrpcLogEntry) () *timestamppb.Timestamp {
if != nil {
return .Timestamp
}
return nil
}
func ( *GrpcLogEntry) () uint64 {
if != nil {
return .CallId
}
return 0
}
func ( *GrpcLogEntry) () uint64 {
if != nil {
return .SequenceIdWithinCall
}
return 0
}
func ( *GrpcLogEntry) () GrpcLogEntry_EventType {
if != nil {
return .Type
}
return GrpcLogEntry_EVENT_TYPE_UNKNOWN
}
func ( *GrpcLogEntry) () GrpcLogEntry_Logger {
if != nil {
return .Logger
}
return GrpcLogEntry_LOGGER_UNKNOWN
}
func ( *GrpcLogEntry) () isGrpcLogEntry_Payload {
if != nil {
return .Payload
}
return nil
}
func ( *GrpcLogEntry) () *ClientHeader {
if != nil {
if , := .Payload.(*GrpcLogEntry_ClientHeader); {
return .ClientHeader
}
}
return nil
}
func ( *GrpcLogEntry) () *ServerHeader {
if != nil {
if , := .Payload.(*GrpcLogEntry_ServerHeader); {
return .ServerHeader
}
}
return nil
}
func ( *GrpcLogEntry) () *Message {
if != nil {
if , := .Payload.(*GrpcLogEntry_Message); {
return .Message
}
}
return nil
}
func ( *GrpcLogEntry) () *Trailer {
if != nil {
if , := .Payload.(*GrpcLogEntry_Trailer); {
return .Trailer
}
}
return nil
}
func ( *GrpcLogEntry) () bool {
if != nil {
return .PayloadTruncated
}
return false
}
func ( *GrpcLogEntry) () *Address {
if != nil {
return .Peer
}
return nil
}
type isGrpcLogEntry_Payload interface {
isGrpcLogEntry_Payload()
}
type GrpcLogEntry_ClientHeader struct {
ClientHeader *ClientHeader `protobuf:"bytes,6,opt,name=client_header,json=clientHeader,proto3,oneof"`
}
type GrpcLogEntry_ServerHeader struct {
ServerHeader *ServerHeader `protobuf:"bytes,7,opt,name=server_header,json=serverHeader,proto3,oneof"`
}
type GrpcLogEntry_Message struct {
Message *Message `protobuf:"bytes,8,opt,name=message,proto3,oneof"`
}
type GrpcLogEntry_Trailer struct {
Trailer *Trailer `protobuf:"bytes,9,opt,name=trailer,proto3,oneof"`
}
func (*GrpcLogEntry_ClientHeader) () {}
func (*GrpcLogEntry_ServerHeader) () {}
func (*GrpcLogEntry_Message) () {}
func (*GrpcLogEntry_Trailer) () {}
type ClientHeader struct {
state protoimpl.MessageState `protogen:"open.v1"`
Metadata *Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
MethodName string `protobuf:"bytes,2,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty"`
Authority string `protobuf:"bytes,3,opt,name=authority,proto3" json:"authority,omitempty"`
Timeout *durationpb.Duration `protobuf:"bytes,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *ClientHeader) () {
* = ClientHeader{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[1]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *ClientHeader) () string {
return protoimpl.X.MessageStringOf()
}
func (*ClientHeader) () {}
func ( *ClientHeader) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[1]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*ClientHeader) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{1}
}
func ( *ClientHeader) () *Metadata {
if != nil {
return .Metadata
}
return nil
}
func ( *ClientHeader) () string {
if != nil {
return .MethodName
}
return ""
}
func ( *ClientHeader) () string {
if != nil {
return .Authority
}
return ""
}
func ( *ClientHeader) () *durationpb.Duration {
if != nil {
return .Timeout
}
return nil
}
type ServerHeader struct {
state protoimpl.MessageState `protogen:"open.v1"`
Metadata *Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *ServerHeader) () {
* = ServerHeader{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[2]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *ServerHeader) () string {
return protoimpl.X.MessageStringOf()
}
func (*ServerHeader) () {}
func ( *ServerHeader) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[2]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*ServerHeader) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{2}
}
func ( *ServerHeader) () *Metadata {
if != nil {
return .Metadata
}
return nil
}
type Trailer struct {
state protoimpl.MessageState `protogen:"open.v1"`
Metadata *Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
StatusCode uint32 `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
StatusMessage string `protobuf:"bytes,3,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
StatusDetails []byte `protobuf:"bytes,4,opt,name=status_details,json=statusDetails,proto3" json:"status_details,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *Trailer) () {
* = Trailer{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[3]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *Trailer) () string {
return protoimpl.X.MessageStringOf()
}
func (*Trailer) () {}
func ( *Trailer) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[3]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*Trailer) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{3}
}
func ( *Trailer) () *Metadata {
if != nil {
return .Metadata
}
return nil
}
func ( *Trailer) () uint32 {
if != nil {
return .StatusCode
}
return 0
}
func ( *Trailer) () string {
if != nil {
return .StatusMessage
}
return ""
}
func ( *Trailer) () []byte {
if != nil {
return .StatusDetails
}
return nil
}
type Message struct {
state protoimpl.MessageState `protogen:"open.v1"`
Length uint32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *Message) () {
* = Message{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[4]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *Message) () string {
return protoimpl.X.MessageStringOf()
}
func (*Message) () {}
func ( *Message) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[4]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*Message) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{4}
}
func ( *Message) () uint32 {
if != nil {
return .Length
}
return 0
}
func ( *Message) () []byte {
if != nil {
return .Data
}
return nil
}
type Metadata struct {
state protoimpl.MessageState `protogen:"open.v1"`
Entry []*MetadataEntry `protobuf:"bytes,1,rep,name=entry,proto3" json:"entry,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *Metadata) () {
* = Metadata{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[5]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *Metadata) () string {
return protoimpl.X.MessageStringOf()
}
func (*Metadata) () {}
func ( *Metadata) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[5]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*Metadata) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{5}
}
func ( *Metadata) () []*MetadataEntry {
if != nil {
return .Entry
}
return nil
}
type MetadataEntry struct {
state protoimpl.MessageState `protogen:"open.v1"`
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *MetadataEntry) () {
* = MetadataEntry{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[6]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *MetadataEntry) () string {
return protoimpl.X.MessageStringOf()
}
func (*MetadataEntry) () {}
func ( *MetadataEntry) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[6]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*MetadataEntry) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{6}
}
func ( *MetadataEntry) () string {
if != nil {
return .Key
}
return ""
}
func ( *MetadataEntry) () []byte {
if != nil {
return .Value
}
return nil
}
type Address struct {
state protoimpl.MessageState `protogen:"open.v1"`
Type Address_Type `protobuf:"varint,1,opt,name=type,proto3,enum=grpc.binarylog.v1.Address_Type" json:"type,omitempty"`
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
IpPort uint32 `protobuf:"varint,3,opt,name=ip_port,json=ipPort,proto3" json:"ip_port,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func ( *Address) () {
* = Address{}
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[7]
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
.StoreMessageInfo()
}
func ( *Address) () string {
return protoimpl.X.MessageStringOf()
}
func (*Address) () {}
func ( *Address) () protoreflect.Message {
:= &file_grpc_binlog_v1_binarylog_proto_msgTypes[7]
if != nil {
:= protoimpl.X.MessageStateOf(protoimpl.Pointer())
if .LoadMessageInfo() == nil {
.StoreMessageInfo()
}
return
}
return .MessageOf()
}
func (*Address) () ([]byte, []int) {
return file_grpc_binlog_v1_binarylog_proto_rawDescGZIP(), []int{7}
}
func ( *Address) () Address_Type {
if != nil {
return .Type
}
return Address_TYPE_UNKNOWN
}
func ( *Address) () string {
if != nil {
return .Address
}
return ""
}
func ( *Address) () uint32 {
if != nil {
return .IpPort
}
return 0
}
var File_grpc_binlog_v1_binarylog_proto protoreflect.FileDescriptor
const file_grpc_binlog_v1_binarylog_proto_rawDesc = "" +
"\n" +
"\x1egrpc/binlog/v1/binarylog.proto\x12\x11grpc.binarylog.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xbb\a\n" +
"\fGrpcLogEntry\x128\n" +
"\ttimestamp\x18\x01 \x01(\v2\x1a.google.protobuf.TimestampR\ttimestamp\x12\x17\n" +
"\acall_id\x18\x02 \x01(\x04R\x06callId\x125\n" +
"\x17sequence_id_within_call\x18\x03 \x01(\x04R\x14sequenceIdWithinCall\x12=\n" +
"\x04type\x18\x04 \x01(\x0e2).grpc.binarylog.v1.GrpcLogEntry.EventTypeR\x04type\x12>\n" +
"\x06logger\x18\x05 \x01(\x0e2&.grpc.binarylog.v1.GrpcLogEntry.LoggerR\x06logger\x12F\n" +
"\rclient_header\x18\x06 \x01(\v2\x1f.grpc.binarylog.v1.ClientHeaderH\x00R\fclientHeader\x12F\n" +
"\rserver_header\x18\a \x01(\v2\x1f.grpc.binarylog.v1.ServerHeaderH\x00R\fserverHeader\x126\n" +
"\amessage\x18\b \x01(\v2\x1a.grpc.binarylog.v1.MessageH\x00R\amessage\x126\n" +
"\atrailer\x18\t \x01(\v2\x1a.grpc.binarylog.v1.TrailerH\x00R\atrailer\x12+\n" +
"\x11payload_truncated\x18\n" +
" \x01(\bR\x10payloadTruncated\x12.\n" +
"\x04peer\x18\v \x01(\v2\x1a.grpc.binarylog.v1.AddressR\x04peer\"\xf5\x01\n" +
"\tEventType\x12\x16\n" +
"\x12EVENT_TYPE_UNKNOWN\x10\x00\x12\x1c\n" +
"\x18EVENT_TYPE_CLIENT_HEADER\x10\x01\x12\x1c\n" +
"\x18EVENT_TYPE_SERVER_HEADER\x10\x02\x12\x1d\n" +
"\x19EVENT_TYPE_CLIENT_MESSAGE\x10\x03\x12\x1d\n" +
"\x19EVENT_TYPE_SERVER_MESSAGE\x10\x04\x12 \n" +
"\x1cEVENT_TYPE_CLIENT_HALF_CLOSE\x10\x05\x12\x1d\n" +
"\x19EVENT_TYPE_SERVER_TRAILER\x10\x06\x12\x15\n" +
"\x11EVENT_TYPE_CANCEL\x10\a\"B\n" +
"\x06Logger\x12\x12\n" +
"\x0eLOGGER_UNKNOWN\x10\x00\x12\x11\n" +
"\rLOGGER_CLIENT\x10\x01\x12\x11\n" +
"\rLOGGER_SERVER\x10\x02B\t\n" +
"\apayload\"\xbb\x01\n" +
"\fClientHeader\x127\n" +
"\bmetadata\x18\x01 \x01(\v2\x1b.grpc.binarylog.v1.MetadataR\bmetadata\x12\x1f\n" +
"\vmethod_name\x18\x02 \x01(\tR\n" +
"methodName\x12\x1c\n" +
"\tauthority\x18\x03 \x01(\tR\tauthority\x123\n" +
"\atimeout\x18\x04 \x01(\v2\x19.google.protobuf.DurationR\atimeout\"G\n" +
"\fServerHeader\x127\n" +
"\bmetadata\x18\x01 \x01(\v2\x1b.grpc.binarylog.v1.MetadataR\bmetadata\"\xb1\x01\n" +
"\aTrailer\x127\n" +
"\bmetadata\x18\x01 \x01(\v2\x1b.grpc.binarylog.v1.MetadataR\bmetadata\x12\x1f\n" +
"\vstatus_code\x18\x02 \x01(\rR\n" +
"statusCode\x12%\n" +
"\x0estatus_message\x18\x03 \x01(\tR\rstatusMessage\x12%\n" +
"\x0estatus_details\x18\x04 \x01(\fR\rstatusDetails\"5\n" +
"\aMessage\x12\x16\n" +
"\x06length\x18\x01 \x01(\rR\x06length\x12\x12\n" +
"\x04data\x18\x02 \x01(\fR\x04data\"B\n" +
"\bMetadata\x126\n" +
"\x05entry\x18\x01 \x03(\v2 .grpc.binarylog.v1.MetadataEntryR\x05entry\"7\n" +
"\rMetadataEntry\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
"\x05value\x18\x02 \x01(\fR\x05value\"\xb8\x01\n" +
"\aAddress\x123\n" +
"\x04type\x18\x01 \x01(\x0e2\x1f.grpc.binarylog.v1.Address.TypeR\x04type\x12\x18\n" +
"\aaddress\x18\x02 \x01(\tR\aaddress\x12\x17\n" +
"\aip_port\x18\x03 \x01(\rR\x06ipPort\"E\n" +
"\x04Type\x12\x10\n" +
"\fTYPE_UNKNOWN\x10\x00\x12\r\n" +
"\tTYPE_IPV4\x10\x01\x12\r\n" +
"\tTYPE_IPV6\x10\x02\x12\r\n" +
"\tTYPE_UNIX\x10\x03B\\\n" +
"\x14io.grpc.binarylog.v1B\x0eBinaryLogProtoP\x01Z2google.golang.org/grpc/binarylog/grpc_binarylog_v1b\x06proto3"
var (
file_grpc_binlog_v1_binarylog_proto_rawDescOnce sync.Once
file_grpc_binlog_v1_binarylog_proto_rawDescData []byte
)
func () []byte {
file_grpc_binlog_v1_binarylog_proto_rawDescOnce.Do(func() {
file_grpc_binlog_v1_binarylog_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_grpc_binlog_v1_binarylog_proto_rawDesc), len(file_grpc_binlog_v1_binarylog_proto_rawDesc)))
})
return file_grpc_binlog_v1_binarylog_proto_rawDescData
}
var file_grpc_binlog_v1_binarylog_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
var file_grpc_binlog_v1_binarylog_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
var file_grpc_binlog_v1_binarylog_proto_goTypes = []any{
(GrpcLogEntry_EventType)(0),
(GrpcLogEntry_Logger)(0),
(Address_Type)(0),
(*GrpcLogEntry)(nil),
(*ClientHeader)(nil),
(*ServerHeader)(nil),
(*Trailer)(nil),
(*Message)(nil),
(*Metadata)(nil),
(*MetadataEntry)(nil),
(*Address)(nil),
(*timestamppb.Timestamp)(nil),
(*durationpb.Duration)(nil),
}
var file_grpc_binlog_v1_binarylog_proto_depIdxs = []int32{
11,
0,
1,
4,
5,
7,
6,
10,
8,
12,
8,
8,
9,
2,
14,
14,
14,
14,
0,
}
func () { file_grpc_binlog_v1_binarylog_proto_init() }
func () {
if File_grpc_binlog_v1_binarylog_proto != nil {
return
}
file_grpc_binlog_v1_binarylog_proto_msgTypes[0].OneofWrappers = []any{
(*GrpcLogEntry_ClientHeader)(nil),
(*GrpcLogEntry_ServerHeader)(nil),
(*GrpcLogEntry_Message)(nil),
(*GrpcLogEntry_Trailer)(nil),
}
type struct{}
:= protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf({}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_grpc_binlog_v1_binarylog_proto_rawDesc), len(file_grpc_binlog_v1_binarylog_proto_rawDesc)),
NumEnums: 3,
NumMessages: 8,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_grpc_binlog_v1_binarylog_proto_goTypes,
DependencyIndexes: file_grpc_binlog_v1_binarylog_proto_depIdxs,
EnumInfos: file_grpc_binlog_v1_binarylog_proto_enumTypes,
MessageInfos: file_grpc_binlog_v1_binarylog_proto_msgTypes,
}.Build()
File_grpc_binlog_v1_binarylog_proto = .File
file_grpc_binlog_v1_binarylog_proto_goTypes = nil
file_grpc_binlog_v1_binarylog_proto_depIdxs = nil
}