envoy_data_tap_v2alpha

package
v0.9.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_data_tap_v2alpha_common_proto protoreflect.FileDescriptor
View Source
var File_envoy_data_tap_v2alpha_http_proto protoreflect.FileDescriptor
View Source
var File_envoy_data_tap_v2alpha_transport_proto protoreflect.FileDescriptor
View Source
var File_envoy_data_tap_v2alpha_wrapper_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Body added in v0.6.8

type Body struct {

	// Types that are assignable to BodyType:
	//	*Body_AsBytes
	//	*Body_AsString
	BodyType  isBody_BodyType `protobuf_oneof:"body_type"`
	Truncated bool            `protobuf:"varint,3,opt,name=truncated,proto3" json:"truncated,omitempty"`
	// contains filtered or unexported fields
}

func (*Body) Descriptor deprecated added in v0.6.8

func (*Body) Descriptor() ([]byte, []int)

Deprecated: Use Body.ProtoReflect.Descriptor instead.

func (*Body) GetAsBytes added in v0.6.8

func (x *Body) GetAsBytes() []byte

func (*Body) GetAsString added in v0.6.8

func (x *Body) GetAsString() string

func (*Body) GetBodyType added in v0.6.8

func (m *Body) GetBodyType() isBody_BodyType

func (*Body) GetTruncated added in v0.6.8

func (x *Body) GetTruncated() bool

func (*Body) ProtoMessage added in v0.6.8

func (*Body) ProtoMessage()

func (*Body) ProtoReflect added in v0.9.7

func (x *Body) ProtoReflect() protoreflect.Message

func (*Body) Reset added in v0.6.8

func (x *Body) Reset()

func (*Body) String added in v0.6.8

func (x *Body) String() string

func (*Body) Validate added in v0.6.8

func (m *Body) Validate() error

Validate checks the field values on Body with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type BodyValidationError added in v0.6.8

type BodyValidationError struct {
	// contains filtered or unexported fields
}

BodyValidationError is the validation error returned by Body.Validate if the designated constraints aren't met.

func (BodyValidationError) Cause added in v0.6.8

func (e BodyValidationError) Cause() error

Cause function returns cause value.

func (BodyValidationError) Error added in v0.6.8

func (e BodyValidationError) Error() string

Error satisfies the builtin error interface

func (BodyValidationError) ErrorName added in v0.7.0

func (e BodyValidationError) ErrorName() string

ErrorName returns error name.

func (BodyValidationError) Field added in v0.6.8

func (e BodyValidationError) Field() string

Field function returns field value.

func (BodyValidationError) Key added in v0.6.8

func (e BodyValidationError) Key() bool

Key function returns key value.

func (BodyValidationError) Reason added in v0.6.8

func (e BodyValidationError) Reason() string

Reason function returns reason value.

type Body_AsBytes added in v0.6.8

type Body_AsBytes struct {
	AsBytes []byte `protobuf:"bytes,1,opt,name=as_bytes,json=asBytes,proto3,oneof"`
}

type Body_AsString added in v0.6.8

type Body_AsString struct {
	AsString string `protobuf:"bytes,2,opt,name=as_string,json=asString,proto3,oneof"`
}

type Connection

type Connection struct {
	LocalAddress  *core.Address `protobuf:"bytes,2,opt,name=local_address,json=localAddress,proto3" json:"local_address,omitempty"`
	RemoteAddress *core.Address `protobuf:"bytes,3,opt,name=remote_address,json=remoteAddress,proto3" json:"remote_address,omitempty"`
	// contains filtered or unexported fields
}

func (*Connection) Descriptor deprecated

func (*Connection) Descriptor() ([]byte, []int)

Deprecated: Use Connection.ProtoReflect.Descriptor instead.

func (*Connection) GetLocalAddress

func (x *Connection) GetLocalAddress() *core.Address

func (*Connection) GetRemoteAddress

func (x *Connection) GetRemoteAddress() *core.Address

func (*Connection) ProtoMessage

func (*Connection) ProtoMessage()

func (*Connection) ProtoReflect added in v0.9.7

func (x *Connection) ProtoReflect() protoreflect.Message

func (*Connection) Reset

func (x *Connection) Reset()

func (*Connection) String

func (x *Connection) String() string

func (*Connection) Validate

func (m *Connection) Validate() error

Validate checks the field values on Connection with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ConnectionValidationError

type ConnectionValidationError struct {
	// contains filtered or unexported fields
}

ConnectionValidationError is the validation error returned by Connection.Validate if the designated constraints aren't met.

