OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / genproto / protobuf / source_context / source_context.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: google/protobuf/source_context.proto
3
4 /*
5 Package source_context is a generated protocol buffer package.
6
7 It is generated from these files:
8         google/protobuf/source_context.proto
9
10 It has these top-level messages:
11         SourceContext
12 */
13 package source_context
14
15 import proto "github.com/golang/protobuf/proto"
16 import fmt "fmt"
17 import math "math"
18
19 // Reference imports to suppress errors if they are not otherwise used.
20 var _ = proto.Marshal
21 var _ = fmt.Errorf
22 var _ = math.Inf
23
24 // This is a compile-time assertion to ensure that this generated file
25 // is compatible with the proto package it is being compiled against.
26 // A compilation error at this line likely means your copy of the
27 // proto package needs to be updated.
28 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
29
30 // `SourceContext` represents information about the source of a
31 // protobuf element, like the file in which it is defined.
32 type SourceContext struct {
33         // The path-qualified name of the .proto file that contained the associated
34         // protobuf element.  For example: `"google/protobuf/source_context.proto"`.
35         FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
36 }
37
38 func (m *SourceContext) Reset()                    { *m = SourceContext{} }
39 func (m *SourceContext) String() string            { return proto.CompactTextString(m) }
40 func (*SourceContext) ProtoMessage()               {}
41 func (*SourceContext) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
42
43 func (m *SourceContext) GetFileName() string {
44         if m != nil {
45                 return m.FileName
46         }
47         return ""
48 }
49
50 func init() {
51         proto.RegisterType((*SourceContext)(nil), "google.protobuf.SourceContext")
52 }
53
54 func init() { proto.RegisterFile("google/protobuf/source_context.proto", fileDescriptor0) }
55
56 var fileDescriptor0 = []byte{
57         // 184 bytes of a gzipped FileDescriptorProto
58         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x49, 0xcf, 0xcf, 0x4f,
59         0xcf, 0x49, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0xce, 0x2f, 0x2d,
60         0x4a, 0x4e, 0x8d, 0x4f, 0xce, 0xcf, 0x2b, 0x49, 0xad, 0x28, 0xd1, 0x03, 0x8b, 0x0b, 0xf1, 0x43,
61         0x54, 0xe9, 0xc1, 0x54, 0x29, 0xe9, 0x70, 0xf1, 0x06, 0x83, 0x15, 0x3a, 0x43, 0xd4, 0x09, 0x49,
62         0x73, 0x71, 0xa6, 0x65, 0xe6, 0xa4, 0xc6, 0xe7, 0x25, 0xe6, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6a,
63         0x70, 0x06, 0x71, 0x80, 0x04, 0xfc, 0x12, 0x73, 0x53, 0x9d, 0xa6, 0x32, 0x72, 0x09, 0x27, 0xe7,
64         0xe7, 0xea, 0xa1, 0x99, 0xe2, 0x24, 0x84, 0x62, 0x46, 0x00, 0x48, 0x38, 0x80, 0x31, 0xca, 0x11,
65         0xaa, 0x2c, 0x3d, 0x3f, 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, 0x5d, 0x3f, 0x3d, 0x35, 0x0f,
66         0xac, 0x09, 0x97, 0x33, 0xad, 0x51, 0xb9, 0x8b, 0x98, 0x98, 0xdd, 0x03, 0x9c, 0x56, 0x31, 0xc9,
67         0xb9, 0x43, 0x4c, 0x0a, 0x80, 0xea, 0xd2, 0x0b, 0x4f, 0xcd, 0xc9, 0xf1, 0xce, 0xcb, 0x2f, 0xcf,
68         0x0b, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x1b, 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff,
69         0x5c, 0xbd, 0xa4, 0x22, 0x05, 0x01, 0x00, 0x00,
70 }