1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: envoy/extensions/filters/network/echo/v3/echo.proto
3
4package envoy_extensions_filters_network_echo_v3
5
6import (
7	fmt "fmt"
8	_ "github.com/cncf/udpa/go/udpa/annotations"
9	proto "github.com/golang/protobuf/proto"
10	math "math"
11)
12
13// Reference imports to suppress errors if they are not otherwise used.
14var _ = proto.Marshal
15var _ = fmt.Errorf
16var _ = math.Inf
17
18// This is a compile-time assertion to ensure that this generated file
19// is compatible with the proto package it is being compiled against.
20// A compilation error at this line likely means your copy of the
21// proto package needs to be updated.
22const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
23
24type Echo struct {
25	XXX_NoUnkeyedLiteral struct{} `json:"-"`
26	XXX_unrecognized     []byte   `json:"-"`
27	XXX_sizecache        int32    `json:"-"`
28}
29
30func (m *Echo) Reset()         { *m = Echo{} }
31func (m *Echo) String() string { return proto.CompactTextString(m) }
32func (*Echo) ProtoMessage()    {}
33func (*Echo) Descriptor() ([]byte, []int) {
34	return fileDescriptor_b528562088ca01a3, []int{0}
35}
36
37func (m *Echo) XXX_Unmarshal(b []byte) error {
38	return xxx_messageInfo_Echo.Unmarshal(m, b)
39}
40func (m *Echo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
41	return xxx_messageInfo_Echo.Marshal(b, m, deterministic)
42}
43func (m *Echo) XXX_Merge(src proto.Message) {
44	xxx_messageInfo_Echo.Merge(m, src)
45}
46func (m *Echo) XXX_Size() int {
47	return xxx_messageInfo_Echo.Size(m)
48}
49func (m *Echo) XXX_DiscardUnknown() {
50	xxx_messageInfo_Echo.DiscardUnknown(m)
51}
52
53var xxx_messageInfo_Echo proto.InternalMessageInfo
54
55func init() {
56	proto.RegisterType((*Echo)(nil), "envoy.extensions.filters.network.echo.v3.Echo")
57}
58
59func init() {
60	proto.RegisterFile("envoy/extensions/filters/network/echo/v3/echo.proto", fileDescriptor_b528562088ca01a3)
61}
62
63var fileDescriptor_b528562088ca01a3 = []byte{
64	// 203 bytes of a gzipped FileDescriptorProto
65	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcd, 0x2b, 0xcb,
66	0xaf, 0xd4, 0x4f, 0xad, 0x28, 0x49, 0xcd, 0x2b, 0xce, 0xcc, 0xcf, 0x2b, 0xd6, 0x4f, 0xcb, 0xcc,
67	0x29, 0x49, 0x2d, 0x2a, 0xd6, 0xcf, 0x4b, 0x2d, 0x29, 0xcf, 0x2f, 0xca, 0xd6, 0x4f, 0x4d, 0xce,
68	0xc8, 0xd7, 0x2f, 0x33, 0x06, 0xd3, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x1a, 0x60, 0x4d,
69	0x7a, 0x08, 0x4d, 0x7a, 0x50, 0x4d, 0x7a, 0x50, 0x4d, 0x7a, 0x60, 0xc5, 0x65, 0xc6, 0x52, 0xb2,
70	0xa5, 0x29, 0x05, 0x89, 0xfa, 0x89, 0x79, 0x79, 0xf9, 0x25, 0x89, 0x25, 0x60, 0xe3, 0x8b, 0x4b,
71	0x12, 0x4b, 0x4a, 0x8b, 0x21, 0x06, 0x49, 0x29, 0x62, 0x48, 0x97, 0xa5, 0x16, 0x81, 0x4c, 0xcc,
72	0xcc, 0x4b, 0x87, 0x28, 0x51, 0x32, 0xe7, 0x62, 0x71, 0x4d, 0xce, 0xc8, 0xb7, 0xd2, 0x9f, 0x75,
73	0xb4, 0x43, 0x4e, 0x8b, 0x0b, 0x6a, 0x75, 0x72, 0x7e, 0x5e, 0x5a, 0x66, 0x3a, 0xd4, 0x5a, 0x34,
74	0x5b, 0x8d, 0xf4, 0x40, 0x1a, 0x9c, 0x7c, 0x77, 0x35, 0x9c, 0xb8, 0xc8, 0xc6, 0x24, 0xc0, 0xc4,
75	0x65, 0x96, 0x99, 0xaf, 0x07, 0xd6, 0x56, 0x50, 0x94, 0x5f, 0x51, 0xa9, 0x47, 0xac, 0xe3, 0x9d,
76	0x38, 0x41, 0xe6, 0x04, 0x80, 0x5c, 0x11, 0xc0, 0x98, 0xc4, 0x06, 0x76, 0x8e, 0x31, 0x20, 0x00,
77	0x00, 0xff, 0xff, 0x38, 0xa2, 0xb0, 0xeb, 0x31, 0x01, 0x00, 0x00,
78}
79