func (ConnectionValidationError) Cause

func (e ConnectionValidationError) Cause() error

Cause function returns cause value.

func (ConnectionValidationError) Error

Error satisfies the builtin error interface

func (ConnectionValidationError) ErrorName added in v0.7.0

func (e ConnectionValidationError) ErrorName() string

ErrorName returns error name.

func (ConnectionValidationError) Field

Field function returns field value.

func (ConnectionValidationError) Key

Key function returns key value.

func (ConnectionValidationError) Reason

func (e ConnectionValidationError) Reason() string

Reason function returns reason value.

type HttpBufferedTrace added in v0.6.8

type HttpBufferedTrace struct {
	Request  *HttpBufferedTrace_Message `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	Response *HttpBufferedTrace_Message `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpBufferedTrace) Descriptor deprecated added in v0.6.8

func (*HttpBufferedTrace) Descriptor() ([]byte, []int)

Deprecated: Use HttpBufferedTrace.ProtoReflect.Descriptor instead.

func (*HttpBufferedTrace) GetRequest added in v0.6.8

func (*HttpBufferedTrace) GetResponse added in v0.6.8

func (x *HttpBufferedTrace) GetResponse() *HttpBufferedTrace_Message

func (*HttpBufferedTrace) ProtoMessage added in v0.6.8

func (*HttpBufferedTrace) ProtoMessage()

func (*HttpBufferedTrace) ProtoReflect added in v0.9.7

func (x *HttpBufferedTrace) ProtoReflect() protoreflect.Message

func (*HttpBufferedTrace) Reset added in v0.6.8

func (x *HttpBufferedTrace) Reset()

func (*HttpBufferedTrace) String added in v0.6.8

func (x *HttpBufferedTrace) String() string

func (*HttpBufferedTrace) Validate added in v0.6.8

func (m *HttpBufferedTrace) Validate() error

Validate checks the field values on HttpBufferedTrace with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type HttpBufferedTraceValidationError added in v0.6.8

type HttpBufferedTraceValidationError struct {
	// contains filtered or unexported fields
}

HttpBufferedTraceValidationError is the validation error returned by HttpBufferedTrace.Validate if the designated constraints aren't met.

func (HttpBufferedTraceValidationError) Cause added in v0.6.8

Cause function returns cause value.

func (HttpBufferedTraceValidationError) Error added in v0.6.8

Error satisfies the builtin error interface

