Lines Matching refs:GrpcLogEntry

146 type GrpcLogEntry struct {  struct
184 func (m *GrpcLogEntry) Reset() { *m = GrpcLogEntry{} } argument
185 func (m *GrpcLogEntry) String() string { return proto.CompactTextString(m) } argument
186 func (*GrpcLogEntry) ProtoMessage() {} argument
187 func (*GrpcLogEntry) Descriptor() ([]byte, []int) { argument
190 func (m *GrpcLogEntry) XXX_Unmarshal(b []byte) error { argument
193 func (m *GrpcLogEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
196 func (dst *GrpcLogEntry) XXX_Merge(src proto.Message) { argument
199 func (m *GrpcLogEntry) XXX_Size() int { argument
202 func (m *GrpcLogEntry) XXX_DiscardUnknown() { argument
208 func (m *GrpcLogEntry) GetTimestamp() *timestamp.Timestamp { argument
215 func (m *GrpcLogEntry) GetCallId() uint64 { argument
222 func (m *GrpcLogEntry) GetSequenceIdWithinCall() uint64 { argument
229 func (m *GrpcLogEntry) GetType() GrpcLogEntry_EventType { argument
236 func (m *GrpcLogEntry) GetLogger() GrpcLogEntry_Logger { argument
271 func (m *GrpcLogEntry) GetPayload() isGrpcLogEntry_Payload { argument
278 func (m *GrpcLogEntry) GetClientHeader() *ClientHeader { argument
285 func (m *GrpcLogEntry) GetServerHeader() *ServerHeader { argument
292 func (m *GrpcLogEntry) GetMessage() *Message { argument
299 func (m *GrpcLogEntry) GetTrailer() *Trailer { argument
306 func (m *GrpcLogEntry) GetPayloadTruncated() bool { argument
313 func (m *GrpcLogEntry) GetPeer() *Address { argument
321 func (*GrpcLogEntry) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg pro… argument
331 m := msg.(*GrpcLogEntry)
362 m := msg.(*GrpcLogEntry)
402 m := msg.(*GrpcLogEntry)
824 proto.RegisterType((*GrpcLogEntry)(nil), "grpc.binarylog.v1.GrpcLogEntry")