func (HttpBufferedTraceValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (HttpBufferedTraceValidationError) Field added in v0.6.8

Field function returns field value.

func (HttpBufferedTraceValidationError) Key added in v0.6.8

Key function returns key value.

func (HttpBufferedTraceValidationError) Reason added in v0.6.8

Reason function returns reason value.

type HttpBufferedTrace_Message added in v0.6.8

type HttpBufferedTrace_Message struct {
	Headers  []*core.HeaderValue `protobuf:"bytes,1,rep,name=headers,proto3" json:"headers,omitempty"`
	Body     *Body               `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Trailers []*core.HeaderValue `protobuf:"bytes,3,rep,name=trailers,proto3" json:"trailers,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpBufferedTrace_Message) Descriptor deprecated added in v0.6.8

func (*HttpBufferedTrace_Message) Descriptor() ([]byte, []int)

Deprecated: Use HttpBufferedTrace_Message.ProtoReflect.Descriptor instead.

func (*HttpBufferedTrace_Message) GetBody added in v0.6.8

func (x *HttpBufferedTrace_Message) GetBody() *Body

func (*HttpBufferedTrace_Message) GetHeaders added in v0.6.8

func (x *HttpBufferedTrace_Message) GetHeaders() []*core.HeaderValue

func (*HttpBufferedTrace_Message) GetTrailers added in v0.6.8

func (x *HttpBufferedTrace_Message) GetTrailers() []*core.HeaderValue

func (*HttpBufferedTrace_Message) ProtoMessage added in v0.6.8

func (*HttpBufferedTrace_Message) ProtoMessage()

func (*HttpBufferedTrace_Message) ProtoReflect added in v0.9.7

func (*HttpBufferedTrace_Message) Reset added in v0.6.8

func (x *HttpBufferedTrace_Message) Reset()

func (*HttpBufferedTrace_Message) String added in v0.6.8

func (x *HttpBufferedTrace_Message) String() string

func (*HttpBufferedTrace_Message) Validate added in v0.6.8

func (m *HttpBufferedTrace_Message) Validate() error

Validate checks the field values on HttpBufferedTrace_Message with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type HttpBufferedTrace_MessageValidationError added in v0.6.8

type HttpBufferedTrace_MessageValidationError struct {
	// contains filtered or unexported fields
}

HttpBufferedTrace_MessageValidationError is the validation error returned by HttpBufferedTrace_Message.Validate if the designated constraints aren't met.

func (HttpBufferedTrace_MessageValidationError) Cause added in v0.6.8

Cause function returns cause value.

func (HttpBufferedTrace_MessageValidationError) Error added in v0.6.8

Error satisfies the builtin error interface

func (HttpBufferedTrace_MessageValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (HttpBufferedTrace_MessageValidationError) Field added in v0.6.8

Field function returns field value.

func (HttpBufferedTrace_MessageValidationError) Key added in v0.6.8

Key function returns key value.

func (HttpBufferedTrace_MessageValidationError) Reason added in v0.6.8

Reason function returns reason value.

type HttpStreamedTraceSegment added in v0.6.9

type HttpStreamedTraceSegment struct {
	TraceId uint64 `protobuf:"varint,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
	// Types that are assignable to MessagePiece:
	//	*HttpStreamedTraceSegment_RequestHeaders
	//	*HttpStreamedTraceSegment_RequestBodyChunk
	//	*HttpStreamedTraceSegment_RequestTrailers
	//	*HttpStreamedTraceSegment_ResponseHeaders
	//	*HttpStreamedTraceSegment_ResponseBodyChunk
	//	*HttpStreamedTraceSegment_ResponseTrailers
	MessagePiece isHttpStreamedTraceSegment_MessagePiece `protobuf_oneof:"message_piece"`
	// contains filtered or unexported fields
}

func (*HttpStreamedTraceSegment) Descriptor deprecated added in v0.6.9

func (*HttpStreamedTraceSegment) Descriptor() ([]byte, []int)

Deprecated: Use HttpStreamedTraceSegment.ProtoReflect.Descriptor instead.

func (*HttpStreamedTraceSegment) GetMessagePiece added in v0.6.9

func (m *HttpStreamedTraceSegment) GetMessagePiece() isHttpStreamedTraceSegment_MessagePiece

func (*HttpStreamedTraceSegment) GetRequestBodyChunk added in v0.6.9

func (x *HttpStreamedTraceSegment) GetRequestBodyChunk() *Body

func (*HttpStreamedTraceSegment) GetRequestHeaders added in v0.6.9

func (x *HttpStreamedTraceSegment) GetRequestHeaders() *core.HeaderMap

func (*HttpStreamedTraceSegment) GetRequestTrailers added in v0.6.9

func (x *HttpStreamedTraceSegment) GetRequestTrailers() *core.HeaderMap

func (*HttpStreamedTraceSegment) GetResponseBodyChunk added in v0.6.9

func (x *HttpStreamedTraceSegment) GetResponseBodyChunk() *Body

func (*HttpStreamedTraceSegment) GetResponseHeaders added in v0.6.9

func (x *HttpStreamedTraceSegment) GetResponseHeaders() *core.HeaderMap

func (*HttpStreamedTraceSegment) GetResponseTrailers added in v0.6.9

func (x *HttpStreamedTraceSegment) GetResponseTrailers() *core.HeaderMap

func (*HttpStreamedTraceSegment) GetTraceId added in v0.6.9

func (x *HttpStreamedTraceSegment) GetTraceId() uint64

func (*HttpStreamedTraceSegment) ProtoMessage added in v0.6.9

func (*HttpStreamedTraceSegment) ProtoMessage()

func (*HttpStreamedTraceSegment) ProtoReflect added in v0.9.7

func (x *HttpStreamedTraceSegment) ProtoReflect() protoreflect.Message

func (*HttpStreamedTraceSegment) Reset added in v0.6.9

func (x *HttpStreamedTraceSegment) Reset()

func (*HttpStreamedTraceSegment) String added in v0.6.9

func (x *HttpStreamedTraceSegment) String() string

func (*HttpStreamedTraceSegment) Validate added in v0.6.9

func (m *HttpStreamedTraceSegment) Validate() error

Validate checks the field values on HttpStreamedTraceSegment with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type HttpStreamedTraceSegmentValidationError added in v0.6.9

type HttpStreamedTraceSegmentValidationError struct {
	// contains filtered or unexported fields
}

HttpStreamedTraceSegmentValidationError is the validation error returned by HttpStreamedTraceSegment.Validate if the designated constraints aren't met.

func (HttpStreamedTraceSegmentValidationError) Cause added in v0.6.9

Cause function returns cause value.

func (HttpStreamedTraceSegmentValidationError) Error added in v0.6.9

Error satisfies the builtin error interface

func (HttpStreamedTraceSegmentValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (HttpStreamedTraceSegmentValidationError) Field added in v0.6.9

Field function returns field value.

func (HttpStreamedTraceSegmentValidationError) Key added in v0.6.9

Key function returns key value.

func (HttpStreamedTraceSegmentValidationError) Reason added in v0.6.9

Reason function returns reason value.

type HttpStreamedTraceSegment_RequestBodyChunk added in v0.6.9

type HttpStreamedTraceSegment_RequestBodyChunk struct {
	RequestBodyChunk *Body `protobuf:"bytes,3,opt,name=request_body_chunk,json=requestBodyChunk,proto3,oneof"`
}

type HttpStreamedTraceSegment_RequestHeaders added in v0.6.9

type HttpStreamedTraceSegment_RequestHeaders struct {
	RequestHeaders *core.HeaderMap `protobuf:"bytes,2,opt,name=request_headers,json=requestHeaders,proto3,oneof"`
}

type HttpStreamedTraceSegment_RequestTrailers added in v0.6.9

type HttpStreamedTraceSegment_RequestTrailers struct {
	RequestTrailers *core.HeaderMap `protobuf:"bytes,4,opt,name=request_trailers,json=requestTrailers,proto3,oneof"`
}

type HttpStreamedTraceSegment_ResponseBodyChunk added in v0.6.9

type HttpStreamedTraceSegment_ResponseBodyChunk struct {
	ResponseBodyChunk *Body `protobuf:"bytes,6,opt,name=response_body_chunk,json=responseBodyChunk,proto3,oneof"`
}

type HttpStreamedTraceSegment_ResponseHeaders added in v0.6.9

type HttpStreamedTraceSegment_ResponseHeaders struct {
	ResponseHeaders *core.HeaderMap `protobuf:"bytes,5,opt,name=response_headers,json=responseHeaders,proto3,oneof"`
}

type HttpStreamedTraceSegment_ResponseTrailers added in v0.6.9

type HttpStreamedTraceSegment_ResponseTrailers struct {
	ResponseTrailers *core.HeaderMap `protobuf:"bytes,7,opt,name=response_trailers,json=responseTrailers,proto3,oneof"`
}

type SocketBufferedTrace added in v0.6.9

type SocketBufferedTrace struct {
	TraceId        uint64         `protobuf:"varint,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
	Connection     *Connection    `protobuf:"bytes,2,opt,name=connection,proto3" json:"connection,omitempty"`
	Events         []*SocketEvent `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	ReadTruncated  bool           `protobuf:"varint,4,opt,name=read_truncated,json=readTruncated,proto3" json:"read_truncated,omitempty"`
	WriteTruncated bool           `protobuf:"varint,5,opt,name=write_truncated,json=writeTruncated,proto3" json:"write_truncated,omitempty"`
	// contains filtered or unexported fields
}

func (*SocketBufferedTrace) Descriptor deprecated added in v0.6.9

func (*SocketBufferedTrace) Descriptor() ([]byte, []int)

Deprecated: Use SocketBufferedTrace.ProtoReflect.Descriptor instead.

func (*SocketBufferedTrace) GetConnection added in v0.6.9

func (x *SocketBufferedTrace) GetConnection() *Connection

func (*SocketBufferedTrace) GetEvents added in v0.6.9

func (x *SocketBufferedTrace) GetEvents() []*SocketEvent

func (*SocketBufferedTrace) GetReadTruncated added in v0.6.9

func (x *SocketBufferedTrace) GetReadTruncated() bool

func (*SocketBufferedTrace) GetTraceId added in v0.6.9

func (x *SocketBufferedTrace) GetTraceId() uint64

func (*SocketBufferedTrace) GetWriteTruncated added in v0.6.9

func (x *SocketBufferedTrace) GetWriteTruncated() bool

func (*SocketBufferedTrace) ProtoMessage added in v0.6.9

func (*SocketBufferedTrace) ProtoMessage()

func (*SocketBufferedTrace) ProtoReflect added in v0.9.7

func (x *SocketBufferedTrace) ProtoReflect() protoreflect.Message

func (*SocketBufferedTrace) Reset added in v0.6.9

func (x *SocketBufferedTrace) Reset()

func (*SocketBufferedTrace) String added in v0.6.9

func (x *SocketBufferedTrace) String() string

func (*SocketBufferedTrace) Validate added in v0.6.9

func (m *SocketBufferedTrace) Validate() error

Validate checks the field values on SocketBufferedTrace with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type SocketBufferedTraceValidationError added in v0.6.9

type SocketBufferedTraceValidationError struct {
	// contains filtered or unexported fields
}

SocketBufferedTraceValidationError is the validation error returned by SocketBufferedTrace.Validate if the designated constraints aren't met.

func (SocketBufferedTraceValidationError) Cause added in v0.6.9

Cause function returns cause value.

func (SocketBufferedTraceValidationError) Error added in v0.6.9

Error satisfies the builtin error interface

func (SocketBufferedTraceValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (SocketBufferedTraceValidationError) Field added in v0.6.9

Field function returns field value.

func (SocketBufferedTraceValidationError) Key added in v0.6.9

Key function returns key value.

func (SocketBufferedTraceValidationError) Reason added in v0.6.9

Reason function returns reason value.

type SocketEvent added in v0.6.8

type SocketEvent struct {
	Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Types that are assignable to EventSelector:
	//	*SocketEvent_Read_
	//	*SocketEvent_Write_
	//	*SocketEvent_Closed_
	EventSelector isSocketEvent_EventSelector `protobuf_oneof:"event_selector"`
	// contains filtered or unexported fields
}

func (*SocketEvent) Descriptor deprecated added in v0.6.8

func (*SocketEvent) Descriptor() ([]byte, []int)

Deprecated: Use SocketEvent.ProtoReflect.Descriptor instead.

func (*SocketEvent) GetClosed added in v0.6.9

func (x *SocketEvent) GetClosed() *SocketEvent_Closed

func (*SocketEvent) GetEventSelector added in v0.6.8

func (m *SocketEvent) GetEventSelector() isSocketEvent_EventSelector

func (*SocketEvent) GetRead added in v0.6.8

func (x *SocketEvent) GetRead() *SocketEvent_Read

func (*SocketEvent) GetTimestamp added in v0.6.8

func (x *SocketEvent) GetTimestamp() *timestamp.Timestamp

func (*SocketEvent) GetWrite added in v0.6.8

func (x *SocketEvent) GetWrite() *SocketEvent_Write

func (*SocketEvent) ProtoMessage added in v0.6.8

func (*SocketEvent) ProtoMessage()

func (*SocketEvent) ProtoReflect added in v0.9.7

func (x *SocketEvent) ProtoReflect() protoreflect.Message

func (*SocketEvent) Reset added in v0.6.8

func (x *SocketEvent) Reset()

func (*SocketEvent) String added in v0.6.8

func (x *SocketEvent) String() string

func (*SocketEvent) Validate added in v0.6.8

func (m *SocketEvent) Validate() error

Validate checks the field values on SocketEvent with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type SocketEventValidationError added in v0.6.8

type SocketEventValidationError struct {
	// contains filtered or unexported fields
}

SocketEventValidationError is the validation error returned by SocketEvent.Validate if the designated constraints aren't met.

func (SocketEventValidationError) Cause added in v0.6.8

Cause function returns cause value.

func (SocketEventValidationError) Error added in v0.6.8

Error satisfies the builtin error interface

func (SocketEventValidationError) ErrorName added in v0.7.0

func (e SocketEventValidationError) ErrorName() string

ErrorName returns error name.

func (SocketEventValidationError) Field added in v0.6.8

Field function returns field value.

func (SocketEventValidationError) Key added in v0.6.8

Key function returns key value.

func (SocketEventValidationError) Reason added in v0.6.8

Reason function returns reason value.

type SocketEvent_Closed added in v0.6.9

type SocketEvent_Closed struct {
	// contains filtered or unexported fields
}

func (*SocketEvent_Closed) Descriptor deprecated added in v0.6.9

func (*SocketEvent_Closed) Descriptor() ([]byte, []int)

Deprecated: Use SocketEvent_Closed.ProtoReflect.Descriptor instead.

func (*SocketEvent_Closed) ProtoMessage added in v0.6.9

func (*SocketEvent_Closed) ProtoMessage()

func (*SocketEvent_Closed) ProtoReflect added in v0.9.7

func (x *SocketEvent_Closed) ProtoReflect() protoreflect.Message

func (*SocketEvent_Closed) Reset added in v0.6.9

func (x *SocketEvent_Closed) Reset()

func (*SocketEvent_Closed) String added in v0.6.9

func (x *SocketEvent_Closed) String() string

func (*SocketEvent_Closed) Validate added in v0.6.9

func (m *SocketEvent_Closed) Validate() error

Validate checks the field values on SocketEvent_Closed with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type SocketEvent_ClosedValidationError added in v0.6.9

type SocketEvent_ClosedValidationError struct {
	// contains filtered or unexported fields
}

SocketEvent_ClosedValidationError is the validation error returned by SocketEvent_Closed.Validate if the designated constraints aren't met.

func (SocketEvent_ClosedValidationError) Cause added in v0.6.9

Cause function returns cause value.

func (SocketEvent_ClosedValidationError) Error added in v0.6.9

Error satisfies the builtin error interface

func (SocketEvent_ClosedValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (SocketEvent_ClosedValidationError) Field added in v0.6.9

Field function returns field value.

func (SocketEvent_ClosedValidationError) Key added in v0.6.9

Key function returns key value.

func (SocketEvent_ClosedValidationError) Reason added in v0.6.9

Reason function returns reason value.

type SocketEvent_Closed_ added in v0.6.9

type SocketEvent_Closed_ struct {
	Closed *SocketEvent_Closed `protobuf:"bytes,4,opt,name=closed,proto3,oneof"`
}

type SocketEvent_Read added in v0.6.8

type SocketEvent_Read struct {
	Data *Body `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SocketEvent_Read) Descriptor deprecated added in v0.6.8

func (*SocketEvent_Read) Descriptor() ([]byte, []int)

Deprecated: Use SocketEvent_Read.ProtoReflect.Descriptor instead.

func (*SocketEvent_Read) GetData added in v0.6.8

func (x *SocketEvent_Read) GetData() *Body

func (*SocketEvent_Read) ProtoMessage added in v0.6.8

func (*SocketEvent_Read) ProtoMessage()

func (*SocketEvent_Read) ProtoReflect added in v0.9.7

func (x *SocketEvent_Read) ProtoReflect() protoreflect.Message

func (*SocketEvent_Read) Reset added in v0.6.8

func (x *SocketEvent_Read) Reset()

func (*SocketEvent_Read) String added in v0.6.8

func (x *SocketEvent_Read) String() string

func (*SocketEvent_Read) Validate added in v0.6.8

func (m *SocketEvent_Read) Validate() error

Validate checks the field values on SocketEvent_Read with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type SocketEvent_ReadValidationError added in v0.6.8

type SocketEvent_ReadValidationError struct {
	// contains filtered or unexported fields
}

SocketEvent_ReadValidationError is the validation error returned by SocketEvent_Read.Validate if the designated constraints aren't met.

func (SocketEvent_ReadValidationError) Cause added in v0.6.8

Cause function returns cause value.

func (SocketEvent_ReadValidationError) Error added in v0.6.8

Error satisfies the builtin error interface

func (SocketEvent_ReadValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (SocketEvent_ReadValidationError) Field added in v0.6.8

Field function returns field value.

func (SocketEvent_ReadValidationError) Key added in v0.6.8

Key function returns key value.

func (SocketEvent_ReadValidationError) Reason added in v0.6.8

Reason function returns reason value.

type SocketEvent_Read_ added in v0.6.8

type SocketEvent_Read_ struct {
	Read *SocketEvent_Read `protobuf:"bytes,2,opt,name=read,proto3,oneof"`
}

type SocketEvent_Write added in v0.6.8

type SocketEvent_Write struct {
	Data      *Body `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	EndStream bool  `protobuf:"varint,2,opt,name=end_stream,json=endStream,proto3" json:"end_stream,omitempty"`
	// contains filtered or unexported fields
}

func (*SocketEvent_Write) Descriptor deprecated added in v0.6.8

func (*SocketEvent_Write) Descriptor() ([]byte, []int)

Deprecated: Use SocketEvent_Write.ProtoReflect.Descriptor instead.

func (*SocketEvent_Write) GetData added in v0.6.8

func (x *SocketEvent_Write) GetData() *Body

func (*SocketEvent_Write) GetEndStream added in v0.6.8

func (x *SocketEvent_Write) GetEndStream() bool

func (*SocketEvent_Write) ProtoMessage added in v0.6.8

func (*SocketEvent_Write) ProtoMessage()

func (*SocketEvent_Write) ProtoReflect added in v0.9.7

func (x *SocketEvent_Write) ProtoReflect() protoreflect.Message

func (*SocketEvent_Write) Reset added in v0.6.8

func (x *SocketEvent_Write) Reset()

func (*SocketEvent_Write) String added in v0.6.8

func (x *SocketEvent_Write) String() string

func (*SocketEvent_Write) Validate added in v0.6.8

func (m *SocketEvent_Write) Validate() error

Validate checks the field values on SocketEvent_Write with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type SocketEvent_WriteValidationError added in v0.6.8

type SocketEvent_WriteValidationError struct {
	// contains filtered or unexported fields
}

SocketEvent_WriteValidationError is the validation error returned by SocketEvent_Write.Validate if the designated constraints aren't met.

func (SocketEvent_WriteValidationError) Cause added in v0.6.8

Cause function returns cause value.

func (SocketEvent_WriteValidationError) Error added in v0.6.8

Error satisfies the builtin error interface

func (SocketEvent_WriteValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (SocketEvent_WriteValidationError) Field added in v0.6.8

Field function returns field value.

func (SocketEvent_WriteValidationError) Key added in v0.6.8

Key function returns key value.

func (SocketEvent_WriteValidationError) Reason added in v0.6.8

Reason function returns reason value.

type SocketEvent_Write_ added in v0.6.8

type SocketEvent_Write_ struct {
	Write *SocketEvent_Write `protobuf:"bytes,3,opt,name=write,proto3,oneof"`
}

type SocketStreamedTraceSegment added in v0.6.9

type SocketStreamedTraceSegment struct {
	TraceId uint64 `protobuf:"varint,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
	// Types that are assignable to MessagePiece:
	//	*SocketStreamedTraceSegment_Connection
	//	*SocketStreamedTraceSegment_Event
	MessagePiece isSocketStreamedTraceSegment_MessagePiece `protobuf_oneof:"message_piece"`
	// contains filtered or unexported fields
}

func (*SocketStreamedTraceSegment) Descriptor deprecated added in v0.6.9

func (*SocketStreamedTraceSegment) Descriptor() ([]byte, []int)

Deprecated: Use SocketStreamedTraceSegment.ProtoReflect.Descriptor instead.

func (*SocketStreamedTraceSegment) GetConnection added in v0.6.9

func (x *SocketStreamedTraceSegment) GetConnection() *Connection

func (*SocketStreamedTraceSegment) GetEvent added in v0.6.9

func (x *SocketStreamedTraceSegment) GetEvent() *SocketEvent

func (*SocketStreamedTraceSegment) GetMessagePiece added in v0.6.9

func (m *SocketStreamedTraceSegment) GetMessagePiece() isSocketStreamedTraceSegment_MessagePiece

func (*SocketStreamedTraceSegment) GetTraceId added in v0.6.9

func (x *SocketStreamedTraceSegment) GetTraceId() uint64

func (*SocketStreamedTraceSegment) ProtoMessage added in v0.6.9

func (*SocketStreamedTraceSegment) ProtoMessage()

func (*SocketStreamedTraceSegment) ProtoReflect added in v0.9.7

func (*SocketStreamedTraceSegment) Reset added in v0.6.9

func (x *SocketStreamedTraceSegment) Reset()

func (*SocketStreamedTraceSegment) String added in v0.6.9

func (x *SocketStreamedTraceSegment) String() string

func (*SocketStreamedTraceSegment) Validate added in v0.6.9

func (m *SocketStreamedTraceSegment) Validate() error

Validate checks the field values on SocketStreamedTraceSegment with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type SocketStreamedTraceSegmentValidationError added in v0.6.9

type SocketStreamedTraceSegmentValidationError struct {
	// contains filtered or unexported fields
}

SocketStreamedTraceSegmentValidationError is the validation error returned by SocketStreamedTraceSegment.Validate if the designated constraints aren't met.

func (SocketStreamedTraceSegmentValidationError) Cause added in v0.6.9

Cause function returns cause value.

func (SocketStreamedTraceSegmentValidationError) Error added in v0.6.9

Error satisfies the builtin error interface

func (SocketStreamedTraceSegmentValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (SocketStreamedTraceSegmentValidationError) Field added in v0.6.9

Field function returns field value.

func (SocketStreamedTraceSegmentValidationError) Key added in v0.6.9

Key function returns key value.

func (SocketStreamedTraceSegmentValidationError) Reason added in v0.6.9

Reason function returns reason value.

type SocketStreamedTraceSegment_Connection added in v0.6.9

type SocketStreamedTraceSegment_Connection struct {
	Connection *Connection `protobuf:"bytes,2,opt,name=connection,proto3,oneof"`
}

type SocketStreamedTraceSegment_Event added in v0.6.9

type SocketStreamedTraceSegment_Event struct {
	Event *SocketEvent `protobuf:"bytes,3,opt,name=event,proto3,oneof"`
}

type TraceWrapper added in v0.6.9

type TraceWrapper struct {

	// Types that are assignable to Trace:
	//	*TraceWrapper_HttpBufferedTrace
	//	*TraceWrapper_HttpStreamedTraceSegment
	//	*TraceWrapper_SocketBufferedTrace
	//	*TraceWrapper_SocketStreamedTraceSegment
	Trace isTraceWrapper_Trace `protobuf_oneof:"trace"`
	// contains filtered or unexported fields
}

func (*TraceWrapper) Descriptor deprecated added in v0.6.9

func (*TraceWrapper) Descriptor() ([]byte, []int)

Deprecated: Use TraceWrapper.ProtoReflect.Descriptor instead.

func (*TraceWrapper) GetHttpBufferedTrace added in v0.6.9

func (x *TraceWrapper) GetHttpBufferedTrace() *HttpBufferedTrace

func (*TraceWrapper) GetHttpStreamedTraceSegment added in v0.6.9

func (x *TraceWrapper) GetHttpStreamedTraceSegment() *HttpStreamedTraceSegment

func (*TraceWrapper) GetSocketBufferedTrace added in v0.6.9

func (x *TraceWrapper) GetSocketBufferedTrace() *SocketBufferedTrace

func (*TraceWrapper) GetSocketStreamedTraceSegment added in v0.6.9

func (x *TraceWrapper) GetSocketStreamedTraceSegment() *SocketStreamedTraceSegment

func (*TraceWrapper) GetTrace added in v0.6.9

func (m *TraceWrapper) GetTrace() isTraceWrapper_Trace

func (*TraceWrapper) ProtoMessage added in v0.6.9

func (*TraceWrapper) ProtoMessage()

func (*TraceWrapper) ProtoReflect added in v0.9.7

func (x *TraceWrapper) ProtoReflect() protoreflect.Message

func (*TraceWrapper) Reset added in v0.6.9

func (x *TraceWrapper) Reset()

func (*TraceWrapper) String added in v0.6.9

func (x *TraceWrapper) String() string

func (*TraceWrapper) Validate added in v0.6.9

func (m *TraceWrapper) Validate() error

Validate checks the field values on TraceWrapper with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type TraceWrapperValidationError added in v0.6.9

type TraceWrapperValidationError struct {
	// contains filtered or unexported fields
}

TraceWrapperValidationError is the validation error returned by TraceWrapper.Validate if the designated constraints aren't met.

func (TraceWrapperValidationError) Cause added in v0.6.9

Cause function returns cause value.

func (TraceWrapperValidationError) Error added in v0.6.9

Error satisfies the builtin error interface

func (TraceWrapperValidationError) ErrorName added in v0.7.0

func (e TraceWrapperValidationError) ErrorName() string

ErrorName returns error name.

func (TraceWrapperValidationError) Field added in v0.6.9

Field function returns field value.

func (TraceWrapperValidationError) Key added in v0.6.9

Key function returns key value.

func (TraceWrapperValidationError) Reason added in v0.6.9

Reason function returns reason value.

type TraceWrapper_HttpBufferedTrace added in v0.6.9

type TraceWrapper_HttpBufferedTrace struct {
	HttpBufferedTrace *HttpBufferedTrace `protobuf:"bytes,1,opt,name=http_buffered_trace,json=httpBufferedTrace,proto3,oneof"`
}

type TraceWrapper_HttpStreamedTraceSegment added in v0.6.9

type TraceWrapper_HttpStreamedTraceSegment struct {
	HttpStreamedTraceSegment *HttpStreamedTraceSegment `protobuf:"bytes,2,opt,name=http_streamed_trace_segment,json=httpStreamedTraceSegment,proto3,oneof"`
}

type TraceWrapper_SocketBufferedTrace added in v0.6.9

type TraceWrapper_SocketBufferedTrace struct {
	SocketBufferedTrace *SocketBufferedTrace `protobuf:"bytes,3,opt,name=socket_buffered_trace,json=socketBufferedTrace,proto3,oneof"`
}

type TraceWrapper_SocketStreamedTraceSegment added in v0.6.9

type TraceWrapper_SocketStreamedTraceSegment struct {
	SocketStreamedTraceSegment *SocketStreamedTraceSegment `protobuf:"bytes,4,opt,name=socket_streamed_trace_segment,json=socketStreamedTraceSegment,proto3,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL